.login-section-wrapper { 
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 68px 100px;
    background-color: #fff;
    background-image: url('../img/fondo.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
} 
@media only screen and (max-width: 600px) {
    .login-section-wrapper {
        padding: 30px 30px;
    }
}

@media all and (max-width: 575px){
    .row{
        height: 100vh;
    }
}
.brand-wrapper {
    padding-top: 7px;
    padding-bottom: 8px;
}
.login-wrapper {
    width: 300px;
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}
.login-title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
} 
.login-wrapper a.forgot-password-link {
    color: #080808;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 54px;
}
.login-wrapper-footer-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.login-img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
} 

#formLogin button {
    text-align: center;
    padding-bottom: 5px;
}