.otp-inputs {
    display: inline-block;
    position: relative;
}
.otp-inputs .input {
    border: 1px solid;
    /* border-color: #d35400; */
    /* width: 40px;
    height: 40px; */
    /* color: #d35400; */
    /* font-size: 27px; */
    font-weight: 100;
    text-align: center;
}

.otp-inputs .dash {
    margin-left: 5px;
    margin-right: 5px;
    top: -5px;
    position: relative;
    /* color: #d35400; */
}

.otp-inputs .input[type="number"]::-webkit-outer-spin-button, .otp-inputs .input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
.otp-inputs .input[type="number"] {
    -moz-appearance: textfield;
}