.login-bg{
	/*background-image: linear-gradient(45deg, rgba(194, 233, 221, 0.5) 1%, */
	/*rgba(104, 119, 132, 0.5) 100%), */
	/*linear-gradient(-45deg, #494d71 0%, */
	/*rgba(217, 230, 185, 0.5) 80%);*/
	background-size: cover;
	background-repeat: no-repeat;
}
.login-wrap{
	width: 100%;
	height: 100vh;
	display: -webkit-box;	
  	display: -ms-flexbox;
  	display: flex;
  	justify-content: center;   
  	align-items: center;
}
.login-box{
	width: 95%;
	padding-bottom: 1.4rem;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 0.3rem;
    color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 0.3rem;
    color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 0.3rem;
    color: #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*padding-left: 0.3rem;*/
    font-size: 0.3rem;
    color: #fff;
}
.login-box-col{
	position: relative;
	height: 1.3rem;
	padding: 0 0.2rem;
	line-height: 1.3rem;
	text-align: center;
}
.login-title{
	font-size: 0.4rem;
	color: #fff;
}
.login-box-col input{
	width: 100%;
	height: 0.9rem;
	outline: none;
	border: solid 0.02rem #fff;
	border-radius: 0.45rem;
	background: transparent;
	color: #fff;
	padding-left: 0.4rem;
	font-size: 0.4rem;
}
.capcha{
	position: absolute;
	top: 0.23rem;
	right: 0.58rem;
	width: 3.2rem;
	height: 0.69rem;
}
.capcha img{
	height: 0.69rem;
}
.btn-submit{
	width: 100%;
	height: 0.9rem;
	font-size: 0.4rem;
	border: none;
	color: #fff;
	border-radius: 0.45rem;
	background: #409EFF;
	cursor: pointer;
	outline: none;
}
