.informPContent {
    width: 100%;
}

#EmailOTP > label,
#OTP > label {
    font-size: 16px;
    color: #373737;
}

#EmailOTP .pm__get-emailotp,
#OTP .pm__get-otp {
    min-width: 120px;
    margin-left: 10px;
}
#EmailOTP p,
#OTP p {
    flex-direction: row;
    margin-top: 10px;
    align-items: center;
}
.pm__emailotp-countdown:not(:empty),
.pm__otp-countdown:not(:empty) {
    margin-left: 10px;
}
.btn-see-more {
    /*display: none;*/
    display: block;
    width: 98%;
    text-align: center;
    background: #fff;
    margin-top: -2px;
}
#mto-login-form .btn-login.pm__email {
    background: #868686;
}
#mto-login-form .btn-login.pm__email:not(:last-child) {
    margin-bottom: 16px;
}
