 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght @0,100..900;1,100..900&display=swap');
* {
    font-family: "Montserrat", sans-serif !important;
}
.amoforms__field__name-header {
    font-size: 20px !important;
    font-weight: 700;
    text-transform: uppercase;
}
.amoforms__field_terms-link:hover {
    color: #21713a;
}
#button_submit {
    background: linear-gradient(250.8deg, #60cc78 -1.93%, rgba(96, 204, 191, 0) 65.71%), #21713a;
    box-shadow: 0 15px 25px 0 #0982394d;
}
#button_submit:hover {
    background: linear-gradient(263.07deg, #60cc78 11.32%, rgba(96, 204, 191, 0) 147.97%), #21713a;
}
#amofroms_main_wrapper {
    border: 4px solid #21713a;
    border-radius: 15px;
    /*width 100%;
    max-width: none !important;*/
}
.amoforms_placeholder::placeholder {
    opacity: 0;
}