html body {
    padding-bottom: 0;
}
.login-wrapper {
    padding-top: 120px;
    padding-bottom: 70px;
}
.signup-link {
    border-top: 1px solid var(--smoke-gray-4);
}

/* 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, #loginSubmitter {
        max-width: 50%;
    }
}
/* END : Small (sm) 576PX */










/* START : Extra Large (xl) 1200PX */
@media screen and (min-width: 1200px) {
    .login-wrapper .image-wrapper {
        padding-right: 50px;
    }
}
/* END : Extra Large (xl) 1200PX */