.codeDiv {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

    .codeDiv .code {
        width: 40px;
        height: 40px;
        border: 1px solid #9B9B9B;
        margin-right: 8px;
        text-align: center;
        line-height: 40px;
    }

.verify_code_div{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.verify_code_char{
    height: 100%;
    width: 47px;
    height: 47px;
    display: inline-block;
    font-size: 0px;
    margin-left: 3.5px;
    margin-right: 3.5px;
}


@media (max-width: 19.6875rem)  {
    .verify_code_char:nth-child(4){
        margin-left: 0%;
    }

    .verify_code_char{

        margin-left: 1px;
        margin-right: 1px;
    }
}

.verify_code_char_input{
    background-color: #fff;
    width: 100%;
    height: 100%;
    outline: none;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #d6d6d6;
    -webkit-appearance: none;
}
.verify_code_char_input:-webkit-autofill{
    background-color: #fff;
    background-image: none;
    color: rgb(0, 0, 0);

}
.verify_code_char_input_state_action{
    border: 1px solid #97cee5;
    box-shadow: 0 0 0 3px rgba(131,192,253,.5);
}
