#background-login {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}

.login-box1,
.login-box2,
.registration-box {
  z-index: 20;
  position: absolute;
  top: 13rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.4;
  display: none;
  background: #fff;
  width: 100%;
  max-width: calc(100% - 3rem);
  text-align: left;
  padding: 4.1rem 3.2rem 3rem;
}

.registration-box {
  width: 100%;
  max-width: calc(100% - 3rem);
}

.row-login {
  margin: 0 -0.7rem;
}

.col-login {
  padding: 0 0.7rem;
}

.login-box1 h1,
.login-box1 h3,
.login-box2 h1,
.login-box2 h3,
.registration-box h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #171920;
  text-align: left;
  margin-bottom: 2rem;
  position: relative;
  top: -0.6rem;
}

.login-box1-top-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  color: #171920;
  text-align: left;
  margin: 0 auto 0.8rem;
}
.login-box1-center-text {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #171920;
  margin-bottom: 1.5rem;
  text-align: center;
}
.login-box1-bottom-text {
  font-size: 1.2rem;
  font-weight: 400;
  color: #acacac;
  line-height: 1.2;
  padding: 1.5rem 0;
  width: 33.4rem;
  margin: auto;
  margin-top: 2rem;
  border-top: 0.1rem solid #ededed
}
.next-btn,
.register-btn {
  margin: 0 auto 1.5rem;
  width: 100%;
  height: 3.9rem;
  background-color: #ffe700;
  border-color: #ffe700;
  color: #212529;
  line-height: 1.8rem;
  font-size: 1.3rem;
  font-weight: 600;
  border: none;
  position: relative;
  outline: none;
}
.next-btn.next-btn-register {
  margin: 0rem 0rem 0.5rem 0rem;
  background-color: #F1F1F1;
}
.next-btn:hover,
.register-btn:hover {
    background-color: #ffe700;
    border-color: #d6a300;
}
.login-box1 input,
.login-box2 input,
.registration-box input,
.registration-box select {
  width: 100%;
  height: 3.6rem;
  padding: 0rem 1rem;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #404040;
  border: 0.1rem solid #B2B2B2;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  outline: none;
}
.login-box1 input::placeholder,
.login-box2 input::placeholder,
.registration-box input::placeholder {
  color: #B2B2B2;
  font-size: 1rem;
  line-height: 1.4rem;
}
.login-box1 .email-wrapper {
  position: relative;
}
.login-box1 .email-wrapper::after {
  content: '@';
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #B2B2B2;
  pointer-events: none;
}
.login-box1 .email-wrapper input {
  padding-right: 2.6rem;
}
.login-box-input-container.incorrect-val input {
  border-color: #ed1d1c;
  outline: none;
}
.login-box1 .error-message {
  padding: 1rem 0.5rem;
  margin: unset;
  min-height: 4rem;
}
.login-box2 h3 {
  display: inline-block;
  padding-bottom: 1rem;
}
/* .login-box2 p {
  font-size: 1.3rem;
  font-weight: 400;
  color: #b9b9b9;
} */
.login-box2 strong p {
  font-size: 1.5rem;
  color: #404040;
  margin: 3.5rem 0 2rem;
  font-weight: 700;
}
.login-box2 .check-box {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.step-back { 
  text-align: center;
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  z-index: 20;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: black;
  font-size: 3.5rem;
  line-height: 4.4rem;
  border: 0.1rem solid #CECECE;
  margin-right: 2rem;
}
.step-back + h1, .step-back + h3 {
  display: inline-block;
}
.login-box2 .password-input {
  padding: 0 4rem 0 1.6rem;
}
.show-password {
  width: 4rem;
  height: 4rem;
  z-index: 20;
  position: absolute;
  top: 17.8rem;
  right: 4.7rem;
  cursor: pointer;
}
.show-password:before {
  width: 1.7rem;
  height: 1rem;
  z-index: 20;
  background: url('../img/eye.png') no-repeat;
  position: absolute;
  content: " ";
  top: 1.5rem;
  right: 1.1rem;
}
.registration-box p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  text-align: left;
  margin-bottom: 0.8rem;
}
.registration-box input {
  margin-bottom: 2rem;
}
.registration-box input:last-of-type,
.registration-box select:last-of-type {
  margin-bottom: 1rem;
}
.register-all-container input#register-agreement-check-all {
  top: 0.1rem;
}
.registration-box .register-box-bottom-text {
  font-size: 1.2rem;
  font-weight: 400;
  color: #acacac;
  line-height: 1.2;
  padding: 1.5rem 0;
  width: 33.4rem;
  margin: auto;
  margin-top: 1rem;
  border-top: 0.1rem solid #ededed;
  text-align: center;
}
.header-search-box {
  float: right;
  position: relative;
  margin: 0 2.5rem;
}
.header-search-box input {
  line-height: 3rem;
  margin: 2.4rem 0rem;
  border: none;
  border-bottom: 0.1rem solid #e5e5e5;
  max-width: 32rem;
  padding: 0 1.5rem 0 3rem;
}
.header-search-box button {
  border: transparent;
  position: absolute;
  top: 2.5rem;
  left: 0;
  background: url('../img/input-magnifier.png') no-repeat;
  width: 2.4rem;
  height: 2.4rem;
}
.vies-status-content-message {
  font-weight: bold;
  font-size: 1.6rem;
}
.vies-status-content-message.success {
  color: #237c64;
  font-size: 1.6rem;  
}
.vies-status-content-message.processing {
  color: #b28a0a;
  font-size: 1.6rem;  
}
.vies-status-content-message.error {
  color: #a75b5a;
  font-size: 1.6rem;  
}

/* account */

.profile-cancel-save-btns, .profile-cancel-edit-btns {
  text-align: right;
}
.poq-box {
  padding: 1rem 0rem;
}
.profile-changes-info {
  margin-top: 4rem;
}

.account__box__avatar img {
  max-width: 100%;
}

.poq-box-avatar img {
  max-height: 10rem;
  width: auto;
}

/* Forgot Account */

.forgot-account, .forgot-account label, .forgot-account-status-desc {
  color: #171920;
  font-family: 'Matter', Poppins,sans-serif;
  font-weight: 600;
}

.forgot-account-desc {
  padding: 2rem 0rem;
}

.forgot-account-container {
  color: #171920;
  font-family: 'Matter', Poppins,sans-serif;
  font-weight: 600;
}

.forgot-account-message {
  padding: 1rem 0rem;
}

@media (min-width: 575px) {
  .login-box1,
  .login-box2 {
    max-width: 39.8rem;
  }
  .registration-box {
    max-width: 61.2rem;
  }
  .login-box1 h1,
  .login-box1 h3,
  .login-box2 h1,
  .login-box2 h3,
  .registration-box h3 {
    margin-bottom: 3rem;
    display: block;
    padding: static;
  }
  .step-back {  
    position: absolute;
    display: block;
    top: 2.5rem;
    left: -2.1rem;
    margin-right: unset;
  }
  .step-back + h1, .step-back + h3 {
    display: block;
  }
}