.contact-style-two {
    min-height: 80vh; 
    position: relative;
    z-index: 1; 
    background-color: #F4F1EE;
    padding: 0;
}

.contact-style-two .row {
    margin-right: 0 !important;
}

.dv-dividido-info-wrapper {
    background-color: #1E2F4B;
    position: relative;
    padding: 100px 40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 700px;
    height: 100%;
}

.dv-dividido-info-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20%; 
    width: 100%;
    bottom: 0;
    right: 0;
    background-color: #1E2F4B;
    transform: skewX(10deg); 
    z-index: -1;
}

.dv-dividido-info-wrapper h3,
.dv-dividido-info-wrapper p {
    color: #F4F1EE;
    text-align: center;
    z-index: 3;
    position: relative;
}

.form-inner.margin-form-desktop {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.btn-submit {
  color: white;
  background-color: #5FCF2F;
  border-color: #5FCF2F;
  padding: 18px 24px;
}

.btn-submit:hover {
  color: #fff !important;
  background-color: #139400 !important;
  border-color: #139400 !important;
}

.contact-style-two-alt {
    min-height: 80vh; 
    position: relative;
    z-index: 1; 
    background-color: #1E2F4B;
    padding: 0;
}

.dv-dividido-alt-wrapper {
    background-color: #F4F1EE;
    position: relative;
    padding: 100px 40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 700px;
    height: 100%;
}

.dv-dividido-alt-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20%; 
    width: 100%;
    bottom: 0;
    right: 0;
    background-color: #F4F1EE;
    transform: skewX(350deg); 
    z-index: -1;
}

.dv-dividido-alt-wrapper h3,
.dv-dividido-alt-wrapper p {
    color: #1E2F4B;
    text-align: center;
    z-index: 3;
    position: relative;
}

.link-footer-login {
  font-size: 16px;
  font-weight: 500;
  color: #1E2F4B;
}

.link-footer-login a {
  color: #5FCF2F;
  font-weight: 700;
}

.form-column-alt .margin-form-desktop {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .form-inner.margin-form-desktop {
        margin-right: 180px !important;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 100px 40px;
        position: relative;
        margin-top: 0px;
    }

    .contact-style-two .col-lg-5 {
        padding-right: 0;
    }

    .info-column {
        margin-top: 0;
    }

    .form-column-alt .margin-form-desktop {
        margin-right: 180px !important;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 100px 40px;
        position: relative;
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .btn-submit {
        width: 100%;
    }

    .dv-contatos .btn-outline-primary {
        width: 100%;
    }

    .form-inner.margin-form-desktop {
        margin-top: 60px;
    }

    .dv-contatos .btn-secondary {
        width: 100%;
    }

}

