

body{
  background-color: #fafafa
}

h2{
  color: #535353;
}

.logo{
  height:200px;
  width: 100%;
  display:block;
  position: relative;
}

.login-logo{
  /*height: 100%;*/
  width: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  top: 50%;
  max-width: 260px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}