html,
body {
    height: 100%;
    background-image: url('../images/auth-bg.svg');
    background-position: center;
    background-size: cover;
}

.login {
    max-width: 600px;
    width: calc(100% - 30px) !important;
}

.login-form h3 {
    word-wrap: break-word;
    font-size: 34px;
    line-height: 1.35;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 0.75px;
    margin-bottom: 15px;
}

.login-form h6 {
    font-size: 14px;
    color: #f5f5f5;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 50px;
    line-height: 1.5;
}

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

.login-form .form-group label {
    cursor: pointer;
    position: absolute;
    transition: 0.15s;
    left: 10px;
    top: 1rem;
    padding: 3px 6px 3px 6px;
    background: #2F3990;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #f5f5f5;
    z-index: 0;
}

.login-form .form-group.focus label {
    font-size: 14px;
    top: -13px;
    font-weight: 400;
    color: #FFF;
}

.btn-main-alt {
    border-radius: 8px;
    background-color: #FFF;
    color: #2F3990;
    transition: 350ms ease;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #FFF;
    padding: 0.8rem 1.1rem;
}

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

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

    .login-form .form-group label {
        top: 0.9rem;
    }
}

.login-form .form-group input {
    color: #FFF !important;
    background: transparent !important;
    border: 2px solid #f9f9f9 !important;
    border-radius: 8px !important;
    height: 3.75rem !important;
    padding: 16.5px 14px !important;
    font-size: 15px !important;
}

.login-form .form-group input:active,
.login-form .form-group input:hover,
.login-form .form-group input:focus {
    border: 3px solid #FFF !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: #FFF !important;
    -webkit-box-shadow: 0 0 0 30px #2F3990 inset !important;
}
