top of page
Search

 Seize the Day, Seize Your Future!


Every day is a chance to start fresh and work towards your goals. And Monday? It's the perfect day to kickstart your financial journey! You have the power to create your own opportunities.

Follow our Facebook page for the tools and inspiration to make every day count!



 
 
 

Comments


bottom of page
/* MAIN STYLES */ body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f8f9fa; } /* PIN DISPLAY */ .pin-dot { transition: all 0.3s ease; font-size: 32px !important; } /* BUTTONS */ button { border-radius: 8px !important; padding: 12px 24px !important; font-weight: 600 !important; transition: all 0.3s ease !important; border: none !important; cursor: pointer !important; } button:hover { transform: translateY(-2px) !important; box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important; } .btn-primary { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important; color: white !important; } .btn-secondary { background: #6c757d !important; color: white !important; } .btn-danger { background: #dc3545 !important; color: white !important; } .btn-success { background: #28a745 !important; color: white !important; } /* NUMBER PAD */ .number-btn { width: 70px !important; height: 70px !important; border-radius: 50% !important; font-size: 24px !important; background: #f0f0f0 !important; color: #333 !important; margin: 5px !important; } .number-btn:hover { background: #667eea !important; color: white !important; } /* INPUTS */ input, select, textarea { border-radius: 8px !important; border: 2px solid #e0e0e0 !important; padding: 12px 15px !important; font-size: 16px !important; transition: all 0.3s ease !important; } input:focus, select:focus, textarea:focus { border-color: #667eea !important; outline: none !important; box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important; } /* MESSAGES */ .error-message { background: #fff5f5 !important; border: 1px solid #fc8181 !important; color: #c53030 !important; padding: 15px !important; border-radius: 8px !important; margin: 15px 0 !important; } .success-message { background: #f0fff4 !important; border: 1px solid #68d391 !important; color: #276749 !important; padding: 15px !important; border-radius: 8px !important; margin: 15px 0 !important; } /* DASHBOARD CARDS */ .dashboard-card { background: white !important; border-radius: 12px !important; padding: 20px !important; box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important; margin-bottom: 20px !important; } /* ADMIN PAGE */ .admin-warning { border: 3px solid red !important; padding: 20px !important; background: #fff5f5 !important; border-radius: 10px !important; margin: 20px 0 !important; } /* MOBILE RESPONSIVE */ @media (max-width: 768px) { .number-btn { width: 60px !important; height: 60px !important; font-size: 20px !important; } .dashboard-card { padding: 15px !important; margin: 10px 0 !important; } h1 { font-size: 24px !important; } h2 { font-size: 20px !important; } }