﻿
.form__input {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 22px;
    margin-bottom: 15px;
}

.form__fileInput {
    margin-bottom: 15px;
}

.form__fileLabel {
    display: block;
    font-size: 22px;
    width: 130px;
}

.form__btn {
    max-width: 250px;
}

.g-recaptcha {
    margin-bottom:15px;
}

@media only screen and (min-width: 768px) {
    .form__fileInput {
        display: flex;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
}

@media print {
    /* All your print styles go here */
}
