body {
    padding-top: 100px;
    padding-bottom: 40px;
    background: #f5f5f5 url("../img/shattered-3b35f851ce25f5ecef03d99d49faa041.png") left;
    color: #fff;
}

legend {
    font-size: 30px;
    color: white;
}

a, a:hover {
    color: white;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

div.form-box {
    /*background: #fbac00;*/
    border-radius: 10px;
}

div.g-recaptcha {
    margin-bottom: 10px;
    overflow: hidden;
}

div.g-recaptcha > div > div {
    margin: 0 auto;
}

button.btn-submit {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    background: green;
}

#BackendLoginForm_username, #BackendLoginForm_password, #ForgotPasswordForm_email_address, #ForgotPasswordForm_new_password, #ForgotPasswordForm_new_password_repeat {
    height: 42px;
}

div.other-links {
    margin-top: 20px;
    text-align: center;
}

div.other-links a {
    /*margin-right: 30px;*/
}

div.message {
    margin-left: 0 !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
}

form#login-form {
    margin: 0;
}

@media (max-width: 960px) {
    div.form-box {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 959px) {
    .row-fluid .span6 {
        margin: 0;
        width: 100%;
    }
}