#mobile-phone-verify{
    background-size: cover;
    background-attachment: fixed;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sms-validator-input{
    width: 100% !important;
}

.sms-validation-form-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.login-sms-validation-form{
    height: 100%;
    min-height: auto;
}

.sms-validation-desc{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 1rem;
}

.sms-mobile-phone-verify{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sms-validation-info-wrapper{
    height: fit-content;
}

.select-auth-form-title {
    font-size: 36px;
}