/*** Import *****/

@import url('loading-btn.css');
@import url('loading-group.css');

/*** End ****/

:root {
    --color-label: #2C97FF;
    --color-primary: #144089;
    --size-header: 7.2rem;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}

#wp-admin-bar-wp-logo a img {
    max-width: 32px;
}

.btn-wrap {
    margin-top: 4.5rem;
}