/* .imgLogin {
    background-image: url(../../../vistas/img/plantillas/foto-fondo.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
} */

.form__login {
    background-color: #EEEAE9;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form__login__form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.form__login__form {
    width: 1200px;
    height: 800px;
    box-shadow: 0px 10px 10px grey;
    background-color: white;
}

.form__img {
    background-image: url(../../../vistas/img/plantillas/foto-fondo.jpeg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.form__form__session {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.form__session__text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text__title {
    font-size: 40px;
}