💒
Daftar Akun Customer
.step-indicator {
display: flex;
justify-content: center;
margin-bottom: 2rem;
}
.step {
width: 40px;
height: 40px;
border-radius: 50%;
background: #ddd;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
margin: 0 0.5rem;
}
.step.active {
background: #667eea;
color: white;
}
.otp-info {
background: #e7f3ff;
padding: 1rem;
border-radius: 10px;
margin-bottom: 1rem;
border-left: 4px solid #667eea;
}
.otp-input {
text-align: center;
font-size: 1.5rem;
letter-spacing: 0.5rem;
}