.brand-login {
  background-image: none;
}

.login .wrapper-left {
  background-image: url("../img/phoenixsee.jpg");
  background-size: 70%;
  background-position: center;
  background-color: transparent;
}

.brand-wrapper {
  color: white;
  text-align: center;
  line-height: 72px;
  font-size: 20px;
}

:root {
  --color-primary: #fff;
}

body {
  overflow: auto !important;
}

.login .wrapper-left {
  width: 100% !important;
  height: 500px !important;
  background-size: cover !important;
  background-position: center !important;
}

.login .wrapper-right {
  width: 100% !important;
  height: auto !important;
}

.modal .modal-content {
  vertical-align: inherit !important;
}

.sdh-registration-hint {
  margin: 5em 2em 2em 2em;
  padding:1.5em;
  border:#f60 2px solid;
  background:#fff;
  text-align: center;
}
