/* Override some defaults */
html, body {
    background-color: #eee;
}
body {
    padding-top: 40px;
}
body > .container, .container {
    width: 850px;
    background-color: #eee;
}

/* The white background content wrapper */
.container > .content, .container > .region-frame {
    background-color: #fff;
    padding: 20px;
    margin: 0 -20px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

footer.region-footer
{
    width: 850px;
    background-color: #eee;
    margin-left: auto;
    margin-right: auto;
    padding:15px;
}

label {
    display: block;
}

legend {
    margin-right: -50px;
    font-weight: bold;
    color: #404040;
}

.login-form fieldset
{
    margin-bottom: 20px;
}

.signup-form fieldset
{
    margin: 20px 0px;
}

img.sign-up-logo
{
    max-height: 180px;
    max-width: 180px;
}

.support {
    list-style: none;
    margin-left: 15px;
    margin-top: 5px;
}

/* Mobile Login */


