html body {
    display: flex;
    align-items: center;
}

/* Otp Modal */
#otpModal img {
    max-width: 150px;
}










/* START : Small (sm) 576PX */
@media screen and (min-width: 576px) {
    /* Otp Modal */
    #otpModal img {
        max-width: 185px;
    }

    #otpVerificationSubmitter, #resetSubmitter {
        max-width: 50%;
    }
}
/* END : Small (sm) 576PX */