﻿
/*------------------  */
.otp-form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-inputbar {
    width: 55px;
    height: 50px;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    color: #333;
}