/*
*@author:kouyimin
*@date:2017-04-18
*/

.team-intro{
 margin-top: 30px;
 margin-left:5px;
 width:440px;
}
.team-login-main{
 margin:0 auto; width:900px; height:600px;
}

.team-login {
 margin-left:550px;
 width: 420px;
}
.submit_tips {
 text-align: center;
 margin-top: 10px
}
.pannel {
 margin-top: 30px;
 margin-bottom: 30px;
}

.yellow-border-radius {
 color: #333;
}

.login-logo {
 text-align: center;
 margin-top: 44px;
 margin-bottom: 40px;
}

.login-logo h1 {
 font-weight: normal;
 font-size: 24px;
 text-align: center;
}

.form {
 margin-bottom: 24px;
 margin-top: 12px;
 text-align: center;
}

.form-control {
 width: 300px;
 height: 26px;
 line-height: 26px;
 margin: 15px auto;
}

.form-control label {
 left: 0;
}

.form-control input[type="text"], .form-control input[type="password"] {
 right: 0;
 width: 248px;
 border-radius: 4px;
 height: 24px;
 line-height: 24px;
 text-indent: 10px;
 border: 1px solid #afafaf;
 outline: none;
 background-color: #fff;
}

.btns {
 text-align: center;
 margin-top: 24px;
}

.btn-login {
 width: 238px;
 height: 44px;
 line-height: 44px;
 border-radius: 5px;
 background-color: #ffae00;
 margin-left: 34px;
}
.captcha-img-box{
 height: 180px;
 margin-top: 8px;
 user-select: none;
}
.captcha-tip{
 display: inline-block;
 width: 235px;
 vertical-align: top;
 color: #707070;
 /*font-weight: 600;*/
 user-select: none;
}
.captcha-reset-btn{
 display: inline-block;
 width: 12px;
 height: 12px;
 background: url(../../../image/captchas.png)-290px -207px;
 cursor: pointer;
 margin-right: 12px;
 user-select: none;
}
.captcha-close-btn{
 display: inline-block;
 width: 12px;
 height: 12px;
 background: url(../../../image/captchas.png)-58px -266px;
 cursor: pointer;
 user-select: none;
}
.captcha-msg{
 display: inline-block;
 color: red;
 height: 24px;
 line-height: 24px;
 width: 100%;
 text-align: center;

}
.captcha-box{
 display: none;
 width: 280px;
 margin: 0 auto;
 height: 260px;
 padding: 10px 25px;
 border: 1px solid #dbdbdb;
 border-radius: 4px;
 position: absolute;
 top: -35px;
 left: 50%;
 transform: translateX(-50%);
 z-index: 999;
 background: #fff;
}
.pos-box{
 position: relative;
}
div[data-type=slier]{
 display: none;
}
.login-way{
 margin-bottom: 10px;
}
.login-way-text{
 font-weight: 600;
}
.return-btn{
 font-weight: 600;
 float: right;
 cursor: pointer;
}
.captcha-bottom{
 height: 40px;
 width: 100%;
 border: 1px solid #dbdbdb;
 position: relative;
 border-radius: 4px;
}
.captcha-bottom-btn{
 height: 40px;
 width: 50px;
 position: absolute;
 top: -1px;
 left: 0;
 background: url(../../../image/captchas.png)-150px -207px;
 border: 1px solid #dbdbdb;
 cursor: pointer;
 border-left: transparent;
}
.bottom-tip{
 display: inline-block;
 color: #dbdbdb;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
}

.bottom-left{
 display: inline-block;
 height: 40px;
 width: 0;
 background: #1991FA;
 opacity: 0.4;
}
.captcha-bottom .btn-hover{
 background: url(../../../image/captchas.png)-80px -207px;
}
.captcha-bottom .btn-error{
 background: url(../../../image/captchas.png)-10px -207px;
}
.captcha-bottom .btn-success{
 background: url(../../../image/captchas.png)-220px -207px;
}
.btns .admin-login{
 background: #1B63D9;
}
