.auth-shell .account-details-area {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.auth-form-title {
    margin-bottom: 16px;
    font-size: 30px;
    letter-spacing: -0.2px;
    color: #1f2937;
}

.auth-form .single-input {
    margin-bottom: 16px;
}

.auth-form .single-input label {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
    color: #374151;
}

.auth-form .single-input input[type="email"] {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.auth-form .single-input input[type="email"]:focus {
    outline: none;
    border-color: #7cb342;
    box-shadow: 0 0 0 3px rgba(98, 157, 35, 0.14);
}

.auth-submit-btn {
    width: 100%;
    justify-content: center;
    min-height: 44px;
}

.auth-bottom-text {
    margin-top: 16px;
    color: #6b7280;
    font-weight: 500;
}

.auth-lead {
    color: #64748b;
    margin-bottom: 18px;
    line-height: 1.55;
}

/* Remove the massive top-padding of the master layout wrapper on this page to move everything up */
.background-light-gray-color.rts-section-gap.bg_light-1 {
    padding-top: 0 !important;
}

/* Set a clean, compact padding for the breadcrumb banner */
.rts-navigation-area-breadcrumb {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* Adjust the gap between the breadcrumb and the content */
.auth-shell.rts-section-gap {
    padding-top: 25px !important;
}
