

/* Start:/assets/styles/garantija.css?176533491410833*/
#login {
    width: 100%;
    height: 100vh;

    .login-wrap {
        width: 500px;
        max-width: 100%;
        transition: all ease-in-out 300ms;
    }

    .bg-digital {
        background: rgba(15, 15, 15, .25) url("/assets/images/garantija/bg-digital.jpg") center no-repeat;
        background-size: cover;
        background-blend-mode: overlay;
        color: #fff;
    }

    .switch-form {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 390px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 99px;
        position: relative;

        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 50%;
            height: 100%;
            background: #ff9000;
            border-radius: 99px;
            z-index: 1;
            transition: left ease-in-out 300ms;
        }

        &:has(#form-type-login:checked) {
            &::before {
                left: 0;
            }
        }

        &:has(#form-type-register:checked) {
            &::before {
                left: 50%;
            }
        }

        .switch-login:has(#form-type-login:checked) {
            color: #0f0f0f;
        }

        .switch-register:has(#form-type-register:checked) {
            color: #0f0f0f;
        }

        .switch-form-button {
            position: relative;
            display: block;
            width: 50%;
            cursor: pointer;
            text-align: center;
            border-radius: 99px;
            padding: 15px;
            z-index: 2;
        }

    }

    :has(#form-type-login:checked) #form-login {
        display: block;
    }

    :has(#form-type-register:checked) #form-register {
        display: block;
    }
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.flex-column {
    flex-direction: column !important;
}

.h-100 {
    height: 100% !important;
}

.d-flex {
    display: flex !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-center {
    text-align: -webkit-center !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(15, 15, 15, var(--bs-bg-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(
            255, 255, 255, var(--bs-text-opacity)) !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.visually-hidden:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(220, 53, 69, 1) !important;
}

small, .small {
    font-size: 0.875em;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.form-floating-label {
    min-width: 120px;
    position: relative;
    margin-top: .5rem;
}

.form-floating-label label {
    position: absolute;
    top: -0.5rem;
    left: .75rem;
    line-height: 1;
    font-size: 1rem;
    background: #0f0f0f;
    padding: 0 10px;
}

label {
    display: inline-block;
}



.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #ffc880;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 144, 0, .25);
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .75rem 1rem;
    font-size: 1.25rem;
}
.relative label {
    position: absolute;
    top: -0.5rem;
    left: .75rem;
    line-height: 1;
    font-size: 1rem;
    background: #0f0f0f;
    padding: 0 10px;
}
.relative:focus-within label {
    color: #ff9000;
}
.text-end {
    text-align: right !important;
}


.rounded-pill {
    border-radius: 50rem !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    background-color: var(--bs-btn-bg) ;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #FF9000;
    --bs-btn-border-color: #FF9000;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffa126;
    --bs-btn-hover-border-color: #ff9b1a;
    --bs-btn-focus-shadow-rgb: 217, 122, 0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffa633;
    --bs-btn-active-border-color: #ff9b1a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #FF9000;
    --bs-btn-disabled-border-color: #FF9000;
}

button.btn-primary {
    -webkit-appearance: button;
    background-color: #FF9000 !important;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
button:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(193 193 193 / var(--tw-bg-opacity)) !important;
}
.ms-1 {
    margin-left: .25rem !important;
}

.bi-arrow-right-short::before {
    content: "\2192";
}

.bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
    display: inline-block;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.d-none {
    display: none !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem !important;
    font-size: 20px;

}

.link-light {
    color: RGBA(248, 249, 250, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(248, 249, 250, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration: underline;
}
.switch-email-button.active\:text-red-810:active,.switch-email-button.hover\:text-red-570:hover {
    --tw-text-opacity: 1;
    color: rgb(255 144 0 / var(--tw-text-opacity));
}

@media (min-width: 1300px) {
    .display-3 {
        font-size: 4rem;
    }

    .display-1 {
        font-size: 5rem;
    }

}
@media (min-width: 1000px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (max-width: 400px) {
    #login {
        .switch-form {
            width: 100%;
        }
    }
    #login {
        & .switch-form {
            .switch-form-button {
                font-size: 1rem;
            }
        }
    }
    .img-fluid {
        width: 300px;

    }
}

/* End */
/* /assets/styles/garantija.css?176533491410833 */
