//--------------------------------------------
// Logout / Error Pages
//--------------------------------------------
div.front_and_center {
    background-color: #eee;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    margin-top: 60px;
    padding: 30px;

    // make the h2 look like the <legend> on a form
    h2 {
        font-weight: normal;
        font-size: 21px;
        line-height: 40px;
        color: #333;
        border: 0px;
        border-bottom: 1px solid #bbb;
        margin: 0px 0px 20px 0px;
    }

    legend {
        border-bottom: 1px solid #bbb;
    }

    form {
        margin: 0px;
    }
}