.registration-page {
    background: #ffffff;
}

.registration-page .home-editorial-shell {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    background: #ffffff;
    padding: 28px;
}

.registration-page .home-editorial-content {
    color: #343a40;
}

.registration-page .form-group {
    margin-bottom: 0;
}

.registration-page label {
    display: inline-block;
    margin-bottom: 8px;
    color: #343a40;
    font-weight: 600;
    font-size: 14px;
}

.registration-page label span {
    color: #dc3545;
}

.registration-page .form-control,
.registration-page .form-select {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    min-height: 42px;
    box-shadow: none;
    color: #212529;
    background-color: #fff;
}

.registration-page .form-control:focus,
.registration-page .form-select:focus {
    border-color: #adb5bd;
    box-shadow: 0 0 0 0.15rem rgba(73, 80, 87, 0.12);
}

.registration-page .sub-head {
    margin: 18px 0 12px 0;
    padding: 10px 12px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #f8f9fa;
    color: #212529;
    font-size: 18px;
    font-weight: 600;
}

.registration-page .registration-submit-btn,
.registration-page #btn_Submit,
.registration-page #btnSubmit {
    margin-top: 8px;
    border: 1px solid #495057;
    background-color: #495057 !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 10px 18px;
}

.registration-page .registration-submit-btn:hover,
.registration-page #btn_Submit:hover,
.registration-page #btnSubmit:hover {
    background-color: #343a40 !important;
    border-color: #343a40;
}

.registration-page #notification {
    margin-top: 12px;
    color: #198754;
    font-weight: 600;
}

/* Census dependent members table */
.registration-page .registration-table {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 16px;
}

.registration-page .registration-table > :not(caption) > * > * {
    border-color: #e9ecef;
    vertical-align: middle;
    color: #343a40;
    font-size: 13px;
    padding: 8px;
}

.registration-page .registration-table tr:first-child td {
    background: #f8f9fa;
    color: #212529;
    font-weight: 600;
}

.registration-page .registration-table .form-control,
.registration-page .registration-table .form-select {
    min-height: 36px;
    font-size: 13px;
    border-radius: 6px;
    padding: 6px 8px;
}

.registration-page .registration-table .form-control[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
}

.registration-page .registration-grid {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.registration-page .registration-grid th,
.registration-page .registration-grid td {
    border-color: #e9ecef !important;
    color: #343a40;
    vertical-align: middle;
}

.registration-page .registration-grid .table-title {
    background: #f8f9fa;
    color: #212529 !important;
    font-weight: 600;
}

@media (max-width: 991px) {
    .registration-page .home-editorial-shell {
        padding: 20px 16px;
    }

    .registration-page .registration-table > :not(caption) > * > * {
        font-size: 12px;
        padding: 6px;
    }
}