#MainNav {
  display: none !important;
}

.main {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  height: 100%;
  top: -72px;
  background-image: url("/images/login-bg-content.jpg");
  background-size: cover;
}

.login-background {
  width: 100%;
  max-width: 65%;
  background-image: url("/images/login-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login-content {
  height: 100%;
  max-width: 340px;
  width: 100%;
  padding: 0 13px;
  margin: 0 auto;
}

.intro {
  padding: 85px 0 38px 0;
  text-align: center;
}

.intro .logo {
  max-width: unset !important;
}

.ppn-title {
  text-transform: uppercase;
  color: #1E428A;
  font-size: 20px;
  font-weight: bold;
}

.welcome-message {
  max-width: 340px;
  margin: 0 auto;
  margin-top: 13px;
  text-align: center;
  color: #000 !important;
}

.login-input {
  max-width: 340px;
  margin: 0 auto;
  margin-top: 13px;
  margin-bottom: 17px;
}

.user-name {
  border: 1px solid #d6d6d6 !important;
  padding: 9px 14px 9px 13px !important;
  height: 38px !important;
  border-radius: 3px !important;
  color: #222;
  width: 100%;
  margin-bottom: 9px;
}

.password {
  border: 1px solid #d6d6d6 !important;
  border-radius: 3px !important;
  color: #222;
  padding: 9px 14px 9px 13px !important;
  height: 38px !important;
  width: 100%;
  margin-bottom: 9px;
}

.or {
  text-align: center;
  margin-top: 43px;
  margin-bottom: 43px;
  position: relative;
}

.forgot-password {
  text-align: center;
  padding: 9px 0px;
}