#main-bg-auth{
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body{
  overflow: hidden;
}

#connect a{
  color: white;
  -webkit-transition:left .2s linear;
  -moz-transition:.2s linear;
  -ms-transition:all .2s linear;
  -o-transition:.2s linear;
  transition:.2s linear;
}

header{
  width: 250px;
}