html,
body {
    height: 100%;
}

.form-wrapper {
    max-width: 30rem;
    width: 100%;
}

.stretch-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth-bg {}

.section-bg {
    background-color: #FFF;
    background-image: url('../images/form-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.login-form {
    /*    background: #FFF;*/
}

.login-form,
.section-form {
    border-radius: 0.75rem;
    padding: 1.5rem;
}

form h3 {
    word-wrap: break-word;
    font-size: 2.875rem;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.75px;
    margin-bottom: 5px;
}

form h6 {
    letter-spacing: normal;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: #666;
    margin-bottom: 40px;
}

form hr {
    border-top: 1px solid #e3e8ef;
}

form .form-group {
    margin-top: 30px;
    position: relative;
    margin-bottom: 0px;
}

form .form-group label {
    position: absolute;
    transition: 0.15s;
    left: 36px;
    top: 0.8rem;
    padding: 3px 6px 3px 6px;
    background: #FFF;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #777;
    z-index: 0;
}

form .form-group.focus label {
    top: -12px;
    font-weight: 500;
    color: #000;
}

form .form-group .input-icon {
    position: absolute;
    left: 0.7rem;
    bottom: 0.75rem;
}

form .form-group .input-icon img {
    object-fit: contain;
    height: 24px;
    width: 24px;
}

form .form-group .input-icon i {
    font-size: 18px;
    margin-top: 4px;
}

form .remember-me {
    align-items: center;
    margin-bottom: 0;
    font-weight: 500;
    display: flex;
}

form .remember-me input {}

form .remember-me span {
    padding-left: 15px;
    display: inline-block;
}

.form-info_text {
    margin-top: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #666;
    letter-spacing: .25px;
}

.form-info_text a {
    letter-spacing: .4px;
}

.btn-main-alt {
    border-radius: 8px;
    background-color: #000;
    color: #FFF;
    transition: 350ms ease;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #000;
    padding: 1rem 1.125rem;
}

.btn-main-alt:hover {
    box-shadow: rgb(76 78 100 / 100%) 0px 6px 18px -8px;
    background-color: #222;
    color: #FFF;
}

form .form-group input {
    color: #222 !important;
    font-weight: 600;
    letter-spacing: .25px;
    background: #FFF !important;
    border: 1px solid #e3e8ef !important;
    border-radius: .5rem !important;
    height: 3rem !important;
    padding: 0.5rem 0.875rem 0.5rem 2.875rem !important;
    font-size: 15px !important;
}

form .form-group input::placeholder {
    font-weight: 300;
}

form .form-group.password input::placeholder {
    padding-top: 16px !important;
    letter-spacing: 1px;
}

form .nlp .form-group input {
    padding: 0.5rem 0.875rem 0.5rem 0.875rem !important;
}

form .form-group input:active,
form .form-group input:hover,
form .form-group input:focus {
    border: 1px solid #000 !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0 30px #FFF inset !important;
}




/* section */

.section-right {
    background-color: #000;
    background-image: url('https://thsdemo.thsonline.net/wp-content/uploads/2020/02/home-background.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
}

.section-right .bg-overlay {
    height: 100%;
    width: 100%;
    background: rgba(000, 000, 000, 0.75);
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    padding: 3rem 1rem 2rem 1rem;
    /*    align-items: stretch;*/
}

.section-right-content {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 1rem;
    padding: 2rem;
}

.section-right-content h2 {
    color: #FFF;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.75;
    margin-bottom: 0px;
}

.section-right-content img {
    width: 14rem;
}


@media screen and (max-width: 786px) {
    .login {
        max-width: 100%;
    }

    .h-100 {
        min-height: auto !important;
        height: auto !important;
    }

    div.auth-bg > div {
        flex-direction: column-reverse;
    }
}
