html, body {
    margin: 0;
    min-height: 100%;
}

a,
.btn-link {
    color: var(--ws-link);
}

.content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid var(--ws-success);
}

.invalid {
    outline: 1px solid var(--ws-danger);
}

.validation-message {
    color: var(--ws-danger);
}

.blazor-error-boundary {
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
    background: var(--ws-danger);
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}

.darker-border-checkbox.form-check-input {
    border-color: var(--ws-border-strong);
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: var(--ws-text-muted);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
    text-align: start;
}
