body { font-family: Arial, sans-serif; background-color: #f4f4f4; display: flex; flex-direction: column; align-items: center; }
.warning-banner { background: red; color: white; width: 100%; text-align: center; padding: 10px; font-weight: bold; }
.login-container { background: white; padding: 20px; border-radius: 8px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); margin-top: 50px; width: 320px; }
h2 { color: #ae124e; font-size: 18px; text-align: center; }
input { width: 100%; padding: 12px; margin: 10px 0; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }
.row { display: flex; justify-content: space-between; }
button { width: 100%; background-color: #ae124e; color: white; padding: 12px; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; }
