<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#register-account {
    padding: 1.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 40, 0.15);
    border: solid 1px #eaeaea;
    background-color: white;
    margin-bottom: 1.5rem;
}

form {
    display: block;
}

.household-party-thankyou-message h2 {
    margin-top: 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #111111;
}

#register-account .psw-validation {
    margin: 0;
    padding: 0 0 0 1rem;
}

#register-account .psw-validation li p {
    font-style: italic;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: normal;
    height: 1.5rem;
    margin: 0;
    color: #666666;
}

#submit-password {
    width: 9.5rem;
    height: 2.5rem;
    margin: 1rem 31.3rem 0 0;
    padding: 0.625rem 1.5rem;
    opacity: 0.5;
    border-radius: 0.25rem;
}

input[type='checkbox'] {
    height: 1rem;
    width: 1rem;
    margin-right: 0.5rem;
    padding: 0.25rem;
    border-radius: 0.125rem;
    border: solid 1px #333333;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
}

input[type='checkbox']:checked:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 0.125rem;
    border: solid 1px #178731;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/icons/green-chek-box.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    padding-right: 1px;
    padding-bottom: 1px;
}

#register-password {
    max-width: 19rem;
    height: 2.5rem;
    border-radius: 0.25rem;
    border: solid 1px #333333;
}

.label-top {
    display: grid;
    font-weight: bold;
    margin-bottom: 1rem;
}

.label-right {
    display: flex;
    color: #666666;
    margin-bottom: 1rem;
}

.password-set {
    margin: 1.5rem 0 2rem 0;
    border-radius: 0.25rem;
    display: none;
}

.password-set-box {
    margin: 1.5rem 0 2rem 0;
    width: 10rem;
    height: 2.5rem;
    background-color: #effcf2;
}

.grid-container {
    height: 2.5rem;
    display: flex;
}

.grid-item {
    text-align: center;
    margin: 0.5rem;
}

.password-set-text {
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #178731;
}

form input[type="submit"].kep3166 {
    background-color: #3389ff;
}

form input[type="submit"].kep3166:hover {
    background-color: #3176da;
}</pre></body></html>