﻿#userid {
    width: 150px;
}

#passwd {
    width: 150px;
}

#Button1 {
    width: 150px;
    border-radius:5px;
    background-color:red;
    color:white;
    border:none;
    box-shadow:none;
}

#btnRegis {
    width: 150px;
}

@media only screen and (max-width: 580px) {
    #userid, #passwd, #passwd {
        font-size: 35px;
        line-height: 35px;
        width: 100%;
    }
    #Button1 {
        font-size: 35px;
        line-height: 35px;
        width: 100%;
    }
    #btnRegis {
        width: 100%;
        max-width:100vw;
    }
}
