html,
body {
    background-color: #F8F9FA;
}

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

form .form-group label {
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    color: #121926;
    margin-bottom: 1px;
    letter-spacing: .25px;
}

form .form-group label svg {
    color: #000;
    margin-right: 10px;
    margin-top: 5px;
    transition: .25s;
}

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

form .form-group.focus svg {
    color: #004679;
}

form .form-group .input-icon {
    position: absolute;
    left: 1.15rem;
    bottom: 1.25rem;
}

form .form-group.email .input-icon {
    bottom: 1.15rem;
}

.btn-main-alt {
    border-radius: 3rem;
    background-color: #056EB6;
    color: #FFF;
    transition: 350ms ease;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #056EB6;
    padding: 1rem 1.125rem;
}

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

form .form-group .form-control {
    color: #042B56 !important;
    font-weight: 400;
    letter-spacing: .25px;
    background: #FFF !important;
    border: 1px solid #CCC !important;
    border-radius: .5rem !important;
    height: 4rem !important;
    padding-left: 3.5rem !important;
    font-size: 15px !important;
}

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

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

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

/* Change the white to any color */
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-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;
}

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

    body {
        background-color: #D6E3E9;
    }

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

    .auth-bg .flex-wrap.h-100 {
        padding-bottom: 10px;
    }

    .section-right-content h2 {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5;
    }

    .section-right .bg-overlay {
        display: block;
        text-align: center;
        padding: 3rem 1rem 0rem 1rem;
    }

    .auth-section-bg {
/*
        margin: 0px 10px;
        border-radius: 15px;
*/
    }

    .auth-section-bg > div {}
}
