body.register-page {
    background: #ecf0f5;
}

.register-logo .bmfc-login-logo {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.register-logo .login-app-title {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    margin: 0 0 5px;
    line-height: 1.3;
    text-align: center;
}

.register-logo a {
    display: block;
    text-decoration: none;
    text-align: center;
}

.register-box-wide {
    width: 960px;
    max-width: 96%;
    margin: 30px auto;
}

.register-box-wide .register-box-body {
    background: #fff;
    padding: 24px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.register-section-title {
    margin: 24px 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: 600;
}

.register-section-title:first-child {
    margin-top: 0;
}

#bank-details-panel {
    display: none;
    margin-top: 12px;
    padding: 12px 16px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#bank-details-panel.is-visible {
    display: block;
}

#bank-details-panel pre {
    white-space: pre-wrap;
    margin: 0;
    font-family: inherit;
    background: transparent;
    border: 0;
    padding: 0;
}

.register-form-actions {
    margin-top: 24px;
    text-align: center;
}

.register-other-qual-text {
    margin-left: 20px;
}

.register-field-compact {
    max-width: 7rem;
}

.register-field-compact .form-control {
    max-width: 7rem;
}
