/* Driver auth pages: readable text on dark logo panel + form card */
.auth-section .logo-auth-desk {
    background: #000;
}

.auth-section .logo-auth img {
    filter: brightness(0) invert(1);
    max-width: 200px;
}

.auth-section .auth-form-panel {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 2.25rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    max-width: 480px;
    margin: 1.5rem auto;
}

.auth-section .auth-form h2,
.auth-section .auth-form label,
.auth-section .auth-form p,
.auth-section .auth-form .sub-auth {
    color: #01041d !important;
}

.auth-section .auth-form .form-control {
    color: #01041d;
    background-color: #f6f6f6;
}

.auth-section .auth-form .btn-link {
    color: #01041d !important;
}

.signup-section-form.driver-section-form .quick-onboard-form h3,
.signup-section-form.driver-section-form .quick-onboard-form p,
.signup-section-form.driver-section-form .quick-onboard-form label,
.signup-section-form.driver-section-form .quick-onboard-form .form-control {
    color: #01041d;
}

.signup-section-form.driver-section-form .form-check-label {
    color: #333;
    font-size: 14px;
}
