﻿.m-login__content {
    background-position-x: right;
    background-size: contain !important;
    background-repeat: no-repeat;
}

input {
    text-align: center;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
}

.m-login.m-login--1 .m-login__wrapper {
    padding: 15% 2rem 2rem 2rem;
}

.m-login__logo img {
    object-fit: scale-down;
}

.m-login__logo img{
    height: 18vh;
}

.m-login__form m-form{
    margin-top: 20px;
}

@media (max-width: 765px) {

}

@media (max-width: 1500px) {

    .m-login__content {
        background-position-x: 110%;
    }
}

.m-login__logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.m-login__logo {
    width: 100%;
    height: 120px; /* ajustá este alto al que quieras */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .m-login__logo .login-logo {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; /* no recorta, mantiene proporción */
        display: block; /* evita “gap” raro */
    }
