/*OTP boxes related code*/
.digit-group input {
    width: 35px;
    height: 50px;
    /*background-color: lighten($BaseBG, 5%);*/
    border: 1;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: 200;
    color: black;
    margin: 0 2px;
}

.splitter {
    padding: 0 5px;
    color: black;
    font-size: 24px;
}

/*To make number field like text field: Start*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.digits {
    -moz-appearance: textfield;
}
/*To make number field like text field: End*/

.custom-width-385 {
    width: 385px !important;
}