.login-header {
    background: none repeat scroll 0 0 #e9e9e9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 15px 20px;
}
.login-header h1 {
    font-family: "oswald";
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.login-footer {
    background:#E9E9E9;
    width:100%;
    padding: 10px;
    text-align:center;
    bottom: 0;
    position: fixed;
}
