#login h1 a {
	
}
body {
    
}

#login h1 a{
	    background-size: 250px;
	        background-position: center center;
    height: 100px;
    width: 250px;
}

#backtoblog {
    background-color: #666;
    box-shadow: 0 1px 3px #666;
    left: 0;
    margin: 0 !important;
    padding: 10px !important;
    position: fixed;
    text-align: left;
    text-shadow: 0 0 0 !important;
    top: 0;
    width: 100%;
}

.login #backtoblog a {
    color: #FFFFFF !important;
}

#contact{
	text-align: center;
	padding-top: 20px;
}

#login form #user_login{
    border-radius: 0;
    border-color: #009ac5;
}

#login form p.submit{
    width: 100%;
}
#login form p.submit .button.button-large {
    cursor: pointer;
        line-height: 1.5;
        letter-spacing: 1px;
        padding: 12px 30px;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        background-color: #009ac5;
        border: none;
        border-radius: 0;
        width: 100%;
}