/* reset default style*/
body,
button,
input,
select {
  color: #4c4c4c;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
a:hover::before,
a:hover::after,
a:hover::before,
a:hover::after {
  text-decoration: none;
}
h1 {
  color: #006564;
  font-weight: 300;
  font-family: "Aktiv Grotesk W01 Light1370681", "sans-serif";
}
h1:lang(th),
h1:lang(th-TH) {
  font-family: "Tahoma", "sans-serif";
}

h1:lang(ko),
h1:lang(ko-KR) {
  font-family: "Aktiv Grotesk W01 KR Light", "sans-serif";
}

h1:lang(zh),
h1:lang(zh-HK),
h1:lang(zh-TW) {
  font-family: "Aktiv Grotesk W01 TC Light", "sans-serif";
}

h1:lang(sc),
h1:lang(zh-CN) {
  font-family: "Aktiv Grotesk W01 SC Light", "sans-serif";
}

h1:lang(ja),
h1:lang(ja-JP) {
  font-family: "Aktiv Grotesk W01 JP Light", "sans-serif";
}
input {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:invalid {
  background-color: #fff;
  box-shadow: none;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  text-decoration: none;
  outline: none;
}
li::before {
  display: none;
}
dl,
dd {
  margin: 0;
}
dt {
  font-weight: normal;
}
p {
  margin: 0;
}
/* reset end */

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #4c4c4c;
  position: relative;
  letter-spacing: 0;
  box-sizing: border-box;
  line-height: 19px;
  height: 100%;
  font-family: "Aktiv Grotesk W01 Regular", "sans-serif";
}
body:lang(zh),
body:lang(zh-HK),
body:lang(zh-TW),
body:lang(zh-CN) {
  font-weight: normal;
}

body:lang(th),
body:lang(th-TH) {
  font-family: "Tahoma", "sans-serif";
}

body:lang(ko),
body:lang(ko-KR) {
  font-family: "Aktiv Grotesk W01 KR Regular", "sans-serif";
}

body:lang(zh),
body:lang(zh-HK),
body:lang(zh-TW) {
  font-family: "Aktiv Grotesk W01 TC Regular", "sans-serif";
}

body:lang(sc),
body:lang(zh-CN) {
  font-family: "Aktiv Grotesk W01 SC Regular", "sans-serif";
}

body:lang(ja),
body:lang(ja-JP) {
  font-family: "Aktiv Grotesk W01 JP Regular", "sans-serif";
}

.dvp-container {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
@media only screen and (min-width: 1244px) {
  .dvp-container {
    max-width: 1276px;
  }
}

.body-outer-wrp {
  /** fix ie flex issue**/
  display: flex;
  flex-direction: column;
}
.body-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.body-container .main-content {
  flex-grow: 1;
}

/* header */
.dvp-header-wrapper .header-lgrow {
  line-height: 20px;
}
.dvp-header-wrapper .header-lgrow .header-top-ribbon {
  height: 5px;
  width: 100%;
  background-color: #006564;
}
.header-lgrow .header-banner {
  background-color: #fff;
  box-shadow: inset 0 -1px 0 0 #ebedec, 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
.header-lgrow .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.header-lgrow .header-banner .site-brand {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.header-lgrow .site-brand .logo {
  margin-top: -0.6rem;
}
.header-lgrow .site-brand .brand-title {
  display: inline-block;
  margin: 0 0 0 1rem;
  font-size: 1rem;
}
.header-row .header-banner {
  height: 44px;
  background-color: #006564;
  color: #fff;
}
.header-row .header-banner a:hover {
  text-decoration: none;
}
.header-row .header-container {
  display: flex;
  height: 100%;
  align-items: baseline;
  position: relative;
}
.header-row .header-container .logo {
  font-size: 28px;
  margin: 8px auto;
  cursor: pointer;
  width: 3rem;
  text-align: center;
}
/* footer */

footer {
  flex: 0 0 auto;
}
.footer-container {
  border-top: 1px solid #767676;
}
.footer-container .partner-badges {
  padding: 10px 0 22px;
}
.footer-container .partner-badges .partner-page-link {
  display: inline-block;
}

.footer-container .footer-message {
  font-size: 11px;
}
.footer-message.copyright-link {
  color: #0f748f;
  line-height: 14px;
  margin-right: 19px;
}
.footer-message.copyright-message {
  line-height: 15px;
}

/**password reset page**/
.resetpwd-container {
  margin: 0 auto;
}
.message-banner {
  display: none;
  padding: 6px 20px 6px 8px;
  background-color: #f6e8ea;
  border: 0;
  line-height: 17px;
  align-items: center;
  margin-bottom: 1rem;
}
.message-banner .suffix-icon {
  margin-right: 12px;
  font-size: 20px;
}
.message-banner .error-message {
  color: #d11f00;
}
.dvp-input-container {
  background-color: #fff;
  margin-bottom: 12px;
}
.field-group {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #c6c2c1;
  height: 50px;
  max-height: 50px;
  padding: 1px;
}
.field-group.input-focused {
  /*focus input*/
  border: 1px solid #006564;
}
.field-group.has-error {
  /**input error**/
  margin-bottom: 0;
  border: 1px solid #cf1f00;
}
.dvp-input-container .field-floating-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  line-height: 19px;
}
.dvp-input-container .field-floating-label.input-filled {
  /*label: input has value*/
  text-transform: uppercase;
  cursor: inherit;
  position: absolute;
  top: 0px;
  left: 1rem;
  padding-top: 7px;
  margin: 0;
  white-space: nowrap;
  color: #4c4c4c;
  clip: inherit;
  height: auto;
  overflow: hidden;
  width: auto;
  display: block;
  font-size: 0.75rem;
  line-height: 17px;
}
.dvp-input-container .has-error .field-floating-label {
  color: #cf1f00;
}
.dvp-input-container .field-input {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 1rem;
}
/* Webkit, Blink, Edge */
.dvp-input-container .field-input::-webkit-input-placeholder {
  opacity: 1;
  color: #4c4c4c;
}

.dvp-input-container .field-input::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
}

.dvp-input-container .field-input:-moz-placeholder{
  opacity: 1;
  color: #4c4c4c;
}

.dvp-input-container .field-input:-ms-input-placeholder{
  opacity: 1;
  color: #4c4c4c;
}

.dvp-input-container .field-input::placeholder {
  opacity: 1;
  color: #4c4c4c;
}

.dvp-input-container .has-error .field-input::-moz-placeholder {
  color: #d11f00 !important;
}
.dvp-input-container .has-error .field-input:-moz-placeholder {
  color: #d11f00 !important;
}
.dvp-input-container .has-error .field-input:-ms-input-placeholder {
  color: #d11f00 !important;
}
.dvp-input-container .has-error .field-input::placeholder {
  color: #d11f00 !important;
}
.dvp-input-container .field-input:focus,
.dvp-input-container .field-input.input-filled {
  /*input has value, or focus*/
  padding-top: 21px;
  padding-bottom: 10px;
  line-height: 17px;
}
.dvp-input-container .suffix-icon {
  margin-right: 10px;
}
.dvp-input-container .suffix-icon:first-child {
  margin-right: 0.5rem;
}
.dvp-input-container .color-icon-wrapper {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.close-eye-wrapper .color-icon-wrapper {
  background-image: url(../assets/icons/eye-close.svg);
}
.open-eye-wrapper {
  display: none;
}
.open-eye-wrapper .color-icon-wrapper {
  background-image: url(../assets/icons/eye-open.svg);
}
.dvp-input-container .error-icon {
  display: none;
  color: #d11f00;
  font-size: 20px;
  top: 1.125em;
}
.dvp-input-container .has-error .error-icon {
  display: block;
}
.dvp-input-container .error-msg {
  display: none;
  color: #d11f00;
  font-size: 12px;
  margin-top: 8px;
  line-height: 17px;
}
.submit-wrapper {
  margin: 2rem 0;
}
.submit-wrapper .submit-btn {
  width: 100%;
}
.primary-button {
  display: inline-block;
  border: none;
  height: 46px;
  cursor: pointer;
  outline: none;
  border-radius: 2px;
  background-clip: padding-box;
  line-height: 19px;
  position: relative;
  text-align: center;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, #0a90a3 0%, #00718c 100%);
  color: #fff;
  width: inherit;
}
.primary-button:focus,
.primary-button:hover {
  background: linear-gradient(to top, #3291a2 0%, #0d6b7c 100%);
  text-decoration: underline;
}
.primary-button:disabled,
.primary-button.disabled {
  background: linear-gradient(180deg, #edefee 0%, #d3d5d4 100%);
  color: #4c4c4c;
  border: 0;
  text-shadow: none;
}
.primary-button .label-button-text {
  color: inherit;
  line-height: 19px;
  padding: 1px 8px;
}
.resetpwd-feedback-wrapper {
  display: none;
}

.resetpwd-feedback-wrapper .feedback-footer {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  margin: 100px 0;
}
.feedback-footer .primary-button {
  width: 195px;
}

/**password reset page end**/

/**responsive ui**/
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .header-lgrow {
    display: none;
  }
  .header-row {
    display: block;
  }
  .footer-container {
    margin-bottom: 57px;
  }
  .footer-container .badge-image {
    height: 17px;
    margin: 10px 21px 10px 0;
  }
  .footer-container .footer-message {
    font-size: 10px;
  }
  .footer-container .copyright-link {
    line-height: 12px;
  }
  .resetpwd-container {
    width: 100%;
  }
  .resetpwd-wrapper {
    margin: 40px 0 200px;
  }
  .resetpwd-wrapper .form-title {
    margin: 24px 0;
  }
  .resetpwd-feedback-wrapper {
    padding: 0.5rem 0 140px;
  }
  .resetpwd-feedback-wrapper .feedback-title {
    margin: 2rem 0;
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1244px) {
  h1 {
    font-size: 32px;
    line-height: 41px;
  }
  .header-lgrow {
    display: none;
  }
  .header-row {
    display: block;
  }
  .footer-container {
    margin-bottom: 64px;
  }
  .footer-container .badge-image {
    height: 21px;
    margin: 10px 28px 10px 0;
  }
  .resetpwd-container {
    width: 75%;
  }
  .resetpwd-wrapper {
    margin: 50px 20px 282px;
  }
  .resetpwd-wrapper .form-title {
    margin: 2rem 0;
  }
  .resetpwd-feedback-wrapper {
    padding: 18px 1.3rem 140px;
  }
  .resetpwd-feedback-wrapper .feedback-title {
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 1244px) {
  h1 {
    font-size: 32px;
    line-height: 41px;
  }
  .header-lgrow {
    display: block;
  }
  .header-row {
    display: none;
  }
  .footer-container {
    margin-bottom: 106px;
  }
  .footer-container .badge-image {
    height: 21px;
    margin: 10px 28px 10px 0;
  }
  .resetpwd-container {
    width: 50%;
  }
  .resetpwd-wrapper {
    margin: 60px 55px 228px;
  }
  .resetpwd-wrapper .form-title {
    margin: 24px 0;
  }
  .resetpwd-feedback-wrapper {
    padding: 48px 55px 140px;
  }
  .resetpwd-feedback-wrapper .feedback-title {
    margin: 2rem 0;
  }
}
