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

.auth-remember-row {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 4px 0 10px;
}

.auth-remember-row input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #629d23;
    margin: 0;
    flex: 0 0 auto;
}

.auth-remember-row label {
    margin: 0;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    padding-left: 0 !important;
}

.auth-remember-row label::before,
.auth-remember-row label::after {
    display: none !important;
    content: none !important;
}

.auth-label-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 7px;
}

.auth-label-row label {
    margin-bottom: 0 !important;
}

.auth-forgot-link {
    font-weight: 600;
    font-size: 14px;
    color: #629d23;
    white-space: nowrap;
}

.auth-forgot-link:hover {
    color: #4a7a1a;
    text-decoration: underline;
}

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

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

.guest-btn-hover:hover i {
    transform: translateX(6px);
}

/* 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 login content */
.auth-shell.rts-section-gap {
    padding-top: 25px !important;
}
