body {
    background: whitesmoke;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
}

header {
    display: none;
}
#content {
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: whitesmoke;
}
#login {
    float: none;
    margin: 15px auto;
    width: 432px;
    border-radius: 4px;
    margin-top: 40px;
}

#login form {
    background: #fff;
}

#login .btn-submit {
    background: #ffcc00;
    border-radius: 4px;
    border-width: 1px !important;
    border: 1px solid #ffdb4d;
    border-right: 1px solid #fff7e0;
    border-bottom: 1px solid #fff7e0;
    text-transform: uppercase;
    padding: 15px 30px !important;
    font-size: 14px;
    outline: none;
}

#login .login-logo{
    background: #084a8b;
    padding: 10px;
    /* margin-top: 15px; */
}

#sidebar p {
    display: none;
}

footer {
    text-align: center;
}
