body { 
    background: url('../images/header-tile.jpg');
} 
.login form {
    border: 1px solid #6F6D6D; background: url(../images/black-bg.png);
}
.login label {
    font-size: 14px;
    color: #fff;
    display: block;
    padding-bottom: 5px;
}
.login form .input {
    width: 90%;
    height: 35px;
    border: 1px solid #8A8787;
    margin-bottom: 25px;
    padding: 0 5%;
    line-height: 15px;
    background: url(../images/input-bg.png);
    color: #A59C9C;
}
.login form h2 {
    font-size: 19px;
    text-transform: uppercase;
    color: #BEBEBE;
    text-align: left;
    padding: 0px 0px 30px;
}

.login form .regfor {
    float: right;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    line-height: 46px;
    
}
.login form .regfor a {
    color: #fff;
    text-decoration: none;
    
}    

.submit #wp-submit {
    display: block;
    //width: 115px;
    height: 46px;
    float: left;
    font-size: 17px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    background: #ff4300;
    line-height: 46px;
    border: none;
}

.forgetmenot {
    display: none;    
}

#nav, #backtoblog {
    display: none;    
}
