#webform1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

#field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    align-items: flex-start;
}

#hint {
    color: gray;
    font-size: 0.85em;
}

input[type=email], input[type=password] {
    width: 30%;
}