html {
    overflow-y: scroll;
}

#login-form label.error {
    color: red;
    font-weight: normal;
}

#logout {
    display: block;
    width: 100%;
    text-align: left;
    padding: 3px 20px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#logout:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

#logout:focus {
    outline: 0;
}
