/* .register {
  padding: 7rem 0 0 0;
} */
.register .title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 1% 0;
}
.register .pad {
  padding: 0 9rem;
}
.register .pad-col6 {
  padding: 0 1vw;
}
.register select,
.register option,
.register input,
.reset-password input {
  border-radius: 0;
  border: 1px black solid;
  font-size: 18px;
  font-weight: 300;
}
.register label,
.reset-password label {
  font-size: 18px;
}

.register .privacy-policy label {
  font-size: 14px;
}

.register .text {
  font-size: 16px;
  color: #5d5d5d;
}
.register .policy-label span {
  color: #0d578b;
  text-decoration: underline;
  font-size: 14px;
}
.register button {
  font-weight: 400;
  border-radius: 50px;
  border: none;
  font-size: 18px;
  width: 170px;
  height: 40px;
}

.register .social .nsm7Bb-HzV7m-LgbsSe {
  margin: 0 !important;
}
.register .social-box {
  display: flex;
}
.register .social {

}
.register .social a {
  text-decoration: none;
}

.payment-inform .social button,
.register .social button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px #d9d9d9 solid;
  font-size: 20px;
  width: 170px;
  height: 40px;
  margin: 0 1rem 0 0;
}
.payment-inform .social button {
  margin: 0 1rem 0 0;
}

.payment-inform .social button img,
.register .social button img {
  width: 25px;
  margin-right: 0.25rem;
}
.payment-inform .social button span,
.register .social button span {
  color: #5d5d5d;
  font-weight: 400;
  font-size: 16px;
}

/* RESET PW */
.reset-password .pad,
.purchase_order_tracking .pad {
  padding: 0 18.9vw;
}

.reset-password .title,
.purchase_order_tracking .title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 1% 0;
}
.reset-password .text {
  font-size: 18px;
  text-align: center;
  padding: 0 0 1% 0;
  font-weight: 200;
}
.reset-password .button-pad a,
.reset-password .button-pad,
.purchase_order_tracking .button-pad {
  display: flex;
  justify-content: center;
}
.reset-password button,
.contactus button {
  color: white;
  font-weight: 400;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 195px;
  height: 40px;
  margin: .5rem;
}
.reset-password button:hover,
.contactus button:hover {
  color: white;
}
.reset-password button.btn-social {
  background-color: unset;
  border: #d9d9d9 1px solid;
  font-size: 16px;
}
.reset-password button.btn-social span {
  display: flex;
  margin-right: 0.5rem;
}
.reset-password button.btn-social span img {
  width: 25px;
}
.reset-password button.btn-social.fb {
  color: #1877f2;
}
.reset-password button.btn-social.line {
  color: #06c755;
}
.reset-password button.btn-social.gg {
  color: #5d5d5d;
}
.reset-password button.btn-reg {
  color: white;
  font-weight: 400;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 195px;
  height: 40px;
  border: none;
}

@media (max-width: 991px) {
  .loginsocial-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .register,
  .reset-password {
    padding: 4rem 0;
    font-size: 16px;
  }
  .register .title,
  .reset-password .title {
    font-size: 24px;
    font-weight: 500;
  }
  .register label,
  .register select,
  .register option,
  .register input,
  .reset-password input,
  .reset-password label,
  .reset-password .text {
    font-size: 16px;
  }
  .reset-password .text {
    padding: 0.5rem 0;
  }
  .register .pad,
  .register .pad-col6,
  .reset-password .pad {
    padding: 0;
  }
  .register .policy-label,
  .register .policy-label span {
    font-size: 16px;
  }
  .register button,
  .reset-password button,
  .contactus button,
  .reset-password button,
  .reset-password button.btn-reg {
    /*    width: 300px;
    height: 42px; */
    width: 300px;
    height: 40px;
    font-size: 16px;
  }
  .reset-password .button-pad a {
    display: flex;
    justify-content: center;
  }
  .register .text-pad,
  .register .button-pad {
    text-align: center;
  }
  .register .text {
    font-size: 16px;
  }
  .register .social button span {
    font-size: 16px;
  }
  .register .social button img {
    width: 25px;
  }
  .register .social {
    display: flex;
    flex-direction: column;
    align-items: center;
    
  }
  .register .social-box {
    flex-direction: column;
  }
  .register .social button {
    width: 300px;
    height: 42px;
    font-size: 16px;
    margin: 0 0 1rem 0;
  }
  #html_element {
    display: flex;
    justify-content: center;
  }

}
