.bg-one-auth {
    background: #f6f8fb !important;
}
.auth-wrapper {
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
}
.auth-wrapper-left {
    background: linear-gradient(135deg, #0f172a 0%, #1f3a5f 100%) !important;
}
.auth-left-cont {
    max-width: 380px;
}
.ztoo-login-brand {
    color: #ffffff;
}
.ztoo-login-mark {
    display: grid;
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 16px;
    background: #ffffff;
    color: #0f172a;
    font-size: 28px;
    font-weight: 800;
}
.ztoo-login-brand h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
}
.ztoo-login-brand p {
    max-width: 330px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.7;
}
.auth-wrapper-right {
    background: #ffffff;
}
.auth-wrapper-form .title {
    color: #111827;
    font-weight: 700;
}
.auth-wrapper-form .form-control {
    border-color: #d9e2ef;
    border-radius: 10px;
}
.auth-wrapper-form .form-control:focus {
    border-color: #1f6feb;
    box-shadow: 0 0 0 3px rgba(31, 111, 235, 0.12);
}
.btn-primary {
    border-color: #1f6feb !important;
    background: #1f6feb !important;
}
.btn-primary:hover,
.btn-primary:focus {
    border-color: #185abc !important;
    background: #185abc !important;
}
.__login-badge.ztoo-env-badge {
    border-radius: 999px;
    background: #eef6ff;
    color: #1f6feb;
    font-weight: 600;
}
@media (max-width: 767px) {
    .auth-wrapper {
        border-radius: 0;
        box-shadow: none;
    }
    .ztoo-login-brand h2 {
        font-size: 28px;
    }
}