﻿header {
    display: none;
}

main.container {
    max-width: 450px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
}

form div.row {
    display: flex;
    align-items: center;
}

form div.row > div {
    flex: 1;
}

form div.row>label {
    width: 120px;
    font-weight: 500;
}

form div.row.fullWidth>label {
    width: auto;
}

form .fullWidth label {
    width: auto;
}

form input[type=checkbox] {
    margin-right: 3px;
}

form input[type=text], form input[type=password] {
    width: 100%;
}

form input[type=submit] {
    margin-top: 20px;
}
