html, body {
    height: 100%;
}

body {
    background: url('../images/bg_dark.jpg') no-repeat fixed top center #303030;
}

.navbar {
    background: #222 !important;
}

#view-login {
    padding-top: 20px;
}

#view-form #additional-info {
    min-height: 86px;
}

#view-form #billing-info {
    min-height: 134px;
}

label {
    margin-bottom: 2px !important;
}

.form-group {
    margin-bottom: 0.5rem;
}