body {
    background: #e2be85;

}

.login form {
    background: transparent;
    border: none;
    box-shadow: unset;
}

#login {
    padding-top: 80px;
    font-family: 'Open Sans';
}



#login h1 a, .login h1 a {
    background-image: url(/wp-content/uploads/lama-surfing.svg);
    width:300px;
    height: 370px;
    background-size: 300px 370px;
    background-repeat: no-repeat;
    padding-bottom: 0px; 
}

.login #login_error, .login .message, .login .success {
    position: absolute;
    top: 0;
    left: 0;
    border-left: 0;
    
}

#wp-submit {
    background: #2d2e33;
    border: none;
    width: 100%;
    margin-top: 15px;
}

#user_login, #user_pass {
    border: none;
}

#nav, #backtoblog {
    text-align: center;

}