#login {
    width: 798px;
    height: 482px;
    position: relative;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
     background-color: #035FFF;
}

#login .login_box {
    background: url('../../images/backdrop.png');
    width: 100%;
    height: 100%;
    position: relative;
}

#login .logo {
    width: 100%;
    height: 175px;
    text-align: center;
}

#login .closeDiv {
    width: 90px;
    height: 40px;
    position: absolute;
    right: 0;
    color: #00ebf4;
    top: 70px;
    line-height: 50px
}

#login .closeDiv span:hover {
    cursor: pointer;
}

#login .closeDiv i {
    width: 30px;
    height: 26px;
    font-size: 20px;
    display: inline-block;
    line-height: 26px;
    border: solid 1px #00f6ff;
}

#login .closeDiv .close i:hover {
    border: 1px solid #ff0000;
    background: #ff0000;
    color: #fff;
}

#login .closeDiv .mini i:hover {
    border: 1px solid #00ffff!important;
    color: #fff;
    background: #00ffff!important;
}

#login .input_box {
    width: 100%;
    height: 307px;
    border-top: none;
    position: relative;
    box-sizing: border-box
}

#login .login_type {
    position: absolute;
    top: -33px;
    left: 10px;
}

#login .login_type li {
    width: 120px;
    height: 31px;
    line-height: 32px;
    text-align: center;
    float: left;
    color: #02d9e5;
    cursor: pointer;
}


.active {
    color: #07eef7 !important;
    border: 2px solid #177bd1;
    border-bottom: none;
    background: #11111b;
}

.pwd_login {
    width: 300px;
    margin: 0 auto;
    padding-top: 22px;
    text-align: center;
    position: relative;
}

.pwd_login .el-input {
    width: 240px;
    height: 40px;
    outline: none;
    margin-bottom: 6px;
}

.pwd_login .el-input input {
    border: solid 1px #00ffff;
    background-color: rgba(0,0,0,0);
    color: #ffffff;
    border-radius: 0;
}
.pwd_login .el-input input::placeholder {
    color: #ffffff
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border-color: #00ebf4;
}
.login_btn {
    width: 160px;
    height: 40px;
    margin-top: 35px;
    color: #0361ff;
    position: absolute;
    left: 70px;
    border: solid 1px #00eaea;
    border-radius: 0;
    background-color: #00ffff;
}

.headerT {
    width: 760px;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    left: 18px;
    bottom: 10px;
    justify-content: space-between;
    color: #00ffff;
}

.chats_login p {
    bottom: -38px;
}

.login_box .login_left {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    background-color: rgba(249, 249, 249, 1);
    text-align: center;
    border: 1px solid #02b2d6;
    position: relative;
}

.login_box .login_left img {
    width: 140px;
    height: 140px;
    margin-top: 20px;
}

.login_box .login_left p {
    line-height: 27px;
    position: relative;
}

._error {
    position: absolute;
    width: 700px;
    top: 140px;
    color: red;
    left: -200px
}

.scan {
    color: rgba(5, 201, 99, 1);
    font-size: 26px;
    float: left;
    margin: 7px 5px 0 18px;
}

.login_box iframe {
    width: 140px;
    height: 140px;
}

.impowerBox .qrcode {
    width: 140px;
    height: 140px;
}

.el-input .el-input__clear {
    color: #02b2d6
}

.el-input .el-input__clear:hover {
    color: #02b2d6
}

h1 {
    position: absolute;
    font-size: 40px;
    width: 100%;
    top: 67px;
    text-align: center;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;   
}
/*修改部分*/
.schoolName{
	font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 120px;
    width: 100%;
}
.btnBox span{
	font-size: 12px;
	color: #00ffff;
	cursor: pointer;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #00ffff!important;
}
.btnBox {
	height: 15px;
	line-height: 15px;
    width: 240px;
    margin-left: 30px;
}
span.el-checkbox__inner {
	width: 13px;
    height: 13px;
    border: 1px solid #00ffff;
    background-color: rgba(0,0,0,0);
}
label.el-checkbox {
    float: left;
    margin-top: -2px;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background: #00ffff!important;
    border-color: #00ffff!important;
}
.el-checkbox__inner::after {
    border-right: 1px solid #0361ff!important;
    border-bottom: 1px solid #0361ff!important;
    }
button{
-webkit-app-region: no-drag;
}   
    
    