/*
 * Style login page
 */	

@import url("../fonts/stylesheet.css");
	
html { 
	background: white !important; 
}

a {
	outline: none;
}

body.login { 
    font: 12px "Myriad Pro", Helvetica, Arial, sans-serif;
    color: #AC2B23;
	line-height: 1.4; 
	padding: 0; 
	margin: 0; 
	border: none;
	text-transform: uppercase;
}

#login h1 a { 
	background: url(../images/logo.png) no-repeat 22px 0;
	margin: 0; 
	height: 25px !important;
	background-size: auto;
}	
.login #nav a { 
	text-decoration: none; 
	color: #444545 !important; 
	padding: auto 1px auto 1px; 
	text-shadow: none;
}
.login #nav a:hover { 
	color: #231F20 !important; 
	font-weight: bold; 
	text-shadow: none; 
}
label {
    color: #231F20;
}
#nav { 
	text-shadow: none; 
}

#backtoblog {
	display: none;
}

#wp-submit {
	background: #AC2B23;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.button-primary {
	border-radius: 0 0 0 0;
	text-transform: uppercase;
}
body input[type='text'], body input[type='password'] {
	background: #F2F2F2;
	border: 1px solid #CCCCCC;
}
body form .input {
    font-family: "Myriad Pro", Helvetica, Arial, sans-serif !important;
}