body {
    background-color: var(--white, #fff) !important;
}
@media screen and (min-width: 768px) {
    body {
        background-image: url(/build/assets/background-fr-148787e5.webp);
        background-size: cover;
        display: grid;
    }
}
#auth {
    align-items: center;
}
#auth #auth-left .auth-title {
    color: var(--text-accent, #0056b8);
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.28px;
}
#auth #auth-left .auth-subtitle {
    color: #6c757d;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
#auth #auth-left .auth-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 10px;
    align-self: stretch;
}
#auth #auth-left .auth-logo img {
    width: 321px;
    height: 48px;
    flex-shrink: 0;
}
@media (max-width: 767.9px) {
    #auth #auth-left .auth-logo img {
        width: 60vw;
        height: auto;
    }
}
#auth #auth-left .auth-remember {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.2px;
}
#auth #auth-left .input-label,
#auth #auth-left label {
    color: var(--gray-gray-900, #212121);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.5px;
}
#auth #auth-left .error-validation-label,
#auth #auth-left span {
    color: var(--color-System-red, #f3241b);
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#auth #auth-left .check-label {
    color: var(--Heading-Title-Color, #152536);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.5px;
}
#auth #auth-left .remember-check {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid var(--primary, #0056b8);
    background: var(---Gray-White, #fff);
}
#auth #auth-left .form-item input {
    padding: var(--Padding-small, 8px) var(--Gap-small, 8px)
        var(--Padding-small, 8px) var(--Padding-medium, 16px);
    height: 48px;
    border-radius: var(--Border-Radius-small, 4px);
    border: 1px solid #0056b8;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
#auth #auth-left .form-item input::placeholder {
    color: var(--Fill-medium-gray, #c3c3c4);
    font-style: normal;
}
#auth #auth-left .form-item input:focus {
    border: 2px solid var(--primary, #0056b8);
    outline: none;
    font-style: normal;
}
#auth #auth-left .password-toggle-icon {
    position: absolute;
    right: 16px;
    width: 24px;
    transform: translateY(165%);
    cursor: pointer;
}
#auth #auth-left .password-toggle-icon i {
    font-size: 18px;
    line-height: 1;
    color: #333;
    transition: color 0.3s ease-in-out;
    margin-bottom: 20px;
}
#auth #auth-left .password-toggle-icon i:hover {
    color: #000;
}
#auth #auth-left .input-button {
    padding: var(--Padding-medium, 14px) var(--Padding-large, 24px)
        var(--Padding-medium, 16px) var(--Gap-large, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--Gap-small, 8px);
    border-radius: var(--Border-Radius-small, 4px);
    background: var(--Fill-primary, #0056b8);
    color: var(--color-Gray-white, #fff);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.2px;
}
#auth #auth-left .remember-label {
    color: #6c757d;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
}
#auth #auth-left .font-login-href {
    color: var(--Fill-primary, #0056b8);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.2px;
}
#auth #auth-left .alert-icon {
    width: 120px;
    height: 120px;
}
#auth #auth-left .alert-title {
    color: var(--color-System-green, #45a149);
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.28px;
}
#auth #auth-left .alert-subtitle {
    color: #6c757d;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
#auth #auth-left .alert-card {
    display: flex;
    flex-direction: column;
}
#auth #auth-left .alert-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: var(--Gap-xlarge, 8px);
    align-self: stretch;
}
@media screen and (min-width: 768px) {
    #auth #auth-left {
        padding: 40px;
        height: 704px;
        width: 520px;
        max-width: 600px;
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 767.9px) {
    #auth #auth-left {
        padding: 5rem;
    }
}
@media screen and (max-width: 576px) {
    #auth #auth-left {
        padding: 5rem 2rem;
    }
}
