html{height: 100%;}
body.signin {
    background: #18c8f6;
    height: auto;
    background:url("../img/bg.png") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgba(255,255,255,.95);
}

.signinpanel {
    width: 750px;
    margin: 10% auto 0 auto;
}

.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}

.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.signinpanel .form-control {
    display: block;
    margin-top: 15px;
}


.input1 img{
    width: 70px;
    height: 70px;
}
.input2 img{
    width: 70px;
    height: 70px;
}
.signinpanel .btn {
    margin-top: 30px;
}

.btn-block{
    width: 510px;
    height: 60px;
    background: #437EFF;
    border-radius: 30px;
    border: none;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
    background-color: #437EFF !important;
    border-radius: 30px !important;
}


.signinpanel form {
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 20px;
    margin: 0 135px;
}

.input1{
    display: flex;
}
.input2{
    display: flex;
}
.signup-footer{border-top: solid 1px rgba(255,255,255,.3);margin:20px 0;padding-top: 15px;}

@media screen and (max-width: 768px) {
    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 420px!important;
        padding: 20px;
    }
    .signinpanel form {
        margin-top: 20px;
    }
    .signup-footer {
        margin-bottom: 10px;
    }
    .signuppanel .form-control {
        margin-bottom: 10px;
    }
    .signup-footer .pull-left,
    .signup-footer .pull-right {
        float: none !important;
        text-align: center;
    }
    .signinpanel .signin-info ul {
        display: none;
    }
}
@media screen and (max-width: 320px) {
    .signinpanel,
    .signuppanel {
        margin:0 20px;
        width:auto;
    }
}
.login-input-box  {
    width: 100%;
    height: 70px;
    overflow: hidden;
    margin-top: 20px;
}


.login-input-box .login_icon {
    width: 70px;
    height: 70px;
    text-align: center;
    float: left;
    border-radius: 35px 0 0 35px;
}
.login-input-box .login_icon img {
    border-radius: 35px 0 0 35px;
    border: 1px solid #FFFFFF;
    border-right: 0;
    vertical-align: middle;
    overflow: hidden;
    height: 70px;
    width: 70px;
}
.login_input-box {
    width: 436px;
    height: 70px !important;
    float: left;
    border-radius: 0 35px 35px 0;
    border: 1px solid #FFFFFF;
    border-left: 0;
    color: #222222;
    overflow: hidden;
}
.login_input-box input {
    width: 100%;
    vertical-align: middle;
    border: 0;
    outline: none;
    font-size: 16px;
    padding: 0 15px;
    background: none;
    color: #ffffff;
}
.logo-title{
    width: 314px;
    height: 23px;
    font-size: 23px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 23px;
    margin-top: 20px;
}
.logo1{
    width: 288px;
    height: 66px;
}
.row1{
    margin: 0 230px;
}


