/* xs < 576px	
sm ≥ 576px
md ≥ 768px	
lg ≥ 992px
xl ≥ 1200px
xxl ≥ 1400px */

@media (max-width: 575px) {
    .contenedor-login {
        margin: 0 30px !important;
        height: auto !important;
    }
}

@media (max-width: 991px) {
    .contedores_landing {
        padding: 30px;
    }

    .form-form .form-form-wrap {
        width: 100% !important;
        max-width: inherit;
        min-width: inherit;
    }

    .form-form {
        width: 100%;
        flex-direction: row;
    }
}

@media (min-width: 992px) { 
    .form-image {
        display: flex;
    }

    .form-form .form-container .form-content {
        justify-content: center;
    }

    .form-content {
        padding: 0px 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contedores_landing {
        width: 50% !important;
    }
}

@media (min-width: 1367px) {
    .form-form .form-form-wrap {
        max-width: inherit;
        min-width: inherit;
        padding: 40px;
    }
}

/*estilos maxima resolucion*/

@media (max-width: 1366px) {
    .form-image {
        max-width: 783px;
    }
}