.input-group {
    width: 100%;
    height: 50px;
    background-color: #00acee33;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    outline: rgba(0, 0, 0, 0);
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 35px;
}

input#sendForm {
    width: 100%;
    background-color: #045270e2;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0);
    height: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.14;
    letter-spacing: .06em;
    color: var(--color-white);
    margin-bottom: 20px;
    transition: background-color var(--anim-trans);

}

.iti.iti--allow-dropdown {
    width: 100%;
}

.formHorizontal .input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}



div.formHorizontal>* {
    display: flex;
    /* margin: 10px; */

}

div.formHorizontal#sendForm {
    width: 10%;

}

.form-group {
    margin: 10px;
}



@media screen and (max-width: 425px) {
    div.formHorizontal {
        display: contents !important;
    }
}

@media screen and (max-width: 375px) {
    div.formHorizontal {
        display: contents !important;
    }
}

@media screen and (max-width: 320px) {
    div.formHorizontal {
        display: contents !important;
    }
}