/* LOGIN */
.login-wrapper .main-header{
  margin: 20px 0;
}

.login-wrapper .logo-wrapper{
  width: 100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.login-wrapper .logo-wrapper .logo{
  width: 84px;
}
