/*
CUSTOM LOGIN STYLES -- /wp-admin stylesheet
*/
body.login {
	background: #f5f4f1;
}
.login h1 a {
	width: 100%;
	height: 68px;
	background: url('images/logo-login.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
#login_error,
.login .message {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border: none;
	border-bottom: 3px solid #fff;
	background-color: #002c61;
	box-shadow: 0 3px 0 #002c61;
}
.login form {
	text-transform: uppercase;
	border: 3px solid #b08504;
	box-shadow: 0 3px 6px #cacaca;
}
.login label {
	font-size: 14px;
	font-weight: bold;
	color: #002c61;
}
p.submit input[type='submit'] {
	font: bold 16px/1.25em 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #ffbf00;
	border-radius: 0;
	background: #fccf47; /* Old browsers */
	background:    -moz-linear-gradient(top,  #fccf47 0%, #bf8d05 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fccf47), color-stop(100%,#bf8d05)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fccf47 0%,#bf8d05 100%); /* Chrome10+,Safari5.1+ */
	background:      -o-linear-gradient(top,  #fccf47 0%,#bf8d05 100%); /* Opera 11.10+ */
	background:     -ms-linear-gradient(top,  #fccf47 0%,#bf8d05 100%); /* IE10+ */
	background:         linear-gradient(to bottom,  #fccf47 0%,#bf8d05 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccf47', endColorstr='#bf8d05',GradientType=0 ); /* IE6-9 */
}

input:focus {
	outline: 0;
	box-shadow: none;
}