; } /* REGISTER FORM STYLE */ #register-section { background: white; padding: 30px; border-radius: 12px; flex: 1 1 350px; box-shadow: 0 6px 15px rgba(0,0,0,0.1); border: 2px solid #00b894; min-width: 320px; } #register-section h2 { margin-bottom: 25px; font-weight: 700; text-align: center; color: #00b894; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } #register-section label { display: block; margin-bottom: 6px; font-weight: 600; color: #333; } #register-section input[type="text"], #register-section input[type="email"], #register-section input[type="password"] { width: 100%; padding: 10px; margin-bottom: 18px; border: 1.5px solid #00b894; border-radius: 6px; font-size: 16px; transition: border-color 0.3s ease; } #register-section input[type="text"]:focus, #register-section input[type="email"]:focus, #register-section input[type="password"]:focus { border-color: #0984e3; outline: none; } #register-section button { background: #00b894; border: none; padding: 12px 0; width: 100%; font-size: 18px; font-weight: 700; color: white; border-radius: 8px; cursor: pointer; transition: background 0.3s ease; } #register-section button:hover { background: #0984e3; } /* Responsive for small screens */ @media (max-width: 720px) { body { flex-direction: column; max-width: 400px; } #login-section, #register-section { flex: none; min-width: auto; } }

Login

Create Account