#MainMenu {
  display: none !important;
}

.login-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%;
  background-image: url("/images/login-bg-content.jpg");
  background-size: cover;
}

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

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

.login-intro {
  padding: 77px 0 34px 0;
  text-align: center;
}

.login-intro .logo {
  max-width: unset !important;
  width: 100%;
  height: 100%;
}

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

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

.login-input {
  max-width: 306px;
  margin: 0 auto;
  margin-top: 11px;
  margin-bottom: 15px;
}
.login-input a {
  text-decoration: none;
}
.login-input a:hover {
  text-decoration: none;
}

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

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

#form-verification {
  margin-top: 8px;
  margin-bottom: 15px;
}

input.txt-otp {
  border-radius: 4px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: none;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 11px;
  font-size: 18px;
  color: #1c4489;
  text-align: center;
  padding: 0px;
  text-indent: revert !important;
  padding-top: 4px;
  font-weight: bold;
}

input.txt-otp:focus {
  background-color: #98c0da !important;
  outline: none;
  -webkit-transition: background-color 150ms linear;
  -ms-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}

.otp-filled {
  background-color: #ffffff !important;
  -webkit-transition: background-color 150ms linear;
  -ms-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}

.otp-empty {
  background-color: #0f79bd !important;
  -webkit-transition: background-color 150ms linear;
  -ms-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}

#verify-message {
  color: red;
  height: 23px;
  line-height: 23px;
  display: block !important;
  margin-bottom: 8px;
}

#verify-resend {
  float: right !important;
  margin-right: 8px !important;
  height: 31px !important;
  line-height: 34px !important;
}

#verify-resend a {
  line-height: 34px !important;
  color: #2699fb;
  text-decoration: underline;
  font-weight: bold;
}

#verify-resend a:hover {
  opacity: 0.85;
  text-decoration: none;
}

#verify-back {
  float: left !important;
  margin-right: 8px !important;
}

a.glass {
  background: none;
  border: solid 1px #283f87;
  color: #283f87 !important;
}

a.glass > k-icon {
  color: #283f87 !important;
}

a.glass:hover {
  color: #4593f9 !important;
  background: none;
  border: solid 1px #4593f9;
}

a.glass:hover > k-icon {
  color: #4593f9 !important;
}