.border-error {
    border-color: #e53e3e !important;
}

/* Layout styles for sticky footer and centered content */
/* .auth-layout {
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.auth-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0;
    overflow-y: auto;
}

.auth-footer {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 0.25rem 0;
    flex-shrink: 0;
}

/* Reduced container spacing for better vertical space utilization */
.form-container {
    padding: 1rem;
}

.left-panel-reduced {
    padding: 1rem !important;
} */