#header{
	border-top-color: #FFF200;
	border-top-style: solid;
	border-top-width: 8px;
	margin-bottom: 100px;
}

.left-logo{
	position: absolute;
	border-top-color: #FFF200;
	border-top-style: solid;
	border-top-width: 25px;
	left: 150px;
}

.right-logo{
	position: absolute;
	top: 25px;
	right: 150px;
}

#login{
	background-color: transparent;
}

#login > div.com-sm-5{
	border-top-color: #FFBA00;
	border-top-style: solid;
	border-top-width: 4px;
}

.login-title{
	font: 24px Open Sans, sans-serif;
	text-align: left;
	line-height: 1.8;
	color: #000000; /*#FFF200;*/
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-bottom: 10px;
}

.etc-title{
	font: 24px Open Sans, sans-serif;
	text-align: right;
	line-height: 1.8;
	color: #181614;
	border-bottom-color: #181614;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	margin-bottom: 10px;
}

.form-control{
	color: #000000;
}

.form-container{
	padding-top: 20px;
	padding-bottom: 20px;
	height: 230px;
}

.form-container.login{
	background-color: #181614;
}

.form-container.etc{
	background-color: #FFF200;
}

span.input-group-addon{
	color: #FFF200;
	background-color: #444444;
	border-radius: 0px;
	border-width: 0px;
	border-right-color: #FFF200;
	border-right-style: solid;
	border-right-width: 1px;
}

input[type=text], input[type=password]{
	background-color: #FFFFFF;
	border-radius: 0px;
	border-width: 0px;
	border-left-color: #FFF200;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #FFF200;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

input.captcha{
	background-color: #FFFFFF;
	border-radius: 0px;
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

.btn.button-hpsl{
	font: 12px Open Sans, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 10px;
	border-color: #FFF200;
	border-style: solid;
	border-width: 2px;
	background-color: #000000;/*#FFF200;*/
	padding-left: 20px;
	padding-right: 20px;
}

.btn.button-hpsl:hover{
	background-color: #FFFFFF;
	color: #000000;
}

.btn.button-link-hpsl{
	color: #ddd200;
}

.btn.button-link-hpsl:hover{
	color: #FFF200;
}

form#form-login{
	/*background-color: #181614;*/
}

.modal-hpsl{
	border-radius: 0px;
	border-color: #FFF200;
	border-style: solid;
	border-width: 1px;
}

.modal-hpsl > .modal-header{
	border-top-color: #FFF200;
	border-top-style: solid;
	border-top-width: 8px;
	border-bottom-width: 0px;
	height: 110px;
}

.modal-hpsl > .modal-header > .left-logo{
	border-top-color: #FFF200;
	border-top-style: solid;
	border-top-width: 25px;
	left: 50px;
	top: 0px;
}

.modal-hpsl > .modal-body{
	padding-left: 50px;
	padding-right: 50px;
}

input[name='captcha_input']{
	background-color: #ffffff;
	margin-bottom: 10px;
}

#footer{
	margin-top: 10px;
	padding-top: 10px;
	color: #b2b2b2;
	font-size: 11px;
}