@media (min-width: 768px)
.box[data-type=rect] .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.box .inner>:last-child {
    margin-bottom: 0;
}
.vertical-container {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.vertical-container {
    position: relative;
}
.vertical-container>.vertical-content {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.box .inner .vertical-content>:last-child {
    margin-bottom: 0!important;
}
form div input, form div textarea {
    width: 300px;
    margin: 0 5px 0 5px;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 1px solid #fff;
    border-radius:5px;
    color: #000 !important;
    background: white;
}
form div {
    margin-bottom: 20px;
}
.button {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
    z-index: 1;
    background-color: #cd4922;
    line-height: 1.8;
    -webkit-font-smoothing: auto;
    transition: .5s;
    padding: 8px 30px;
    border-color: #cd4922;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
}
.button:hover {
    background: #a23718;
    border-color: #a23718;
    transition: .5s;
}

.form_1 {
    width: 198px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    padding-top: 6px;
}

.rest {
    width: 320px;
}
.button_1st {
    height: 44px;
    top: -6px;
    padding: 0 125px;
}
.form_1st {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .form_1st {
        margin: 0 0 10px;
    }
    form div {
        float: none;
    }
    .form_1, .form2, .button_1st {
        width: 96%;
        padding:0;
    }
}

@media (min-width: 768px) {
 .form_1 {
        width: 240px;
        float: left;
    }   
    .rest {
    width: 365px;
}
    .form2 {
        width: 231px;
        float: left;
    }   
    .button_1st {
        top: 6px;
    }

}
@media (min-width: 992px) {
    .form_1, .form2 {
    width: 198px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    padding-top: 6px;
    }
    .rest {
    width: 320px;
}
    .button_1st {
        top: -6px;
    }
}

.form_border {
    border: 3px #b2d7e0 solid;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    padding: 25px 10px;
    background: #b4d8e0;
}

.form_2nd>textarea, .form_2nd>input {
    background: #f2f2f2;
    border-bottom: 2px #dddddd solid;
}

.button_2nd {
    background: #ffda0f;
    border: 1px solid #ffda0f;
    padding: 0 70px;
    color: black;
}

.button_2nd:hover {
    background: #e6c81f;
    border: 1px solid #e6c81f; 
}

.marg0 {
    margin-top: 0;
}
.integr {
    text-align: center;
    font-size: 18pt;
}