@charset "UTF-8";

.white-back {
	width: 1040px;
	background-color: white;
	border: 1px solid #C9CFD3;
	border-radius: 3px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	margin: 0 auto 20px;
}

/* =========================================================
step01
========================================================= */

.login {
	color: #333;
}

/* .login-head */
.login-head {
	color: #333;
	padding: 40px 0 26px;
	text-align: center;
}
.login-head-title {
	font-size: 24px;
	margin-bottom: 20px;
}
.login-head-text {
	font-size: 15px;
	line-height: 1.5;
}

/* .login-help */
.login-help {
	color: #E74C3C;
	text-align: center;
	border-top: 1px solid #E74C3C;
	border-bottom: 1px solid #FFF;
	background-color: #FDF2F1;
	padding: 8px 0 13px;
	font-weight: bold;
}
.login-help .fa-exclamation-triangle {
	font-size: 19px;
	margin-right: 10px;
	vertical-align: middle;
}
.login-help .login-error {
	font-size: 14px;
}
.login-help .login-error-sub {
	padding: 0.5em 0;
}

/* .login-body */
.login-body {
	background-color: #FAF9F1;
	padding: 26px 19px 20px 16px;
}
.w650 {
	width: 650px !important;
}
.login-body input[type='text'],
.login-body input[type='email'],
.login-body input[type='password'] {
	height: 40px;
	padding: 0 12px;
	border: 1px solid #E0E3E5;
	box-shadow: none;
}

.login-body-table {
	width: 100%;
	color: #333;
	margin-bottom: 11px;
}
.login-body-table th,
.login-body-table td {
	font-size: 14px;
	position: relative;
}
.login-body-table th {
	padding: 11px 43px 0 25px;
	font-weight: bold;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.3;
}
.login-body-table td {
	/*padding: 0 10px 10px 12px;*/
	padding: 0 10px 20px 12px;
	vertical-align: middle;
	font-weight: normal;
}
.login-body-table th .main ,
.login-body-table td .main {
	font-size: 18px;
}
.login-body-table th .sub {
	font-size: 11px;
}
.login-body-table .login-table-firstline {
	padding: 10px 10px 36px 0;
}
.login-body-table input[type="text"],
.login-body-table input[type="email"] {
	display: inline-block;
}
.login-body-table input[type='text'],
.login-body-table input[type='email'],
.login-body-table input[type='password'] {
	height: 40px;
	padding: 0 12px;
	border: 1px solid #E0E3E5;
	box-shadow: none;
}

.login-body-table input[type='text'],
.login-body-table input[type='email'] {
	font-size: 28px;
	padding: 0 7px;
}

.required {
	position: absolute;
	top: 9px;
	right: 0;
	font-size: 11px;
	width: 34px;
	color: #FFF;
	background-color: #E74C3C;
	text-align: center;
	padding: 2px 0 3px
}

/* .login-footer */
.login-button {
	text-align: right;
}

.login-button-01 {
	width: 252px;
	height: 62px;
	border-radius: 4px;
	border: 1px solid #E5A71B;

	background: #E7B61D; /* Old browsers */
	background: -moz-linear-gradient(top,  #E7B61D 0%, #E5A71B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E7B61D), color-stop(100%,#E5A71B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E7B61D 0%,#E5A71B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E7B61D 0%,#E5A71B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E7B61D 0%,#E5A71B 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #E7B61D 0%,#E5A71B 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E7B61D', endColorstr='#E5A71B',GradientType=0 ); /* IE6-9 */

	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;

	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.login-button-01:hover {
	color: #FFF;
	background: #EDCA5D; /* Old browsers */
	background: -moz-linear-gradient(top,  #EDCA5D 0%, #EBBE5B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDCA5D), color-stop(100%,#EBBE5B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #EDCA5D 0%,#EBBE5B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #EDCA5D 0%,#EBBE5B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #EDCA5D 0%,#EBBE5B 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #EDCA5D 0%,#EBBE5B 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDCA5D', endColorstr='#EBBE5B',GradientType=0 ); /* IE6-9 */
	border-color: #EBC05C;
}

.login-button .sub {
	font-size: 11px;
	line-height: 2;
}

/* .data-container-footer */
.data-container-footer {
	padding-bottom: 20px;
}
.data-container-footer .white-back {
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
}
.data-container-footer .data-content {
	padding: 19px 30px 16px 19px;
	overflow: hidden;
}
.data-container-footer .data-content-left {
	float: left;
}
.data-container-footer .data-content .text {
	color: #33465E;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.data-container-footer .data-content-right {
	float: right;
	overflow: hidden;
}
.data-container-footer .data-content .tel {
	float: left;
	color: #333;
	font-size: 35px;
	font-weight: bold;
	margin-right: 15px;
	overflow: hidden;
}
.data-container-footer .data-content .tel li {
	float: left;
}
.data-container-footer .data-content .tel .tel-separate {
	line-height: 0.85;
}
.data-container-footer .data-content .tel .fa-phone-square {
	color: #97AC64;
	margin-right: 11px;
}
.data-container-footer .data-content .address {
	float: right;
	color: #5F5F52;
	font-size: 11px;
	line-height: 1.7;
}