 .form-step {   display:none; } .form-step.active {   display:block; } .step-indicator {   display:flex;   justify-content:space-around;   margin-top:20px; } .step-indicator div {   text-align:center; } .step-indicator .active-step {   color:#ff668c; } .buttons {   margin-top:20px;   display:flex;   justify-content:space-between; } .buttons button {   padding:10px 20px;   font-size:16px; } .buttons .next {   background-color:#ff668c;   color:white;   border:none; } .error {   color:red;   margin-bottom:10px; } .success {   color:green;   margin-bottom:10px; } 