@charset "UTF-8";

h1 {
    margin-bottom: 0;
}

form label {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20pt;
    text-transform: none;
}

.question {
    margin-bottom: 1em;
}

.question label {
    font-size: 13pt;
    padding-bottom: 1em;
}

.req {
    color: red;
}

.input-field {
    width: 40em;
    margin-bottom: 1em;
}

.textarea-field {
    height: 10em;
}

.resetb {
    font-family: din-2014, sans-serif;
    font-size: 20pt;
    font-weight: 800;
    background-image: linear-gradient( #FFFBAA, #b39d5d);
    border: none;
    width: 20.2em;
    height: 1.5em;
    margin-bottom: 1em;
}

.submitb {
    font-family: din-2014, sans-serif;
    font-size: 20pt;
    font-weight: 800;
    background-image: linear-gradient( #FFFBAA, #b39d5d);
    border: none;
    width: 20.2em;
    height: 1.5em;
    margin-bottom: 1em;
}
