* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* 全屏背景图 */
.container {
	width: 100%;
	height: 100vh;
	min-height: 200px;
	background: url(../../img/login.2dba51d.png) 50%;
	background-size: cover;
	overflow-y: auto;
	position: relative;
}
.el-message{
	top: 20px !important;
}

/* 登录 */
.login_box {
	width: 100%;
	/*height: 330px;*/
	height: 400px;
	max-width: 360px;
	/*background: rgba(0, 0, 0, 0.5);*/
    background: linear-gradient(hsla(0, 0%, 100%, 0), #7e5678);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 5px;
	padding: 20px;
}

.text_font {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
}

/* input区域 */
.login_input {
	width: 90%;
	margin: 20px auto;
}

.login_input .user_input_box,
.login_input .paddword_input_box {
	height: 36px;
	line-height: 36px;
	width: 100%;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	background: #FFFFFF;
	margin-bottom: 20px;
}

.user_input_box .user_pic,
.paddword_input_box .paddword_pic {
	width: 22px;
	margin: 0 5px;
}

.user_input_box .user_input,
.paddword_input_box .paddword_input {
	height: 36px;
	line-height: 36px;
	width: 100%;
	border: none;
	background: none;
	outline: none;
}

.user_input_box .user_input::placeholder,
.paddword_input_box .paddword_input::placeholder,
.yzm_input_box .yzm_input::placeholder {
	color: #aaaaaa;
}

/* 验证码 */
.login_input .yzm_input_box {
	height: 36px;
	line-height: 36px;
	width: 40%;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	background: #FFFFFF;
	margin-bottom: 10px;
}

.yzm_input_box .yzm_input {
	height: 36px;
	line-height: 36px;
	width: 100%;
	border: none;
	background: none;
	outline: none;
}

.yzm_input_box .yzm_pic {
	width: 22px;
	height: 26px;
	margin: 0 5px;
}

.yzm_input_box .yzm_img {
	height: 36px;
	position: absolute;
	right: 40px;
}

.checkbox .checkbox_item {
	color: white;
}

.checkbox .wangji_mima {
	color: white;
	font-size: 14px;
	position: absolute;
	right: 40px;
}

.btn {
	width: 100%;
	margin: 20px 0;
}

.btn .el_btn {
	width: 100%;
}
