/*
* @description: 管理后台登录样式
 *@author:王奉
* @update: name(xxxx-xx-xx xx:xx)
 */

body {
	width: 100%;
	height: 100%;
	background: #f5f5f7;
	margin: 0;
	padding: 0;
	font: 14px/1.6 "Microsoft YaHei", '微软雅黑', Tahoma, Verdana, Arial, '宋体', sans-serif;
}
.qjimg{
	/* background-image: url(/themes/admin_simpleboot3/public/assets/images/login/qjimg.gif);
	/* background-image: url("/themes/admin_simpleboot3/public/assets/images/login/qjimg.gif") no-repeat; */
	background-size: 100% 100%;
	background-size: cover; */
}
.login-con {
	text-align: center;
	width: 420px;
	max-width: 90vw;
	height: auto;
	min-height: 440px;
	background: #FFFFFF;
	border-radius: 10px;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	padding: 20px;
}
.qj_login{
	/* margin-top: 45px; */
	width: 254px;
    height: 36px;
}
.login-title {
	font-size: 26.67px;
	color: rgb(49, 71, 94);
	/* padding-top: 114px; */
	/* background-color: pink; */
	height: 130px;
	/* line-height: 49px; */
	/* margin-bottom: 35px;
	padding-top: 40px; */
	display: flex;
    justify-content: center;
    align-items: center;

}

.login-img {
	display: inline-block;
	width: 100%;
	/* width: 336px; */
	height: auto;
	max-height: 84px;
	vertical-align: middle;
	margin: 0 auto;
}

.login-tip {
	font-size: 16px;
	color: #222222;
	text-align: left;
	margin: 100px 0 13px 312px;
}
.login-btn{
	margin-top: 20px;
}
.login-input,
.input-captcha {
	/* width: 345px;
	height: 37px;
	padding-left: 20px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	margin-bottom: 13px; */
	padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    width: 320px;
    height: 50px;
    background: #FAFAFC;
    border: 1px solid #D2D6EA;
    border-radius: 4px;

	font-size: 15px;
font-family: 'Microsoft YaHei';
font-weight: bold;
color: #333333;
line-height: 48px;
}
input::-webkit-input-placeholder {
    font-size: 14px;
	font-weight: 400;
	color: #9191A3;

   }
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	font-size: 14px;
	font-weight: 400;
	color: #9191A3;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	font-size: 14px;
	font-weight: 400;
	color: #9191A3;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	font-size: 14px;
	font-weight: 400;
	color: #9191A3;
}

.l-captcha{
	width: 594px;
	height: 44px;
	margin: 0 auto 13px auto;
	padding: 0;
	border: none;
}
.l-captcha iframe{
	width: 330px;
	margin-left: -13px;
}
.captcha {
	position: relative;
}

.input-captcha {
	width: 244px;
	margin-right: 14px;
	margin-left: -90px;
}

.captcha-img {
	position: absolute;
	width: 91px;
	height: 41px;
}



.btn {
	/* width: 345px;
	height: 37px;
	background: #006ec5; */
	border: none;
	cursor: pointer;

	width: 320px;
	height: 50px;
	background: #5A59D9;
	border-radius: 4px;
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	color: #FFFFFF;
}
.btn:hover{
	color: #fff;
}
.new-capcha{
	position: absolute;
	width: 87px;
	height: 37px;
	letter-spacing: 4px;
	background: #006ec5;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 37px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.footer-copy{
	text-align:center;
	color: #999;
	font-size: 12px;
	margin-top: 145px;
}
.footer-copy-con{
	margin-right: 30px;
}

/* 响应式适配 */
@media screen and (max-width: 1400px) {
	.login-con {
		right: 5%;
	}
}

@media screen and (max-width: 1200px) {
	.login-con {
		right: 50%;
		transform: translate(50%, -50%);
	}
}

@media screen and (max-width: 768px) {
	.login-con {
		width: 90vw;
		max-width: 400px;
		right: 50%;
		transform: translate(50%, -50%);
		padding: 15px;
		min-height: auto;
	}
	
	.login-input,
	.input-captcha {
		width: 100%;
		max-width: 280px;
		height: 45px;
		line-height: 43px;
	}
	
	.btn {
		width: 100%;
		max-width: 280px;
		height: 45px;
	}
	
	.login-title {
		height: 100px;
	}
	
	.login-img {
		font-size: 20px;
		max-height: 60px;
	}
}

@media screen and (max-width: 480px) {
	.login-con {
		width: 95vw;
		padding: 10px;
	}
	
	.login-input,
	.input-captcha,
	.btn {
		max-width: 260px;
	}
	
	.login-title {
		height: 80px;
	}
	
	.login-img {
		font-size: 18px;
	}
}
