/* style.css */
#form_otp_insert {
    box-shadow: 2px 10px 35px #555 !important;
}
#ftw_otp_input {
    display: flex;
    justify-content: center;
    align-items: center;
}

#ftw_otp_input .input {
    width: 50px;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: .375rem .75rem;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0.5rem;
    text-align: center !important;
    text-indent: 0 !important;
}

#ftw_otp_input .input:focus {
    color: #212529;
    background-color: #fff;
    border: 2px solid #007bff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    caret-color: transparent;
}

/*.input:nth-child(1) {*/
/*    cursor: pointer;*/
/*    pointer-events: all;*/
/*}*/
