font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
min-height: 100vh;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.register-container {
background: #1e1e2e;
padding: 40px;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
width: 100%;
max-width: 450px;
border: 1px solid #404040;
}
.logo {
text-align: center;
margin-bottom: 30px;
}
.logo h1 {
color: #6c5ce7;
font-size: 2rem;
margin-bottom: 10px;
}
.logo p {
color: #b8b8b8;
font-size: 0.9rem;
}
.form-group {
margin-bottom: 20px;
}
.form-group label {
display: block;
margin-bottom: 8px;
color: #ffffff;
font-weight: 500;
}
.form-group input {
width: 100%;
padding: 15px;
border: 2px solid #404040;
border-radius: 10px;
font-size: 16px;
background: #2a2a3e;
color: #ffffff;
transition: border-color 0.3s;
}
.form-group input:focus {
outline: none;
border-color: #6c5ce7;
}
.form-group small {
color: #b8b8b8;
font-size: 0.8rem;
margin-top: 5px;
display: block;
}
.btn {
width: 100%;
padding: 15px;
background: linear-gradient(135deg, #6c5ce7, #a855f7);
color: white;
border: none;
border-radius: 10px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
margin-bottom: 20px;
}
.btn:hover {
background: linear-gradient(135deg, #5b4bd6, #9333ea);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(108, 92, 231, 0.3);
}
.message {
padding: 15px;
border-radius: 10px;
margin-bottom: 20px;
text-align: center;
}
.message.success {
background: #1e7e34;
color: #d4edda;
border: 1px solid #155724;
}
.message.error {
background: #721c24;
color: #f8d7da;
border: 1px solid #dc3545;
text-align: left;
}
.links {
text-align: center;
}
.links a {
color: #6c5ce7;
text-decoration: none;
margin: 0 10px;
}
.links a:hover {
text-decoration: underline;
}
.divider {
border-top: 1px solid #404040;
margin: 20px 0;
}
.password-requirements {
background: #2a3a4e;
padding: 15px;
border-radius: 8px;
margin-top: 10px;
}
.password-requirements h4 {
color: #6c5ce7;
margin-bottom: 10px;
font-size: 0.9rem;
}
.password-requirements ul {
color: #b8b8b8;
font-size: 0.8rem;
margin-left: 20px;
}
.password-requirements li {
margin-bottom: 3px;
}
🏁 MOTOForecast
Create your account to start predicting