section.blue form label>div {
    text-transform: uppercase;
    color: var(--accent-light);
    font-weight: bold;
    font-size: var(--sm-text);
    margin-bottom: 10px;
}
section.blue form label:not(.form-checkbox) {
    margin-top:25px;
}

section.blue form input:not([type="submit"]) {
    padding: 10px;

}
section.blue form input[type="text"],
section.blue form input[type="number"],
section.blue form input[type="email"] {
    margin-right: 15px;
    width: 100%;
}
