/* Stage 2 Malay language support: registration page layout. */
html[lang="ms"] .register-hero {
  height: auto;
  min-height: 206px;
}

html[lang="ms"] .register-hero__copy {
  top: 56px;
  left: 25px;
  width: 184px;
  max-width: calc(100% - 178px);
}

html[lang="ms"] .register-hero__copy h1 {
  font-size: clamp(21px, 5.9vw, 23px);
  line-height: 1.28;
  letter-spacing: -.3px;
  overflow-wrap: anywhere;
}

html[lang="ms"] .register-hero__copy p {
  margin-top: 6px;
  font-size: clamp(10.5px, 2.9vw, 12px);
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
}

html[lang="ms"] .register-hero > img {
  top: 21px;
  right: 0;
  width: clamp(176px, 49vw, 198px);
  height: 168px;
}

html[lang="ms"] .register-card {
  height: auto;
  padding-top: 29px;
  padding-bottom: 14px;
}

html[lang="ms"] .register-card__title {
  min-height: 53px;
  margin-bottom: 28px;
  text-align: center;
}

html[lang="ms"] .register-card__title h2 {
  max-width: 100%;
  font-size: 17px;
  line-height: 23px;
  overflow-wrap: anywhere;
}

html[lang="ms"] .register-card .ui-input + .register-field-label,
html[lang="ms"] .register-card label[for="register-password"] {
  margin-top: 25px;
}

html[lang="ms"] .register-code-send {
  min-width: 96px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 10.5px;
  white-space: normal;
}

html[lang="ms"] .register-code-hint {
  min-height: 34px;
  font-size: 10.5px;
  line-height: 15px;
}

html[lang="ms"] .register-agreement {
  align-items: flex-start;
  font-size: 11px;
  line-height: 18px;
  white-space: normal;
}

html[lang="ms"] .register-agreement__box {
  margin-top: 1px;
  flex: 0 0 auto;
}

html[lang="ms"] .register-submit {
  height: auto;
  min-height: 50px;
  padding: 12px 18px;
  line-height: 20px;
  white-space: normal;
}

html[lang="ms"] .register-login {
  margin-right: 18px;
  margin-left: 18px;
  font-size: 13px;
  line-height: 20px;
  overflow-wrap: anywhere;
}

@media (max-width: 350px) {
  html[lang="ms"] .register-hero__copy {
    left: 22px;
    width: 160px;
  }

  html[lang="ms"] .register-card {
    margin-right: 18px;
    margin-left: 18px;
  }

  html[lang="ms"] .register-code-send {
    min-width: 88px;
    font-size: 10px;
  }
}
