@charset "utf-8";
/* CSS Document */

.loginBox {
	width: 580px;
	color: #4C3E39;
	margin: 30px auto 0;
	padding-bottom: 50px;
	background-color: #FFF;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	text-align: center;
}

.loginBox a:hover {
	text-decoration: underline;
}

.loginBox form {
	position: relative;
	width: 400px;
	margin: 0 auto;
	text-align: left;
}

.loginBox input {
	background-color: #EEEAE6;
	border: 1px solid #D0C5B9;
	height: 50px;
	width: 400px;
	font-size: 18px;
	padding-left: 45px;
	margin-bottom: 20px;
}

.mailIcon {
	position: absolute;
	left: 16px;
	top: 16px;
	display: block;
	width: 17px;
	height: 18px;
	z-index: 121;
	background: url("../images/sprite.png") no-repeat -121px -263px;
}

.passwordIcon {
	position: absolute;
	left: 18px;
	top: 85px;
	display: block;
	width: 14px;
	height: 18px;
	z-index: 121;
	background: url("../images/sprite.png") no-repeat -121px -235px;
}

.loginBox form button {
	display: block;
	margin: 10px auto 0;
	font-size: 20px;
	height: 54px;
	line-height: 52px;
	padding: 0 25px;
}

.loginBox form input[placeholder] {
	color: #866F59 !important;
}

.loginBoxHeader {
	position: relative;
	background-color: #8A4848;
	color: #FFF;
	height: 70px;
	line-height: 68px;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 40px;
}

.loginBoxHeader::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 22px;
	margin: -2px 8px 0 0;
	vertical-align: middle;
	background: url("../images/sprite.png") no-repeat -121px -56px;
}

.loginBox p.bold {
	font-size: 19px;
	margin-bottom: 30px;
}

p.title {
	text-align: center;
	font-size: 32px;
	color: #4C3E39;
	margin-top: 60px;
	font-weight: bold;
}

p.company {
	color: #8A4848;
	font-size: 30px;
	text-align: center;
}

.captcha {
	position: relative;
}

input.captcha {
	float: left;
	width: 180px;
	padding-left: 15px;
	margin-right: 10px;
}

div.captchaCode {
	float: right;
	position: relative;
	width: 210px;
	height: 50px;
	padding: 4px 0 0 10px;
	background-color: #A8937D;
}

div.captchaCode a {
	position: absolute;
	top: 17px;
	right: 15px;
	display: block;
	width: 14px;
	height: 16px;
	background: url("../images/sprite.png") no-repeat -121px -86px;
}

div.captchaCode a:hover {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tooltip {
	display: none;
	margin-left: 114px;
	top: 42px;
}

p.errorMessage {
	margin: 0 auto 20px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}