*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

html {
  font-family: 'Nunito', sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

section {
  display: block; 
}

body {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color:#FFFFFF;
  text-align: left;
  background: #F6F6F6 0% 0% no-repeat padding-box;
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Nunito-Regular.ttf);
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

p {
  margin-top: 0;
  margin-bottom: 1rem; 
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle; 
}

p.logo {
  text-align: center;
  margin-bottom: 0px;
}

.container {
  width: 100%;
  min-height: 870px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  background: #F6F6F6 0% 0% no-repeat padding-box;
}

.card-container {
    width: 100%;
    /* min-height: 790px; */
    margin-right: auto;
    margin-left: auto;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    display: inline-block;
}

.banner-wrap {
  width: 66%;
  background-position: center center;
  /* background: #A79462 0% 0% no-repeat padding-box; */
  mix-blend-mode: multiply;
  display: flex;
  flex-direction: column;
}

.banner-img {
  height: 85%;
}

.backIcon {
  width: 24px;
  height: 25px;
}

.banner-footer, .login-footer {
  padding: 23px 30px;
  color: #4B4B4B;
  background-color: #F6F6F6;
  opacity: 1;
}

.banner-footer  {
  height: 38%;
}

.login-footer {
  display: none;
}

.banner-footer p, .banner-footer span, .login-footer p, .login-footer span {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}

.banner-footer-link {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

.banner-footer-link a {
  color: #0072D8;
  text-decoration: none;
}

.bdo-message a,
.footer-wrap a {
  color: #4B4B4B !important;
  text-decoration: underline;
}

.bdo-banner {
  width: 100%;
  height: 100%;
}

.login-wrap {
  width: 34%;
  height: 100%;
  position: relative;
  /* background: #A58D3D 0% 0% no-repeat padding-box; */
}

.login-wrap-footer {
  position: relative;
  top: 837px;
}

.login-container {
  width: 100%;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 90px;
  padding-bottom: 50px;
}

.error-wrap {
  padding: 20px;
}

.error-icon {
  width: 80px;

}
.error-box {
  background: #FFD4C9 0% 0% no-repeat padding-box;
  border: 1px solid #FF3700;
  border-radius: 8px;
  padding: 15px;
}

.warning-wrap {  
  background: #FDB913 0% 0% no-repeat padding-box;
  border: 1px solid #FDB913;
}

.error-box img {
  width: 32px;
}

.error-box .error-message {
  text-align: left;
  font: normal normal bold 14px/19px Nunito;
  letter-spacing: 0px;
  color: #2E2E2E;
  padding-top: 3px;
}

.login-container form {
  margin-top: 15px;
}

.login-container p.message,
.login-wrap-footer p.message {
  width:85%;
  margin: auto;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  color: #4B4B4B;
  text-decoration: none;
  opacity: 1;
}

.login-container a {
  width:100%;  
  font-size: 16px;
  letter-spacing: 0px;
  color: #0072D8;
  text-decoration: none;
}

.login-container .message-link a {
  text-decoration: underline;
}

.token-wrap {
  width: 34%;
  height: 100%;
  position: relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}

.token-container {
  margin-left: 42px;
  margin-right: 42px;
  top: 90px;
  position: relative;
}

.token-container p.message {
  width:100%;
  text-align: center;
  font: normal normal normal 16px/24px Nunito;
  font-size: 16px;
  letter-spacing: 0px;
  color: #FF3700;
  margin-top: 0px;
}

.token-container p.warning {
  width:100%;
  text-align: center;
  font: normal normal normal 16px/24px Nunito;
  font-size: 16px;
  letter-spacing: 0px;
  color: #FDB913;
  margin-top: 0px;
}

.token-container h4 {
  width:100%;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
  font: normal normal bold 32px/40px Nunito;
  letter-spacing: 0px;
  color: #4B4B4B;
}

.token-container .content-message {
  padding-top: 0px;
  padding-bottom: 20px;
}

.token-container .error-wrap {
  padding: 0px 20px 20px 20px;
}

.token-container .otp-message {
	width: 100%;
}

.token-container .otp-message p.otp-logo {
	text-align: center;
	float: left;
}

.token-container .otp-message p.otp-logo img {
	width: 100%;
}

.token-container .otp-message p.msg {
	width: 100%;
    text-align: left;
    font: normal normal normal 16px/24px Nunito;
    letter-spacing: 0px;
    color: #2E2E2E;
}

.token-container .logo .bdo-logo {
	margin-bottom: 20px;
	width: 69px;
	height:69px;
}

.token-container input.otp-input::placeholder {
	color: #2E2E2E;
  text-align: left; 
  letter-spacing: 0px;
}

.token-container p.new-code-msg {
	width: 100%;
    text-align: left;
    float: left;
    margin-top: 40px;
    font: normal normal normal 16px/24px Nunito;
    letter-spacing: 0px;
    color: #2E2E2E;
}

.password-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background: #A58D3D 0% 0% no-repeat padding-box;
}

.password-container {
  width: 430px;
  margin-left: auto;
  margin-right: auto;
  top: 90px;
  position: relative;
}

.password-container p.message {
  width:100%;
  text-align: center;
  font: normal normal normal 16px/24px Nunito;
  font-size: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.password-container p.forgot-password {
  width:100%;
  font: normal normal normal 16px/24px Nunito;
  font-size: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: justify;
}

.password-container label {
  font-weight: bold;
  width: 45%;
  position: relative;
  float: left;
  top: 12px;
}

.password-container input {
  width: 55%;
}

.password-container .log-btn {
  width: 30%;
  float: right;
}

.password-container .log-btn.cancel {
  margin-right: 20px;
}

p.password-confirmation {
  text-align: center;
}

.password-container .password-confirmation .log-btn {
  width: 40%;
  float: none;
}

.bdo-logo {
  margin-bottom: 50px;
  width: 222px;
  height: 43px;
}

.log-btn {
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  text-align: center;
  font: normal normal bold 16px/24px Nunito;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 16px;
  width: 100%;
  height: 48px;
  background: #0072D8 0% 0% no-repeat padding-box;
  cursor: pointer;
}

.log-btn:hover {
  background: #004EA8 0% 0% no-repeat padding-box;
}

.log-btn-disabled {
  border-radius: 8px;
  text-align: center;
  font: normal normal bold 16px/24px Nunito;
  width: 100%;
  height: 48px;
  background: #C2C2C1 0% 0% no-repeat padding-box;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.secondary-btn {
  margin-top: 5px !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  text-align: center;
  font: normal normal bold 16px/24px Nunito;
  letter-spacing: 0px;
  color: #0072D8;
  opacity: 1;
  border: 2px solid #0072D8;  
}
.secondary-btn:hover {
  background: #E5F5FF 0% 0% no-repeat padding-box;
  color: #0072D8;
}

.wrapper {
  position: relative;
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); 
  border:#C2C2C1 solid 1px;
}

.login-container .form-control {
  height: 34px;
  width: 100%;
  color: #2E2E2E;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #C2C2C1;
  border-width: thin;
  outline: none;
  font: normal normal bold 16px/24px Nunito;
}

.form-group {
  margin-bottom: 1rem !important;
  float: left;
  width: 100%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}

.show-password {
    width: 32px;
    height: 32px;
    position: absolute;
    text-align: justify;
    right: 40px;
    cursor: pointer;
    color: #C2C2C1;
    z-index: 999999;
}

.password-container p.password-requirement {
	text-align: justify;
}

.new-code-link {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0px;
  color: #0072D8;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.header-wrap {
  background-color: #004EA8;
  color: #FFFFFF;
  height: 55px;
  width: 100%;
  padding: 15px;
}

.header-logo {
  float: left;
}

.header-logo img {
  width: 124px;
  height: 24px;
}

.header-label {
  float: right;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
}

.content-wrap {
  width: 100%;
  padding-top: 33px;
  padding-bottom: 33px;
}

.content-card {
  width: 406px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 8px #00000014;
  border-radius: 8px;
  opacity: 1;
  margin: auto;
}
.content-card-container {
  padding: 20px;
}

.content-card-container .show-password {
  position: relative;
  left: 328px;
  bottom: 39px;
}

.content-card-container .form-control,
.token-container .form-control {
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #99C1E7;
  border-radius: 8px;
  opacity: 1;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  height: 48px;
}

.content-card-container .form-control:focus{
  box-shadow: 0px 0px 8px #0072D852;
}

.content-card-container .log-btn {
  margin-top: 50px;
}

.content-content-header {
  width: 100%;
}

.content-card .bdo-logo {
  width: 123px;
  margin: 0px;
  float: right;
}

.confirmation {
  width: 688px;
}

.content-card .confirmation-icon {
  margin: 0px;
  width: 61px;
  height: 61px;
}

.confirmation .log-btn {
  width: 40%;
}

.confirmation-header {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.bank-icon {
  width: 45px;
}

.content-message {
  width: 100%;
  margin: auto;
  color: #2E2E2E;
  text-align: center;
  padding-top: 10px;
}

.content-message.card-note {
  color: #919191;
  font-size: 14px;
}

.content-message.feedback {
  color: #FF3700;
  font-size: 14px;
}

.border-red {
  border-color: #FF3700 !important;
}

.first-form-label {
  margin-top: 25px;
}

.form-label {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 5px;
  font: normal normal normal 14px/20px Nunito;
}

.footer-wrap {
  text-align: center;
  font: normal normal normal 12px/16px Nunito;
  letter-spacing: 0px;
  color: #4B4B4B;
  padding: 10px;
  background: #F6F6F6 0% 0% no-repeat padding-box;
  height: 40vh;
  vertical-align: bottom;
}

.maintenance-logo {
  width: 100%;
}

.show-placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919191;
  font: normal normal normal 16px/24px Nunito;
  opacity: 1; /* Firefox */
}

.show-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #919191;
  font: normal normal normal 16px/24px Nunito;
}

.show-placeholder::-ms-input-placeholder { /* Microsoft Edge */
  color: #919191;
  font: normal normal normal 16px/24px Nunito;
}

.error-input {
  border-color: #FF3700 !important;
}

.headline {
  font-size: 20px;
}

.oldPassword {
  margin-bottom: -30px;
}

.oldPassword .show-password{
  cursor: pointer;
  color: #C2C2C1;
  width: 32px;
  height: 32px;
  position: relative;
  left: 328px;
}

@media (min-width: 769px) {
  .wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; 
   }   
}

@media (max-width: 768px) {
  .banner-wrap {
    display: none;
  }
  .login-wrap {
    width: 100%;
    background-color: #F6F6F6;
  }
  .token-wrap {
    width: 100%;
  }
  .token-container .otp-message p.otp-logo {
    min-height: 100px;
  }
  .login-container  {
    background-color: #FFFFFF;
  }
  .login-footer {
    display: block;
  }
}

/* Mobile Phone */
@media only screen 
and (max-device-width: 700px) { 
  .password-container {
    width: 90%;
  }  
  .password-container input {
    width: 100%;
  }
  .password-container label {
    width: 100%;
    margin-bottom: 10px;
  }
  .password-container .log-btn {
    width: 100%;
  }
  .password-container .log-btn.cancel {
    margin-right: 0px;
    margin-top: 10px;
  }

  .content-card {
    width: 95%;
  }

  .content-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-logo {
    display: none;
  }

  .confirmation {
    width: 95%;
  }

  .confirmation .log-btn {
    width: 100%;
  }

  .content-card-container .show-password {
    left: 276px;
  }
}

.tooltip-arrow {
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 15px solid #4B4B4B;
  margin-bottom: 0;
  position: relative;
  left: 72px;
}

.tooltip-container {
  position: absolute;
  width: 200px;
  height: 150px;
}

.tooltip {
  margin-top: 26px;
}

.tooltip-content {
  top: 435px;
  left: 1238px;
  width: 97px;
  height: 32px;
  background: #4B4B4B 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  text-align: center;
  font: normal normal normal 12px/16px Nunito;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 0;
}

.tooltip-content p {
  top: 8px;
  position: relative;
}

input::-ms-reveal, input::-ms-clear {
  display: none;
}
