﻿.login-wrapper * {
    z-index: 1 !important;
}

.login-lg-banner {
    padding: 15px;
    justify-content: end !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
}

    .login-lg-banner > img {
        width: 500px;
    }

    .login-wrapper > img {
        top: 0 !important;
        left: 0 !important;
        z-index: 0 !important;
        position: absolute !important;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s;
}

.mud-button,
.mud-card-content h4,
.mud-card-content h6,
.authentication-helper-link {
    line-height: 66px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #21272A !important;
    font-size: 35px !important;
}

.mud-card-content h6 {
    line-height: 30px;
    font-size: 14px !important;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    top: -8px !important;
}

.login-form {
    background: #fff;
    border-radius: 20px !important;
    margin: 0 1rem;
    width: 360px;
    opacity: 0.85;
}

    .login-xs-banner {
        margin: 4rem 0;
        width: 300px !important;
    }

#email-address-field,
#password-field,
#confirm-password-field {
    backdrop-filter: blur(1px);
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    margin-top: 26px;
}

    label[for="remember-me"],
    #email-addres-field svg,
    #password-field svg,
    #confirm-password-field svg,
    #password-field svg {
        color: #21272A !important;
    }

    #email-address-field ::placeholder,
    #password-field ::placeholder,
    #confirm-password-field ::placeholder {
        opacity: 1; /* Firefox */
    }

label[for="remember-me"] {
    font-size: 16px;
}

.authentication-helper-link {
    font-size: 16px !important;
    color: #263BDA !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.message {
    font-size: 16px;
    font-weight: 700;
}

.message,
#password,
#email-address,
#confirm-password,
#password-field ::placeholder,
#email-address-field ::placeholder,
#confirm-password-field ::placeholder,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    color: #21272A !important;
    -webkit-text-fill-color: #21272A !important;
}

input {
    padding: 8px !important;
}

.mud-input {
    height: auto !important;
    border-radius: 4px !important;
    border-color: #21272A !important;
}

.mud-button {
    font-size: 16px !important;
    font-weight: bold !important;
    background-color: #263BDA !important;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 14px 0 !important;
}

@media (min-width: 770px) {
    .login-logo-container {
        height: 100% !important;
    }

    .login-xs-banner {
        display: none !important;
    }
}

@media (max-width: 769px) {
    .login-wrapper > img {
        object-fit: cover !important;
    }
    .login-logo-container {
        height: auto !important;
    }

    .login-lg-banner {
        display: none !important;
    }

    .logo-xs-banner {
        display: block !important;
    }
}
