/* Add here all your CSS customizations */
    .form-step {
        display: none;
    }

    .form-step.active {
        display: block;
    }
