html, body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	text-align: center;
	-moz-user-select: none;
}
body {
	background: #494A5F;
	font-size: 1.05em;
	font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
}
/* Header */
.htmleaf-header {
	padding: 2em 10% 2em;
	text-align: center;
	background: #66677c;
}

.htmleaf-header h1 {
	color: #D5D6E2;
	font-weight: bold;
	font-size: 2em;
}

@media screen and (max-width: 1024px) {
	.htmleaf-header {
		padding: 2em 10% 2em;
	}

	.htmleaf-header h1 {
		font-size: 1.9em;
	}
}

@media screen and (max-width: 960px) {
	.htmleaf-header {
		padding: 2em 10% 2em;
	}
	.htmleaf-header h1 {
		font-size: 1.8em;
	}
}

@media screen and (max-width: 766px) {
	.htmleaf-header {
		padding: 1em 10% 1em;
	}
	.htmleaf-header h1 {
		font-size: 1.7em;
	}
}

@media screen and (max-width: 480px) {
	.htmleaf-header {
		padding: 1em 10% 1em;
	}

	.htmleaf-header h1 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 400px) {
	.htmleaf-header {
		padding: 1em 10% 1em;
	}
	.htmleaf-header h1 {
		font-size: 1.3em;
	}
}
.form_bg_cus{
	padding: 80px;
}
.panel_cus{
	margin:0 auto;
	height:350px;
	max-width: 640px;
	border-radius:15px
}
.login_head_cus{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.login_title_cus{
	margin:0 auto;
	line-height:50px;
	height:50px;
	width:80%;
	color:#333333;
	font-size: 30px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: '微软雅黑', '黑体', verdana, sans-serif;
}
.top_password{
	position: relative;
	height: 46px;
	left: 0px;
	top: -46px;
	background-color: transparent;
	border: 0;
	z-index: 100;
}
/*模态窗口位置*/
.prompts_modal{
	top: 20%;
}
/*提示框宽度*/
.prompts_dialog{
	/*width: 450px;*/
}
/*提示信息文字大小*/
.prompts{
	font-size: 24px;
}
.prompts_buttom{
	font-size: 18px;
	width:90px;
}
.btn_cus{
	height:60px;
	width: 90%;
	font-size: 36px;
}
.keyboard_area{
	margin: 0 auto;
	width:100%;
}
.number{
	width: 20%;
}
.number_cus{
	font-size: 22px;
	text-align: left;
}
.form-bg{
	height: 520px;
	background: rgba(255, 255, 255, 0.5);
}
.form-horizontal{
	background: #fff;
	padding-bottom: 40px;
	border-radius: 15px;
	text-align: center;
}
.form-horizontal .heading{
	display: block;
	font-size: 35px;
	font-weight: 700;
	padding: 35px 0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
}
.form-horizontal .form-group{
	padding: 0 40px;
	margin: 0 0 25px 0;
	position: relative;
}
.form-horizontal .form-control{
	background: #f0f0f0;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	padding: 0 20px 0 45px;
	height: 40px;
	transition: all 0.3s ease 0s;
}
.form-horizontal .form-control:focus{
	background: #e0e0e0;
	box-shadow: none;
	outline: 0 none;
}
.form-horizontal .form-group i{
	position: absolute;
	top: 12px;
	left: 60px;
	font-size: 17px;
	color: #c8c8c8;
	transition : all 0.5s ease 0s;
}
.form-horizontal .form-control:focus + i{
	color: #00b4ef;
}
.form-horizontal .fa-question-circle{
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 60px;
	font-size: 20px;
	color: #808080;
	transition: all 0.5s ease 0s;
}
.form-horizontal .fa-question-circle:hover{
	color: #000;
}
.form-horizontal .main-checkbox{
	float: left;
	width: 20px;
	height: 20px;
	background: #11a3fc;
	border-radius: 50%;
	position: relative;
	margin: 5px 0 0 5px;
	border: 1px solid #11a3fc;
}
.form-horizontal .main-checkbox label{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.form-horizontal .main-checkbox label:after{
	content: "";
	width: 10px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 4px;
	border: 3px solid #fff;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.form-horizontal .main-checkbox input[type=checkbox]{
	visibility: hidden;
}
.form-horizontal .main-checkbox input[type=checkbox]:checked + label:after{
	opacity: 1;
}
.form-horizontal .text{
	float: left;
	margin-left: 7px;
	line-height: 20px;
	padding-top: 5px;
	text-transform: capitalize;
}
.form-horizontal .btn{
	float: right;
	font-size: 14px;
	color: #fff;
	background: #00b4ef;
	border-radius: 30px;
	padding: 10px 25px;
	border: none;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}