/*
 *
 *   version 4.9
 *
*/
html,body{height: 100%;}
body {
    background: #18c8f6;
    background:url("login.jpg") 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);
    /*background: linear-gradient(to top, #5c2dd3, #4d8def);*/
}

.signin{width:100%;height:100%;display:flex;align-items:center;justify-content: center;}
.signinpanel {
    width: 420px;
    background: #fff;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-content: center;
}
.signinpanel .left{
    width:400px;
    /*background: url(bj_left.png) no-repeat center;*/
    background-size: 100% 100%;
    min-height: 580px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.signinpanel .right{
    padding:50px;
    width:420px;
    
}


.signinpanel .logo{
    width: 120px;
    display: block;
    margin:0 auto 25px;
}
.signinpanel h3{color:#999;font-size: 18px;font-weight: 300;text-align:center;margin-bottom:30px;}


.signinpanel .zinp{display: flex;align-items: center;padding:6px 10px;background: rgba(255,255,255,.3);margin-top: 25px;border-radius: 3px;border:solid 1px #eee;}
.signinpanel .zinp img{width: 20px;height: 20px;margin-right: 0;}
.signinpanel .zinp input{flex: 1;border:none;}
.signinpanel .form-control {
    border:none;
    border-radius: 3px;
    height: auto;
    line-height: 24px;
    font-size: 14px;
    color:#666;
    background: none;
}
.signinpanel .zinp .codes{width:100px;height:36px;}

.signinpanel .form-control::-webkit-input-placeholder {color: #666; }

.signinpanel .form-control:-moz-placeholder {color: #666; }

.signinpanel .form-control::-moz-placeholder {color: #666; }

.signinpanel .form-control:-ms-input-placeholder {color: #666; }

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #807c7c;
    transition: background-color 5000s ease-out 0.5s;
}

.signinpanel .btn {
    margin-top: 30px;
    height: auto;line-height: 24px;padding:12px;
    font-size: 16px;
}
.btn-login{
    /*background: #2e62af;*/
    background: linear-gradient(to right, #5c2dd3, #4d8def);
    border-color: none;
    color: #fff;
}
.btn-login:hover{
    background: linear-gradient(to right, #5c2dd3, #4d8def);
    border-color: none;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .signinpanel,
    .signuppanel {
        margin: 10% auto;
        width: 90%!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;
    }
}
