form .step {
    display: none;
}
form .step.active {
    display: block;
}
.next-btn, .prev-btn{
    background: #b7662b;
}
form .btn-block{
    width: 100%;
}
button:disabled{
    cursor: not-allowed;
}