.status-message {
    margin: 0 0 20px;
    padding: 12px 16px;
    border-radius: 8px;
    line-height: 1.6;
    font-size: 0.95rem;
}

.status-message.is-error {
    background-color: #fbe9e9;
    color: #9f1f1f;
}

.status-message.is-success {
    background-color: #eaf6ea;
    color: #216738;
}

.status-message.is-info {
    background-color: #edf5fb;
    color: #1c4f80;
}

.captcha-input {
    max-width: 100px;
}

.sso-fault li {
    font-size: large;
    color: #000;
}

.sso-fault li a {
    font-size: large;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.sso-fault-link-blue li a {
    color: #0059c9;
}

.register-shell {
    width: 90%;
    height: 80%;
    padding-bottom: 50px;
    position: absolute;
}

.register-content-block {
    height: 50%;
    width: 50%;
    background-size: 97%;
}

.register-preface {
    padding-left: 157px;
    padding-right: 300px;
}

.register-signup-title {
    width: 60%;
    background-position: 150px;
}

.register-default-info {
    padding-left: 170px;
}

.register-input {
    width: 160px;
    color: #000;
}

.register-button {
    border: none;
}