@charset "utf-8";
h1 a {
font-size: 1em;
background: none;
color: #0100be;
text-decoration: none;
text-align: right;
width: 99%;
height:50px;
text-indent: 0;
}

h1 a:hover {
color: #666;
}

.login {
border-top-width: 0;
}

#login {
width: 330px;
margin: 7em auto;
}

#loginform, #lostpasswordform  {
background-color: #fff;
color: #333;
}

#loginform #wp-submit, #lostpasswordform #wp-submit {
color: #fff;
}

#loginform #wp-submit:hover, #lostpasswordform #wp-submit:hover {
color: #666;
border-color: #333;
}

#user_login, #user_pass, #user_email {
font-size: 20px;
width: 97%;
padding: 3px;
margin-right: 6px;
border-width: 1px;
border-style: solid;
}

#nav {
margin: 0 0 0 8px;
padding: 16px;
}

#backtoblog {
text-align: center;
}

#backtoblog a {
position: relative;
text-decoration: none;
color: #0100be !important;
}

#backtoblog a:hover {
position: relative;
text-decoration: none;
color: #666 !important;
}

#login_error, .message {
margin: 0 0 16px 8px;
border-width: 1px solid #333;
padding: 12px;
}