.background-contact {
    background-image: url("../../../assets/images/image_background.png");
    background-position: center center;
    background-repeat: repeat-y;
    background-size: cover;
    padding-bottom: 50px;
}

.background-contact::before {
    content: "";
    --background-overlay: '';
    background-image: url("../../../assets/images/image_background2.png");
    background-position: center center;
    background-repeat: repeat-y;
    background-size: cover;
    display: block;
    position: absolute;
    mix-blend-mode: initial;
    opacity: 1;
    top: 0;
    left: 0;
    width: max(100%, 100%);
    height: max(100% , 100%);
}

.form-contact .input > label > span {
    margin-left: 12px;
}

.form-contact .input > label{
    border-left: 5px solid #0c0c0c;
}

.form-contact {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 4%;
    background: #FFFFFF;
    z-index: 2;
    position: relative;
}

.form-contact .toast {
    width: 100% !important;
    margin-bottom: 30px;
}

.form-contact .title {
    border-bottom: 2px solid #707070;
    width: 100%;
}

.form-contact .content {
    padding: 12px 10%;
    width: 100%
}

@media only screen and (max-width: 769px) {
    .form-contact .content {
        padding: 12px 4%;
    }
}
