body { padding: 0;}
div.body-content {
    padding: 95px 15px 60px;
}
.footer-content { left: 0; right:0; text-align: center; background-color: #222; border-color: #080808; color: #fff; padding: 15px; position: fixed; bottom: 0;}
#centered-box { font-family: "AvenirNext-Regular-Mint","Helvetica Neue",Helvetica,Arial,sans-serif !important; width: 70%; margin: 50px auto; }

#centered-box .checkbox label,
#centered-box .radio label { line-height: 1; padding-left: 0; }
#centered-box input,
#centered-box select,
#centered-box textarea {
    max-width: 280px;
}
#centered-box .control-label { font-size: 14px !important; font-weight: 400 !important; }
#centered-box a { color: #8cc63f !important; }
#centered-box button[type=submit] > i { top: 2px !important; }
#centered-box .btn-success { color: #fff !important; background-color: #5cb85c !important; border-color: #4cae4c !important;}

#centered-box .centered-box-header { display: inline-block; width: 100%; }
#centered-box .centered-box-header .centered-box-logo { display: inline-block; margin-bottom: 5px; }
#centered-box .centered-box-header .centered-box-logo .brand { text-decoration: none; }
#centered-box .centered-box-header .centered-box-logo h4.title { padding: 0; margin: 0; display: inline-block; }

    #centered-box .centered-box-body {
        padding: 25px;
        box-shadow: 1px 3px 8px rgba(0,0,0,.2);
        background: white;
    }
#centered-box .centered-box-body .login-form { width: 65%; min-height: 300px; display: inline-block; vertical-align: bottom; }
#centered-box .centered-box-body .login-links { width: 30%; min-height: 300px; padding-left: 25px; display: inline-block; vertical-align: bottom; border-left: 1px solid lightgray; }

#centered-box .centered-box-body .centered-box { width:100%; }

#centered-box .centered-box-body .centered-box-form h4,
#centered-box .centered-box-body .login-form h4 { font-size: 30px; font-weight: 300; margin-bottom: 25px; }


@media only screen and (max-width: 990px) {
    #centered-box { width: 100%; }
    #centered-box .form-group { margin-top: 10px !important; margin-bottom: 0 !important; }
    #centered-box input, #centered-box select, #centered-box textarea { max-width: 90%; }
    #centered-box input[type=submit], #centered-box button[type=submit] { margin: 15px 0; }
}

@media only screen and (max-width: 687px) {
    #centered-box .centered-box-body .login-form { width: 100%; min-height: unset; }
    #centered-box .centered-box-body .login-links { margin-top: 15px; width: 100%; min-height: unset; border-left: 0; padding-left: 0; border-top: 1px solid lightgray; }
}
