body {
    margin: 0;
}

* {
    font-family: Inter, sans-serif;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header .logo {
    width: 219px;
}

.form {
    max-width: 365px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 50px auto auto;
}

.form label {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form input {
    height: 42px;
    padding: 6px 8px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #fff;
    color: #494949;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form[input="true"] label {
    font-size: 14px;
    font-weight: 700;
}

.error {
    color: red;
    display: none;
    align-items: center;
    gap: 4px;
    margin-bottom: -15px;
}

.error img {
    width: 16px;
}

.eller {
    text-align: center;
    font-style: italic;
}