.page-header{
display:none!important;
}
#wrapper{
background-color:unset;
}
.pss-background-image{
height:100%;
}

.login-form-registration{
  text-align:center;
}

.login-form-registration #login_logo{
  margin-bottom: 25px;
}

.login-form-registration{
  position: relative;
}

.login-form-buttons{
  margin-bottom: 20px;
}

.login-form-buttons{
  text-align: center;
}

#content{
  margin-top: 100px;
}
.wholesale-title {
  text-transform: uppercase;
  color: #414141;
  margin-top: 20px;
}
.flex-container-wholesale {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  justify-content: space-around;
}
.flex-container-wholesale .column-register {
  width: 50%;
}
.flex-container-wholesale .column-contact-form {
  width: 50%;
}
#module-privateshopsimple-register .ets_solo_social_wrapper,
#module-privateshopsimple-login .ets_solo_social_wrapper {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .flex-container-wholesale {
    flex-direction: column;
  }
  .flex-container-wholesale .column-register {
    width: 100%;
    margin: 0 auto;
  }
  .flex-container-wholesale .column-contact-form {
    width: 100%;
    margin: 0 auto;
  }
}