body {
    font-family: Avenir Next, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
}

form.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    gap: 2rem;
}

form.login input {
    padding: 1rem;
    background: #fafafa;
    border: 0;
    font-size: inherit;
    font: inherit;
    outline: none;
}

.error {
    color: tomato;
    font-size: 0.9rem;
}
