#login,#reg{
    display: none;
}
.login {
    margin: auto;
    width: 350px;
    width: 400px\9;
    *width: 400px;
    _width: 400px;
    padding: 0;
    position: relative;
}
.login .form-control{
    height: 48px;
}
.login .input-group-addon{
    padding:inherit;
    background-color: inherit;
    border: inherit;
}
.login .input-group-addon img{
   height:34px;
}
.login h2 {
    background-color: #03B3FF;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 20px;
    padding: 20px 26px;
}
.login-cover-image{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
}
.login h2 span[class*="fontawesome-"] {
    margin-right: 14px;
}
.login fieldset {
    background-color: #fff;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 10px 26px;
}
.login fieldset p {
    color: #777;
    margin-bottom: 14px;
}
.login fieldset p:last-child {
    margin-bottom: 0;
}
.login>h2{
    margin-bottom:0;
}
.login .outside-login-tit {
    text-align: center;
    width: 100%;
    height: 14px;
    line-height: 1;
    color: #999;
}
.login .outside-login-tit:after, .login .outside-login-tit:before {
    background: #dcdee3;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 25%;
}
.login .outside-login-tit:before {
    left: 5%;
}
.login .outside-login-tit:after {
    right: 5%;
}
.login .morelogin{
    font-size: 24px;
    /*color: #25be03;*/
    color: #fff;
    margin-top: 20px;
}
.login .morelogin a{
    color: #fff;
}
.login .bro{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    -o-border-radius: 48px;
    border-radius: 48px;
    background-color: #25be03;
    margin: auto;
}
.login h5{
    font-size: 14px;
    font-weight: inherit;
    color: #25be03;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 0;
}
.login .userslogin,.login .welogin2{
    display: none;
}
.login .text-danger{
    color: #a94442;
}
.login .qrcode.on{text-align: center;}
.login .qrcode.on img{
    max-width: 190px;
    margin: auto;
}
.login .col-md-9{
    width: 100%;
    width: 75%\9\0;
    *width: 75%;
    _width: 75%;
}
label.col-md-3{
    display: none;
    display: block\9;
    *display: block;
    _display: block;
}
#reg.reg{
    width: 500px;
    height: 300px;
    margin: 50px auto;
    background-color: #fff;
    position: relative;
    padding: 0 20px;
}
#reg.reg #textarea{
    height:110px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 25px;
}
#reg.reg #textarea .blue14b{
    font-size: 18px;
    color: #0387cf;
}
#reg.reg p{margin: 0;}
#reg.reg p.title{
    font-size: 18px;
    font-weight: bold;
    height:50px;
    line-height:50px;
}
@media (min-width:1024px){
    #reg.reg {
        margin: 5% auto;
        width: 50%;
        height: 70%;
    }
    #reg.reg #textarea{
        height:-moz-calc(70vh - 150px);
        height:-webkit-calc(70vh - 150px);
        height:calc(70vh - 150px);
    }
}
@media (max-width:768px){
    .login{
        width: 90%;
        margin: auto;
        float: inherit;
    }
    #reg.reg {
        width: 90%;
        height: 90%;
        margin: 5% auto;
    }
    #reg.reg #textarea{
        height:-moz-calc(90vh - 150px);
        height:-webkit-calc(90vh - 150px);
        height:calc(90vh - 150px);
    }
}