.logo {
    max-width: 200px;
}

.otp-input {
    width: 60px !important;
    height: 60px !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    text-align: center;
    margin: 0 5px;
}

.otp-box {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 576px) {
    .otp-input {
        width: 45px !important;
    }
}

@media (min-width: 576px) and (max-width: 850px) {}

@media only screen and (min-width: 768px) {}