body {
    font-family: system-ui, sans-serif;
}

h3 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
}

.utility-component {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100vw;
}

.utility-form-block {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px;
    max-width: 20rem;
    text-align: center;
}

.utility-form {
    display: flex;
    flex-direction: column;
}

.utility_image {
    margin-bottom: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}


.padding-xxsmall {
    padding: 0.5rem;
}

.form-input {
    border: 1px solid #000;
    border-radius: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
    padding: 0.5rem 1.25rem;
}

.login-button {
    background-color: #77bc1f;
    border: 1px solid #77bc1f;
    border-radius: 6rem;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    line-height: inherit;
    padding: 0.75rem 1.5rem;

}

.form-message-error {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
}