html {
    font-size: 16px;
    min-height: 100%;
}

body {
    min-height: 100vh;
    background-color: #f8f9fa;
}

.register-card {
    max-width: 680px;
    margin: 0 auto;
}

.form-text.policy-hint ul {
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.password-requirement {
    list-style: none;
    margin-left: -1.2rem;
    color: #000;
}

.password-requirement::before {
    content: "\2716\FE0E ";
    color: #b42318;
    font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
    font-weight: 900;
    font-size: 1.15rem;
    line-height: 1;
    display: inline-block;
    width: 1.25rem;
}

.password-requirement.met {
    color: #000;
}

.password-requirement.met::before {
    content: "\2714\FE0E ";
    color: #166534;
}

.password-requirement.unmet {
    color: #000;
}

.btn-primary {
    min-width: 9rem;
    background-color: #ca5010;
    border-color: #ca5010;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #a3410d;
    border-color: #a3410d;
}

.btn-primary:disabled,
.btn-primary.disabled {
    background-color: #e39b72;
    border-color: #e39b72;
}

.century-heading {
    color: #ca5010;
}

.century-logo {
    max-height: 72px;
    width: auto;
}

.terms-alert {
    border: 1px solid #f0c4ad;
    background-color: #fff3eb;
    color: #6b2b08;
}

.terms-link {
    color: #ca5010;
    font-weight: 700;
    text-decoration: underline;
}

.terms-link:hover,
.terms-link:focus {
    color: #a3410d;
    text-decoration: underline;
}

.validation-summary-errors ul {
    margin-bottom: 0;
}
