/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 
body.admin-login 
{
	background:#222;
}

body.admin-login .container 
{
	text-align:center;
	color:#fff;
	text-shadow:#333 0 1px 1px;
	margin-top:100px;
	text-align:center;
	color:#fff;
	text-shadow:#333 0 1px 1px;
}

.login-form
{
	max-width:400px;
	margin:0 auto;
	background:#fff;
	padding:10px 10px 10px 10px;
	color:#555;
	text-shadow:none;
	border-radius:5px;
}

.login-form input 
{
	margin-bottom:10px;
	font-size:16px;
	padding:10px 9px;
	height:50px;
}



.icon-logo 
{
	line-height:100px;
	font-size:25px;
}

.icon-logo i
{
	font-size:60px;
	height:200px;
	position:relative;
	top:6px;
	left:-10px;
}

.errors, 
.alert, 
strong, 
b
{
	font-family:Arial;
}


ul.errors 
{
	margin:0 0 10px;
	list-style:none;
	font-size:13px;
}

ul.errors > li.title 
{
	font-weight:bold;
	margin-bottom:5px;
	font-size:14px;
}


input[type=text], 
input[type=password], 
textarea
{
	color:#444!important;
}

body.admin-logged-in
{
	padding-top:45px;
	/* Drop the page content as the admin header is included */
}


.container 
{
	padding:20px 0;
}

.form-horizontal input[type=text], 
.form-horizontal textarea
{
	width:400px;
}