body {
    background: #f3f3f3;
}

.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: 150px;
    margin-bottom: 30px;
    width: 372px;
    height: 349px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #d5dce2;
    border-radius: 3px;
}

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

.login-logo {
    text-align: center;
}

.login-logo h1 {
    color: #444;
    font-size: 24px;
    font-weight: 600;
    line-height: 110px;
    margin-bottom: 0;
}

.form {
    margin-bottom: 24px;
}

.form-control {
    width: 232px;
    height: 36px;
    line-height: 36px;
    margin: 20px auto;
    position: relative;
}

.form-control label {
    left: 0;
}

.form-control input[type="text"], .form-control input[type="password"] {
    right: 0;
    border-radius: 4px;
    line-height: 24px;
    border: 1px solid #dfdfdf;
    outline: none;
    width: 100%;
    height: 100%;
    text-indent: 24px;
    background: #edeef5;
}
.form-control input:focus {
    border-color: #3794e3;
    transition: border linear .2s;
}
.form-control .form-icon {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 16px;
    height: 16px;
}
.form-control .form-icon.user-icon {
    background: url(../../../image/icon-user.png) no-repeat;
}
.form-control .form-icon.password-icon {
    background: url(../../../image/icon-password.png) no-repeat;
}
.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;
    box-sizing: content-box;
    width: 280px;
    margin: 0 auto;
    height: 260px;
    padding: 10px 25px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    position: absolute;
    /* top: -35px; */
    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: #2650ee;
    margin: 0;
    border-radius: 2px;
    font-size: 15px;
}
.btns .admin-login:hover {
    opacity: 0.8;
}