/**
 * Unicorn Admin Template
 * Diablo9983 -> diablo9983@gmail.com
**/

title {content: 'login css file';}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

body {
	background-color: #444444;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#555555), to(#111111));
	background-image: -webkit-linear-gradient(top, #555555 0%, #111111 100%);
	background-image: -moz-linear-gradient(top, #555555 0%, #111111 100%);
	background-image: -ms-linear-gradient(top, #555555 0%, #111111 100%);
	background-image: -o-linear-gradient(top, #555555 0%, #111111 100%);
	background-image: linear-gradient(top, #555555 0%, #111111 100%);
}

#logo,
#loginbox {
	width: 370px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#logoText {
	color: #ffffff;
	text-align: center;
}

#logo {padding: 0px;}

#logo img {
	width: 215px;
	margin: 0px auto;
	display: block;
}

#loginMain {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 31.8%; /* allow for eye-level (needs routine) */
	left: 0px;
	margin: auto;
	height: 285px;
	width: 375px;
}

#loginbox {
	height: 220px;
	width: 370px;
	background-color: rgb(255,255,255);
	box-shadow: 0 0 4px rgb(0,0,0);
	border-radius: 7px;
	overflow: hidden;
	text-align: center;
}

#loginbox p {margin-top: 20px; padding: 0px 20px;}

#loginbox .form-actions {padding: 14px 20px 15px;}

#loginbox .form-actions .pull-left {margin-top: 2px;}

#loginbox form#recoverform {
	z-index: 100;
	opacity: 0;
	display: none;
}

#loginbox form#recoverform .form-actions {margin-top: 27px;}

#loginbox form#recoverform .control-group {margin: 23px 0px;}

.form-vertical, .form-actions {margin-bottom: 0px;}

@media (max-width: 480px){
	#logo, #loginbox {
		width: 80%; 
	}
}

#loginbox .error span {color: rgb(255,0,0);}

#loginfooter {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#loginform #username,
#loginform #password {height: 20px;}

.lock-key-span {
	height: 30px!important;
}
.icon-key {
	position: relative;
	top: 5px;
}
