h1 a {
background: none;
color: #FF7300;
text-decoration: none;
text-align: center;
width: 99%;
height: 99%;
text-indent: 0;
}
h1 a:hover {
cursor: default;
color: #FF7300;
}
 
.login {
border-top-width: 0;
}
 
#login {
width: 292px;
margin: 7em auto;
}
 
#loginform, #lostpasswordform  {
background-color: #fff;
color: #FF7300;
}
 
#loginform .input, #lostpasswordform .input {
}
 
#loginform #wp-submit, #lostpasswordform #wp-submit {
background-color: #fff3ae !important;
color: #FF7300;
border: 1px solid #ebe9ed;
-moz-border-radius: 0;
-khtml-border-radius: 0;
-webkit-border-radius: 0;
}
 
#loginform #wp-submit:hover, #lostpasswordform #wp-submit:hover {
color: #910005;
border-color: #FF7300;
}
 
#user_login, #user_pass, #user_email {
font-size: 20px;
width: 97%;
padding: 3px;
margin-right: 6px;
border: 1px solid #000;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}
 
.forgotmenot {}
 
#rememberme {}
 
#nav {
margin: 0 0 0 8px;
padding: 16px;
}
 
#backtoblog {
text-align: center;
}
 
#backtoblog a {
position: relative;
text-decoration: none;
color: #777 !important;
}
 
#backtoblog a:hover {
position: relative;
text-decoration: none;
color: #FF7300 !important;
}
 
#login_error, .message {
margin: 0 0 16px 8px;
border-width: 1px solid #FF7300;
padding: 12px;
}
.updated, .login #login_error, .login .message {
background-color:#fff3ae;
border-color:#ff0000;
}
