/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 10 2025 | 04:35:59 */
.tutor-login-form-wrapper .tutor-form-control,
.tutor-modal-login-form-wrapper .tutor-form-control {
    padding: 14px 16px !important;
    font-size: 16px !important;
    border: 2px solid #ccc !important;
    border-radius: 8px !important;
    transition: border-color 0.3s, box-shadow 0.3s;
    width: 100%;
    box-sizing: border-box;
}

.tutor-login-form-wrapper .tutor-form-control:focus,
.tutor-modal-login-form-wrapper .tutor-form-control:focus {
    border-color: #DCCCC0 !important;
    outline: none !important;
    box-shadow: 0 0 6px rgba(220, 204, 192, 0.5);
}

.tutor-login-form-wrapper .tutor-mb-20,
.tutor-login-form-wrapper .tutor-mb-32,
.tutor-modal-login-form-wrapper .tutor-mb-20,
.tutor-modal-login-form-wrapper .tutor-mb-32 {
    margin-bottom: 24px !important;
}
