/
home
/
sjslayjy
/
public_html
/
ccbfsoution
/
public
/
assets-css
/
auth
/
Upload File
HOME
* { margin: 0; padding: 0; box-sizing: border-box; font-family: Arial, sans-serif; } body { background-color: #f5f5f5; } .top-header { background-color: #3c9805; height: 40px; width: 100%; } .nav-container { display: flex; align-items: center; padding: 10px 20px; background-color: white; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .logo { width: 200px; } .curved-banner { background-color: #3c9805; height: 50px; width: 100%; border-radius: 0 0 50% 50%; margin-bottom: 20px; } .login-container { max-width: 600px; margin: 0 auto; background-color: white; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.1); padding: 40px; text-align: center; } .login-logo { width: 180px; margin-bottom: 20px; } h1 { color: #333; font-size: 24px; margin-bottom: 30px; } .form-group { margin-bottom: 20px; text-align: left; } label { display: block; margin-bottom: 8px; font-weight: bold; color: #333; } input[type="text"], input[type="password"] { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 5px; font-size: 16px; } .password-field { position: relative; } .password-toggle { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); cursor: pointer; color: #999; } .remember-forgot { display: flex; justify-content: space-between; margin-bottom: 30px; align-items: center; } .remember-me { display: flex; align-items: center; } .forgot-password { color: #333; text-decoration: none; font-weight: bold; } .buttons { display: flex; justify-content: space-between; gap: 20px; } .btn { flex: 1; padding: 12px; border-radius: 5px; font-size: 16px; font-weight: bold; cursor: pointer; border: none; } .btn-login { background-color: #222; color: white; } .btn-home { background-color: #3c9805; color: white; }