/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.container-login {
    height: 100%;
    overflow-y: hidden;
}

.container-login .col-left,
.container-login .col-right {
    min-height: 100vh;
    height: auto
}

.container-login .navbar-brand {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 100px;
}

.login-form-container {
    width: 70% !important;
    margin: 0 auto;
}

.button-toggle {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    border: 0;
    background-color: transparent;
}

#togglePassword,
#togglePassword2 {
    font-size: 1.5rem;
}

#togglePassword1,
#togglePassword2 {
    cursor: pointer;
    position: absolute;
    transform: translateY(-25%);
    top: 12px;
    right: 10px;
    font-size: 1.8rem;
}

#SaveCheck {
    border-radius: 50%;
    border-color: #000;
}

.brand-login {
    position: relative;
    z-index: 2;
}

.img-login-form {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-text-login {
    width: 80%;
    margin: auto;
    margin-top: 100px;
    z-index: 2;
    color: #fff;
    animation: appear 1s ease-out 1 both;
}

.content-text-login h1,
.content-text-login h2,
.content-text-login h3 {
    font-size: 2rem !important;
    line-height: 140% !important;
    font-weight: 600 !important;
}

.content-text-login p {
    font-size: 1rem !important;

}

.login-form-container .form-control::placeholder {
    color: transparent !important;
}

.login-page-links {
    font-family: 'Synonym';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #0E0F0F;
}

.login-page-links a {
    color: #0E0F0F;
    font-weight: 700;
    text-decoration: none;
    transition: 0.5;
}

@keyframes appear {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.overlay-login {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(0.59deg, rgba(0, 0, 0, 0.5) 18.42%, rgba(0, 0, 0, 0.218104) 64.13%, rgba(0, 0, 0, 0) 99.44%);
}

.login-info {
    padding: 1.25rem !important;
    position: absolute;
    top: 8%;
    left: 50%;
    width: auto !important;
    transform: translate(-50%, 0vh);
    z-index: 1000;
    background: #FDFDFD;
    border: 1px solid #D8DCE9;
    border-radius: 4px;
    /* animation: moveFromTop 500ms; */
    animation:
    moveFromTop 0.5s ease-out,
    hideToTop 0.5s ease-in 4s forwards;
}

.login-info p {
    margin-bottom: 0 !important;
    color: #333E5B !important;
    font-size: 0.75rem !important;
}

.login-info .icon-error {
    font-size: 1.35rem !important;
    line-height: 0;
    color: red;
    margin-right: 10px;
    transform: translateY(2px);
    display: inline-block;
}

.login-info .icon-valid {
    font-size: 1.35rem !important;
    line-height: 0;
    color: #63DD68;
    margin-right: 10px;
    transform: translateY(2px);
    display: inline-block;
}

@keyframes moveFromTop {
    0% {
        transform: translate(-50%, -50vh);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 0vh);
        opacity: 1;
    }
}

@keyframes hideToTop {
    0% {
        transform: translate(-50%, 0vh);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50vh);
        opacity: 0;
    }
}

.container-login .progress {
    margin-top: 10px;
    margin-bottom: 24px;
}


/*/////////////////////////////////////////////////////////////// Customed css */

input:-webkit-autofill {
    -webkit-box-shadow: transparent !important;
    /* This changes the background to white */
    box-shadow: transparent !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #333E5B !important;
    /* Text color inside the input */
    transition: background-color 5000s ease-in-out 0s;
    /* Prevents flash of autofill color */
}

.form-logo {
    display: block;
    width: 300px;
    height: 65px;
}

.form-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.typo-blue {
    color: #679BA2 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.bi-eye-slash::before,
.bi-eye::before {
    color: #B9D1D4;
}

.password-link {
    color: #9BA4C0 !important;
    text-decoration: underline !important;
    text-decoration-color: #9BA4C0 !important;
}

.password-link:hover {
    color: #679BA2 !important;
    text-decoration: underline !important;
    text-decoration-color: #679BA2 !important;
}

/* Left part div */

.login-div {
    background-color: #333E5B;
    overflow: hidden;
}

.login-div .triangle {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.login-div .background-text {
    position: absolute;
    color: transparent !important;
    left: 100%;
    bottom: 0;
    transform: translate(-60%, 0%);
    leading-trim: both;
    text-edge: cap;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #8CC6CF;
    font-family: Scalen;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: min-content;
}

.login-bckg {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 64px 0px 64px;
}


/* Register form */
.underlined {
    text-decoration: underline !important;
}

/* PASSWORD RESET */
.progress-bar {
    background-color: #65B1BD !important;
}

/* PASSWORD STEP MAIL */
.div-password-step-logo {
    display: flex;
    justify-content: center;
}

.password-step-logo {
    padding: 64px 0px 64px 0px;
}

/* PASSWORD STEP CONFIRMED */
.password-mail-confirmed-logo {
    padding: 64px 0px 64px 0px;
}

.password-mail-confirmed-text {
    padding-bottom: 64px;
}


/*//////////////////////////////////////////////////////////// Responsive */

@media (max-width : 992px) {

    .login-form-container {
        width: 100% !important;
    }

    .container-login,
    .container-login .col-left,
    .container-login .col-right {
        width: 100%;
        /* height:; */
    }

    .login-bckg {
        height: inherit !important;
    }

    .container-login .col-left,
    .container-login .col-right {
        min-height: inherit;
        height: inherit;
    }

    .login-form-container {
        padding-top: 64px;
        padding-bottom: 32px;
    }

    .login-form-container form {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .div-logo {
        display: flex;
        justify-content: center;
    }

    .login-div {
        height: 350px !important;
    }

    .member-div {
        display: flex;
        justify-content: center;
    }

    .reset-text {
        text-align: center;

    }

    .login-form-container .btn {
        width: 100% !important;
        margin-top: 16px;
    }

    /* PASSWORD RESET */
    .resest-text {
        padding-top: 24px;
    }

    /* PASSWORD STEP MAIL */
    .password-step-logo {
        padding: 24px 0px 24px 0px;
    }

    /* PASSWORD MAIL CONFIRMED MAIL */
    .password-confirmation-logo {
        padding: 24px 0px 24px 0px;
    }
}