*{
	margin:0px;
}
body{
	height:100%;
	background-color:rgba(0, 0, 0, 0.7);
	margin:0px;
}
.header {
	background-color:rgba(0, 0, 0, 0.7);
	
}
.header .heder-image{
	
	text-align:center;
	width:100%;
	background-size:contain;
	background-repeat:no-repeat;
}
.main-content{
	margin-top:30px;
}
.login-image{
	width:50%;
	background-size:contain;
	background-repeat:no-repeat;
}
.login-form{
	width:47%;
	padding-top:80px;
	background-size:contain;
}
.site-footer{
	background-color:rgba(0, 0, 0, 0.7);
	width:100%;
	height:80px;
	color:#b2b2b2;
	text-align:center;
	margin-top:50px;
	margin-bottom:0%;
	padding-top:30px;
}
.inputwithicon input[type=text]{
	padding-left:40px;
}
.inputwithicon{
	position:relative;
}
.inputwithicon i{
	position:absolute;
	left:0;
	top:50%;
}
.inputwithicon input[type=text]:focus + i{
	color:dodgerblue;
}
.loader{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.8) url('../images/loader.gif') no-repeat 50%;
}
#timer{
}
#countdown li{
	display:inline-block;
	width: 55px;
	color: @base-text;
	background:transparent url('../images/timer-piece.png') no-repeat left top;
	margin-bottom:0px;
	margin-top:0px;
	text-align:center;
	height:110px;
	line-height:110px;

}

#timer span {
font-size: 25px;
font-weight:bold;
font-family: gungsuh;
	
}
#countdown{
margin-top:0px;
margin-bottom:0px;
}

