@media only screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
    }

    h3 {
        font-size: 21px!important;
    }
}

.chooser {
    margin-top: 30px!important;
}

form.form label {
    margin: 30px 0 10px 0;
    display: block;
}

form.form .chooser span::before {
    width: 25px;
    height: 25px;
    background: transparent;
    border: 2px solid #cfcfcf;
}

form.form .chooser span.checked::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='60' cy='60' r='42' fill='%23008bc5'/%3E%3C/svg%3E");
    border-color: #008bc5 !important;
    border: 2px solid #cfcfcf;
    width: 25px;
    height: 25px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.form_error {
    border: 2px solid rgba(227, 48, 44, 0.8)!important;
}

/* #container {
    background-color: #F9F8F1;
} */

h1 {
    font-weight: 600;
}

h3 {
    font-size: 24px;
    margin-top: 0px;
}

.chooser span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.56)
}

.chooser span.checked::before {
    background: white;
    border: 10px solid #9A4892;
}

label {
    text-transform: uppercase;
    font-family: inherit!important;
    font-size: 14px;
    font-weight: 700!important;
    color: rgba(0, 0, 0, 0.56);
}

#reason_type {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg id='Export'%3E%3Cpolygon class='cls-1' points='9.64 11.5 8 14.52 15.87 20.5 16.12 20.5 24 14.52 24 14.51 22.34 11.5 16 16.26 9.64 11.5'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: calc( 100% - 8px);
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.field {
    display: block;
    width: 100%!important;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    border: solid 2px rgba(0, 0, 0, 0.16)!important;
    border-radius: 4px!important;
    padding: 0 1rem!important;
    color: rgba(0, 0, 0, 0.64);
}

.field:hover {
    color: rgba(0, 0, 0, 0.84);
    border-color: rgba(0, 0, 0, 0.36)!important;
}

#optional_field {
    float: right;
    text-transform: capitalize;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.36);
}

.card_information {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.16);
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.card_content {
    padding: 8px;
    font-weight: 400;
}

#question {
    padding: 10px!important;
}

svg.icon {
    /*fill: #000!important;*/
    width: 16px;
    height: 16px;
    /*margin-top: 8px;*/
}

/* #submit {
    padding: 11px 24px;
    font-family: inherit;
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 0 2px 0 rgba(0, 0, 0, 0.12), inset 0 -3px 0 0 rgba(0, 0, 0, 0.16), inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
} */

#submit:hover {
    background-color: #1A71A7;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.16), inset 0 -3px 0 0 rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.error_message {
    color: #e3302c;
    font-weight: 600;
    font-size: 14px;
    margin-top: 7px;
    display: none;
}

/* .image_makeover {
    height: 490px;
    background-size: cover;
    background-image: url('/nl/assets/img/makeover/capture_min.png');
    background-position: center center;
}

.img-text_makeover {
    margin-top: 293px;
    border-bottom-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden;
    width: 100%;
}

.img-text_content_makeover {
    float: left;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%), url('/nl/assets/img/start/third-boxes/pattern-wood-01-vertical.svg')repeat;
    background-size: 370px 370px;
    height: 100%;
}

.img-text_title_makeover {
    float: left;
    margin-top: 20px;
    text-transform: uppercase;
    padding-left: 15px;
    font-size: 28px;
    line-height: 39px;
    text-align: left; 
}

.contest h3 {
    margin-top: 24px;
} */