input.phone, .firstname, .lastname, .otp {
    border-radius: 8px;
    width: 100%;
    padding: 8px 16px;
    border: 1px solid #bdbdbd;
    background: #fff;
    box-shadow: 0 0 10px 0px #e5e5e5;
}
button.button.btn.contin, .button.btn.next, .button.btn.otp_verification {
    width: 100%;
    background: #5bc0de;
}
form.form-otp {
    display: flex;
    gap: 10px;
    flex-direction: column;
    border: 1px solid #ffffff;
    padding: 30px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
}
p.alert {
    color: red;
}