form, p {
    margin: 20px;
}

p.note {
    font-size: 1rem;
    color: red;
}

form input, form textarea, form select, form input[type="date"]  {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 4px;
    font-family: 'Lato';
    width: 100%;
    margin-top: 10px;
}

/* label {
    width: 100%;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
} */

/* label span {
    font-size: 0.7rem;
} */

label.error {
    color: red;
    font-size: 0.7rem;
    display: inline-block;
    margin-top: 5px;
}

input.error, textarea.error, select.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}

/* [type="submit"], [type="reset"], button, html [type="button"] {
    margin-left: 0;
    border-radius: 0;
    background: black;
    color: white;
    border: none;
    font-weight: 300;
    padding: 10px 0;
    line-height: 1;
} */