.otp_holder{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 20vh;

}
.otp-box{
    display: flex;
}

.otp-box input{
    width: 42px;
    font-size: 32px;
    padding: 2px;
    text-align: center;
    border-radius: 5px;
    margin: 4px;
    border: 2px solid rgb(45, 23, 126);
    outline: none;

}
.otp-box input:focus{
    border:2px solid rgb(37, 124, 52);
    box-shadow: 0 0 2px 2px rgb(94, 87, 87);
}
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

.step{
    display: none;
}

.step-active{
    display: block;
}
  