/*修改记录：20220818,quanchf,系统logo更换*/
.login-bg {
    height: 100%;
    width: 100%;
	 background-attachment: fixed;
    background-clip: padding-box;
    background-size: 100% 100%;
    overflow: hidden;
    position: fixed;
}
.login{
       float: right;
        /* width: 35%;
    max-width: 35%; */
    margin-top: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
/*20220818,quanchf,系统logo更换*/
.logo{
    width: 100%;
    text-align: center;
    /* min-height: 20%; */
    /* margin-top: 20%; */
}
.logo img{
    max-width: 100%;
}

.title{
	font-family: FZHTK--GBK1-0;
	font-size: 27px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.titleBZ{
	margin-top: 5px;
    width: 110px;
	height:6px;
	background-image: linear-gradient(90deg,#171c6c 0%,#445aac 100%);
}
.loginForm{
    width: 100%;
    height: 65%;
    max-width: 400px;
}
.loginForm form{
    height: calc(100% - 70px);
    max-height: 350px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.loginForm .login-input
{
/* margin-top: 32px; */
position: relative;
}
.layui-input{
	padding: 0 0px 0 50px !important;
	border: none !important;
    background: transparent;
	outline:none;

}
.layui-input:hover{
    border-color: none !important;
	background:transparent;
}
.layui-input:focus{
	outline:none;
	 background:transparent;
}
/*::selection{*/
	 /*background: transparent;*/
/*}*/
/*::-moz-selection{*/
	 /*background: none !important;*/
/*}*/
.layui-input:-internal-autofill-previewed,input:-internal-autofill-selected{
    /*-webkit-text-fill-color: #FFFFFF !important;*/
	transition: background-color 5000s ease-in-out 0s !important;
}
.inputmessage{
		background-image: linear-gradient(90deg, 
		#181b6f 0%, 
		#a1b1dc 100%);
		height: 2px;
}
       .loginForm .login-input .input200 {
            width: 100%;
        }

        .loginForm .login-input .input120 {
            /*width: 70%;*/
        }
		.loginForm .login-input .validatecodeinput{
		 padding-left: 0px;
			border: none !important;
    background: none !important;
		}
        .loginForm .login-input img {
            position: absolute;
            width:70px!important;
            margin-left:-46px;
            vertical-align:middle;
        }

        .loginForm .login-input .symbol-input200 {
            font-size: 30px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            align-items: flex-end;
            position: absolute;
            border-radius: 25px;
            bottom: 0;
            width: 100%;
            height: 100%;
            padding-left: 8px;
            pointer-events: none;
            color: #666;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            -moz-transition: all .4s;
            transition: all .4s
        }

            .loginForm .login-input .symbol-input200 .iconfont {
                font-size: 30px;
				line-height: 175%;
            }

        .loginForm .login-input .input200:focus + .focus-input200 + .symbol-input200 {
            color: #5365fb;
        }
		.validatecode{
		float: right;
    padding-right: 45px;
    margin-top: 10px;
		}
.formBtn{
 margin-top:90px;
}
.layui-btn{
    max-width: 120px;
}
.loginin{
	background-image: linear-gradient(90deg, 
		#3f519b 0%, 
		#6589cd 100%);
}
.reSet{
	background-image: linear-gradient(90deg, 
		#171c6c 0%, 
		#445aac 100%);
}