

.wizard-step-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (max-device-width: 650px), screen and (max-width: 650px) {

.login-wrapper input {
    height: 40px;
    /*border-radius: 3px;*/
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 1px solid #000000;
}

    div#RadPageView1 {
        font-size: medium !important;
    }


    .wizard-step-content {
        overflow-y: scroll !important;
        height: 38vh;
        padding: 0px 5px;
    }
}

@media (max-height: 944px) and (min-width: 650px) {
    .wizard-step-content {
        overflow-y: scroll !important;
        height: 67vh !important;
        padding: 0px 5px;
    }

}


@media (max-height: 520px) and (min-width: 650px) {

    .wizard-step-content {
        height: 50vh !important;
    }
}