*{
  margin: 0px;
  padding: 0px;
  max-height: 100%;
  position: relative;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}


.fondo_login{
  background-image: url('/img/login/fondo_oficial.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}


.login_contenedor_gral{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


@media (max-width: 950px) {

  .fondo_login{
    background-size: auto;
  }

}
