

@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;
    }
}