﻿
.web-otp {
    display: flex !important;
}

.mobile-otp {
    display: none !important;
    margin-top: 10px;
}

@media(max-width: 768px) {
    .web-otp {
        display: none !important;
    }

    .mobile-otp {
        display: flex !important;
        margin-top: 10px;
    }
}