input{
    outline:none;
    background-color: rgba(0,121,255,0.3);
    color: white;
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

#userName,#passWord,#registCode{
    width: 99%;
    height: 100%;
    border: 0;
    font-size: 20px;
    /*background-color: #0079FF;*/
    /*opacity: 0.3;*/
    background-color: rgba(0,121,255,0.3);
    text-indent: 12%;
    color: white;
}
#login{
     width: 100%;
     height: 100%;
     border: 0;
     font-size: 14px;
     vertical-align: middle;
     text-align: center;
     /*background-color: #0079FF;*/
     /*opacity: 0.3;*/
     background-color: rgb(0,121,255);
     color: white;
 }