﻿body{
    position:unset !important;	
    background-repeat: round !important;
}
/*左侧logo等区域样式*/
.left-login {
    width:306px;
    height:20px;
    position: absolute;
    left: 42px;
    top: 14px;
}
#password::-ms-reveal{
	display: none
}
#password::-ms-clear{
	display: none
}
#password::-o-clear{
	display: none
}
.left-login .login-text1 {
    display: none;
    font-size: 68px;
}
.left-login .login-text2 {
    display: none;
}
.left-login .login-text3 {
    display: none;
    font-size: 20px;
}
/*右侧登录框框样式*/
.login-main {
   margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: fit-content;
    width: 400px;
    background: #FFFFFF;
    box-shadow: 0 0 0 0;
}
/*登录区域头部样式*/
.login-form-title {
    margin-bottom: 30px;
    width: 283px;
    font-family: HYQiHei-GEW;
    font-size: 24px;
    color: #1C1C1C;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
}
.login-form-title span{
	display:none;
}
.login-img {

}
/*内部登录表单样式*/
.login-form {
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
    width: 303px;
}
/*选择登录方式下拉框样式*/
.select-login-type {
    width:283px;
    height:35px;
    border:1px solid #ccc;
}
/*登录框内表单标签及输入框样式*/
.login-form-label{
    display: block;
    font-family: HYQiHei-EES;
    font-size: 12px;
    color: #9B9B9B;
    line-height: 18px;
    margin-bottom: 10px;
}
.login-form-row {
    width: 300px;
    line-height: 35px;
    margin-bottom: 15px;
}
.cas-input{
    width: 283px;
    height: 35px;
    outline: none;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 8px;
}
/*验证码输入框及图片样式*/
.captcha-input{
    width: 155px;
    height: 35px;
    outline: none;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 8px;
}
#captcha_img {
    cursor: pointer;
    vertical-align: middle;
}
/*提交按钮样式*/
.cas-btn{
    width: 283px;
    height: 35px;
    outline: none;
    border: none;
    color: #fff;
    background: #FF5722;
    cursor: pointer;
}
/*登录错误信息样式*/
.login-form-error {
    color: red;
    height: auto;
    min-height:24px;
    line-height: 24px;
    font-size: 14px;
    width: 302px;
    max-height: 68px;
    word-break: break-all
}
/*第三方登录错误信息样式*/
.login-form-thirdparty-error {
    color: red;
    height: auto;
    min-height:24px;
    line-height: 24px;
    font-size: 14px;
    width: 302px;
    max-height: 48px;
}
/*底部版权声明和隐私样式*/
.copyright {
    position: fixed;
    bottom: 20px;
    width:100%;
    text-align:center;
    font-size:14px;
    font-family:"Microsoft YaHei";
    color:#ababab;
}
.privacyTreaty {
    color: #ababab;
    cursor: pointer;
    font-size: 14px;
}
/*找回密码*/
.find-password-row {
    text-align: right;
    color: #309bfb;
    font-size: 14px;
	visibility: hidden;
    line-height: 15px;
}
/*登录行及登录按钮样式*/
.login-form-submit {
    line-height: 35px;
    margin-bottom: 15px;
    margin-left: 0px;
}