div.error {
    color: red;
    /*font-size: 14px;*/ /* Adjust font size as needed */
}

.otp_all_input {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

    .otp_all_input input {
        width: 150px;
        height: 30px;
        margin: 0px 5px;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #373373;
    }

        .otp_all_input input:focus-visible {
            border: 1px solid #373373;
        }
