* { padding:0; margin:0; outline: none; }
html,body { height: 100%; }	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #000 url(../img-login/bg-tile.jpg);
	line-height: 20px;
}
	
p { padding-bottom: 15px; }
img, a img { border: 0; }
ul li { list-style: none; }
.clear { clear: both; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

a {
	color: #008ee8;
	text-decoration: underline;
}
	
a:hover {
	color: #3aaef7;
	text-decoration: none;
}

	
/* Messages */
	
#content .message {
	padding: 10px 15px 10px 40px;
	margin-bottom: 15px;
	font-weight: bold;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#content .message p {
	padding: 0;
	width: 100%;
	float: left;
}
	
#content .message.errormsg {
	border: 1px solid #e9c59b;
	background: #ffecce url(../img/error.gif) 12px 12px no-repeat;
	color: #e3302c;
}
	
#content .message .close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url(../img/close.png) 0 0 no-repeat;
	margin-top: 2px;
	cursor: pointer;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
	
#content .message .close.hover {
	-moz-opacity: 1;
	opacity: 1;
}
	
	
/* Forms */

#content form p {
	overflow: hidden;
	padding-bottom: 20px;
	padding: 10px 0;
	margin-left: 30px;
}

.validation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-right: 5px;
}

#content form input.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #666;
	padding: 4px;
	border: 1px solid #bbb;
	outline: none;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



#content form input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #014076;
	background: #085a9f url(../img/mbg.jpg) center repeat-x;
	padding: 7px 15px;
	vertical-align: middle;
	text-shadow: 0 1px 0 #000;
	cursor: pointer;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	-moz-box-shadow: inset 0 1px 0 #73b9f3;
	-webkit-box-shadow: inset 0 1px 0 #73b9f3;
	box-shadow: inset 0 1px 0 #73b9f3;
}
	
#content form input.submit:hover {
	background: #ed9c34 url(../img/mbgh.jpg) center repeat-x;
	border: 1px solid #c05f05;
	text-shadow: 0 1px 0 #6e3704;

	-moz-box-shadow: inset 0 1px 0 #f3cf8c;
	-webkit-box-shadow: inset 0 1px 0 #f3cf8c;
	box-shadow: inset 0 1px 0 #f3cf8c;
}
	
#content form input.submit.disabled {
	background: #ddd;
	color: #999;
	border: 1px solid #aaa;
	text-shadow: 0 1px 0 #fff;
	
	-moz-box-shadow: inset 0 1px 0 #eee;
	-webkit-box-shadow: inset 0 1px 0 #eee;
	box-shadow: inset 0 1px 0 #eee;
}
	
	

/* Login page */

.loginpage {
	/*background: #666 url(../img-login/bg-tile.jpg);*/
	height: 100%;
}

.loginpage #content {
	/*
	position: absolute;
	width: 100%;
	margin: 0;
	top: 50%;
	overflow: visible;
	*/
	margin: 0 auto;
	overflow: hidden;
	display: table;
	height: 100%;
}

.loginpage #content .container-login {
	margin-top: 0;
	padding: 20px 0 20px;
	display: table-cell;
	vertical-align: middle;
}

#content .loginbox {
	/*background: url(../img-login/new-login-box-2.png) no-repeat;*/
	background: url(../img/BG_login_box.png) no-repeat;
	background-size: cover;
	text-align : center;
	/*width: 707px;
	height: 523px;*/
	width: 100%;
	/*height: 419px;*/
	margin: 0 auto;
	padding-top: 52px;
	/*padding-left: 65px;*/
	padding-bottom: 52px;
	/*padding-right: 65px;*/
}

#content .loginbox .message {
	margin: 0 20px 10px;
}

#content .loginbox form p {
	padding: 0 0px 20px;
	color: #fff;
}
	
#content .loginbox form input.text {
	text-align: center;
}

#content .loginbox form input.captcha {
	width: 110px;
	margin-right: 20px;
}

#content .loginbox form img.captcha {
	height: 30px;
	border: 1px solid #bbb;
	outline: none;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	
#content .loginbox form input.submit {
	margin-right: 10px;
}

.container-login {
	display: block;
	/*position: relative;*/
}


.nowrap {
	white-space: nowrap;
}

#content .loginbox .round { -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px }
#content .loginbox .purple { background: #ffcc00; }
#content .loginbox .award-box {font-size: 13px; padding: 5px 10px; color: #000; text-shadow: 0 1px 0 #fffc00; width: 200px;}
.pcenter { text-align: center }
.w50 {width:50px}
.w100 {width:100px}
.w150 {width:150px}

.hr-style1{
	display: none;
}

@media (max-width: 425px) {
	 #content .loginbox {
		background: url(../img/BG_login_box.png) no-repeat;
		background-size: cover;
		width: 100%;
		margin: 0 auto;
		padding-top: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		width: 100%;
	}
	.loginpage #content .container-login {
		margin-top: 0;
		padding: 0px 0 0px;
		display: table-cell;
		vertical-align: middle;
	}
	.hr-style1{
		display: inherit;
	}
	.col-xs-12 {
	    padding-right: 0px !important;
	    padding-left: 0px !important;
	}

}