*{
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.main-container-login{
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: stretch;
    background: #ffffff;
}

.main-container-login-child{
    width: 70%;

}

.image-login{
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover
    

}

.main-container-login-child2{
    width: 30%;
    align-self: stretch;
    padding: 1.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.centrar-login{
    width: 100%;
}

.input-login{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.olvido-clave-login{
    text-align: center;
    margin-top: 10px

}

.container-login-cmapos{
    border: solid 1px gray;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto
}

.container-restablecer-campos{
    border: solid 1px #c6d3e8;
    border-radius: 18px;
    padding: 1.35rem;
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}
.container-card-restablecer{
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: auto;
    margin: 0 auto
}

.main-container-restablecer{
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    border-radius: 10px;


}

body .ui-inputfield {
    width: 100%;
}

.imagen-card-login{
    display: block;
    width: min(58%, 240px);
    height: auto;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.login-seo-bloque{
    width: 80%;
    margin: 0 auto 1rem auto;
    padding: .9rem 1rem;
    border: 1px solid #d8e2f2;
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfdff 0%, #f1f6ff 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.login-seo-kicker{
    display: inline-block;
    margin-bottom: .42rem;
    padding: .24rem .58rem;
    border-radius: 999px;
    background: #e8f0ff;
    color: #214a90;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.login-seo-titulo{
    margin: 0 0 .42rem 0;
    color: #12315f;
    font-size: 1.18rem;
    line-height: 1.18;
    font-weight: 800;
}

.login-seo-texto{
    margin: 0;
    color: #526277;
    font-size: .88rem;
    line-height: 1.45;
}

.login-seo-lista{
    display: flex;
    flex-wrap: wrap;
    gap: .38rem;
    margin-top: .75rem;
}

.login-seo-chip{
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    padding: .28rem .62rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #d7e4ff;
    color: #24416e;
    font-size: .76rem;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(37, 99, 235, 0.06);
}

.modal-empresas-login{
    width:50% !important;
    height: auto !important;
    max-height: 85vh !important;
    overflow: auto

}

.separador-input-restablecer{
    display: block;
    margin-top: 10px !important
}
@media screen and (max-width: 800px) {
    .main-container-login{
        flex-direction: column;
        min-height: 100vh;
    }

    .image-login{
        display: none
    }

    .main-container-login-child2{
        display: flex;
        min-height: 100vh;
        height: auto;
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 1rem .9rem 5.8rem .9rem;
    }

    .container-login-cmapos{
        width: 100%;

    }
    .container-restablecer-campos{
        width: 100%;
        padding: 1rem;
        border-radius: 16px;
    }

    .login-seo-bloque{
        width: 100%;
        margin-bottom: .8rem;
        padding: .82rem .9rem;
        border-radius: 16px;
    }

    .login-seo-titulo{
        font-size: 1rem;
    }

    .login-seo-texto{
        font-size: .84rem;
        line-height: 1.38;
    }

    .login-seo-chip{
        font-size: .72rem;
        padding: .28rem .52rem;
    }

    .login-seo-lista{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .38rem;
    }

    .login-seo-chip{
        justify-content: center;
        width: 100%;
    }

    .login-seo-chip:last-child{
        grid-column: 1 / -1;
    }

    .imagen-card-login{
        width: min(64%, 190px);
        margin-bottom: .8rem;
    }

    .input-login{
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .modal-empresas-login{
        width:90% !important;
    }

}
