Back to Home
.login-btn { width: 100%; background-color: var(--primary-color); color: var(--text-color); border: none; padding: 14px; border-radius: 5px; font-weight: 600; cursor: pointer; transition: var(--transition); font-family: 'Montserrat', sans-serif; font-size: 1rem; margin-top: 10px; } .login-btn:hover { background-color: #c70812; /* Darker red */ transform: translateY(-2px); } .login-footer { text-align: center; padding: 20px 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); } .login-footer p { color: rgba(255, 255, 255, 0.7); font-size: 0.9rem; } .login-footer a { color: var(--primary-color); font-weight: 500; } .login-footer a:hover { text-decoration: underline; } .forgot-password { text-align: right; margin-top: -15px; margin-bottom: 20px; } /* OTP Verification Styles */ .otp-info { text-align: center; margin-bottom: 20px; padding: 15px; background-color: rgba(255, 255, 255, 0.05); border-radius: 5px; border: 1px solid rgba(255, 255, 255, 0.1); } .otp-info i { font-size: 2rem; color: var(--primary-color); margin-bottom: 10px; } .otp-info p { margin-bottom: 5px; color: rgba(255, 255, 255, 0.8); } .phone-display { font-weight: 600; color: var(--text-color); } .otp-input { letter-spacing: 5px; font-size: 1.2rem; text-align: center; } .otp-actions { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; } .resend-otp { background: none; border: none; color: var(--primary-color); cursor: pointer; font-size: 0.9rem; padding: 0; } .resend-otp:hover { text-decoration: underline; } .otp-timer { color: rgba(255, 255, 255, 0.6); font-size: 0.9rem; } .back-btn { width: 100%; padding: 12px; background-color: transparent; color: rgba(255, 255, 255, 0.7); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 5px; font-size: 0.9rem; margin-top: 10px; cursor: pointer; transition: all 0.3s ease; font-family: 'Montserrat', sans-serif; } .back-btn:hover { background-color: rgba(255, 255, 255, 0.1); color: var(--text-color); } .forgot-password a { color: rgba(255, 255, 255, 0.6); font-size: 0.85rem; } .forgot-password a:hover { color: var(--primary-color); } .back-to-home { position: absolute; top: 20px; left: 20px; color: var(--text-color); font-size: 0.9rem; display: flex; align-items: center; padding: 8px 15px; background-color: rgba(0, 0, 0, 0.5); border-radius: 30px; transition: var(--transition); } .back-to-home i { margin-right: 5px; } .back-to-home:hover { background-color: rgba(229, 9, 20, 0.8); } /* Animation for form switching */ @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } /* Responsive adjustments */ @media (max-width: 576px) { .login-modal-overlay { padding: 10px; } .login-container { max-width: 100%; } .login-card { margin: 0; } .login-header { padding: 20px; } .login-header img { width: 150px; } .login-body { padding: 20px; } .role-selector { flex-wrap: wrap; gap: 5px; } .role-option { flex: 1 0 calc(50% - 2.5px); padding: 10px 5px; font-size: 0.8rem; } .modal-close { top: 10px; right: 10px; font-size: 1.2rem; } } @media (max-width: 400px) { .role-option { flex: 1 0 100%; margin-bottom: 5px; } }
Back to Home
Welcome Back
Enter your credentials to access your dashboard
Email Address
Password
Forgot password?
Login