/* Base Form Styles from Design Image */
.kt-form-label {
    font-weight: 600 !important;
    color: #1a1a1a !important;
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
    display: block;
}

.kt-input, .kt-select {
    border-radius: 0.5rem !important; /* rounded-lg */
    border: 1px solid #e2e8f0 !important;
    padding: 0.625rem 1rem !important;
    background-color: #ffffff !important;
    font-size: 0.875rem !important;
    transition: all 0.2s;
}

.kt-input:focus, .kt-select:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 2px rgba(52, 199, 89, 0.1) !important;
    outline: none !important;
}

.kt-btn {
    border-radius: 0.5rem !important;
    font-weight: 600 !important;
    padding: 0.625rem 1.25rem !important;
    transition: all 0.2s;
}

.kt-btn-primary {
    background-color: var(--primary) !important;
    color: #ffffff !important;
}

.kt-link {
    color: #3b82f6 !important; /* Keep blue for links like in the image */
    font-weight: 500;
}

.kt-link:hover {
    text-decoration: underline !important;
}

.max-w-\[370px\] {
    max-width: 370px !important;
}

.auth-card {
    width: 100%;
    max-width: 400px; /* Slightly wider to match image feel */
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
