.overlay {
  float: left;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
}
.overlay.popup_login_ntd {
  overflow-y: scroll;
}
.overlay.popup_login_ntd::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.overlay.popup_login_ntd::-webkit-scrollbar-thumb {
  background: #cacef2;
  border-radius: 4px;
}
.overlay.popup_login_ntd::-webkit-scrollbar-track {
  background-color: transparent;
}
.popup_login_ntd .hidden {
  display: none !important;
}
.overlay .wapper {
  margin: 100px auto;
}

.overlay .wapper .auth_form {
  width: 765px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
}

.overlay .wapper .auth_form .post_title {
  text-align: center;
  background: #3d49aa;
  color: #fff;
  padding: 28px 0;
  margin: 0 auto;
  font-family: Roboto-Regular, sans-serif;
  font-size: 18px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  line-height: 30px;
}

.overlay .wapper .auth_form .post_title .close_pop_login {
  margin-right: 20px;
  float: right;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
}

.overlay .wapper .auth_form .post_info {
  padding: 20px 40px;
  font-size: 16px;
}

.overlay .wapper .auth_form .form_btn_do {
  display: inline-block;
  width: 40%;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 48px;
  box-sizing: border-box;
}

.overlay .wapper .auth_form .form_btn_do .form_login {
  margin-bottom: 44px;
}

.overlay .wapper .auth_form .form_btn_do .form_login #user_email,
.overlay .wapper .auth_form .form_btn_do .form_login #user_password_first {
  border-radius: 0;
  padding: 0;
  height: 34px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #3d49aa;
  font-size: 15px;
  background-color: #fff !important;
  box-sizing: border-box;
}

.overlay .wapper .auth_form .form_btn_do .form_login #user_email::placeholder,
.overlay .wapper .auth_form .form_btn_do .form_login #user_password_first::placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #3d49aa;
  text-align: center;
}

.overlay .wapper .auth_form .form_btn_do .form_login .error_text,
.overlay .wapper .auth_form .form_btn_do .form_login .error_pass {
  color: red;
  margin-top: 8px;
}

.overlay .wapper .auth_form .form_btn_do .btn_login {
  width: 70%;
  margin-left: 42px;
  background: #3d49aa;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  border: none;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  float: left;
  height: 40px;
  cursor: pointer;
}

.overlay .wapper .auth_form .form_btn_do .hrdot {
  padding: 0 !important;
  float: right !important;
}

.overlay .wapper .auth_form .form_btn_app {
  display: inline-block;
  width: 50%;
  padding-top: 20px;
  float: right;
  padding-right: 96px;
  box-sizing: border-box;
  text-align: center;
}

.overlay .wapper .auth_form .form_btn_app .gd_pc:first-child {
  float: left;
}

.overlay .wapper .auth_form .form_btn_app .gd_pc {
  display: inline-block;
}

.overlay .wapper .auth_form .form_btn_app .gd_mobile {
  display: none;
}

.overlay .wapper .auth_form .form_btn_app .link_dow_lg {
  background: url('https://timviec365.vn/images/footer_apptimviec.png') no-repeat;
  background-size: 100% 100%;
  height: 38px;
  float: left;
  width: 100%;
  line-height: 32px;
  color: #3d49aa;
  font-weight: bold;
}

.overlay .wapper .auth_form .box_qmk_do {
  width: 100%;
  display: block;
  border-top: solid 1px #e6e6e6;
  /* height: 60px; */
  text-align: center;
  padding: 22px;
  box-sizing: border-box;
}

.overlay .wapper .auth_form .box_qmk_do .minitext {
  padding-right: 30px;
}

.overlay .wapper .auth_form .box_qmk_do p,
.overlay .wapper .auth_form .box_qmk_do p a {
  display: inline-block;
  color: #3d49aa;
  font-size: 20px;
  line-height: 14px;
}

.overlay.popup_login_ntd .wapper .auth_form .post_title {
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  position: relative;
}
.overlay.popup_login_ntd .wapper .auth_form .post_title .close_pop_login {
  position: absolute;
  right: 0;
}
.overlay.popup_login_ntd .box_content_login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
.overlay.popup_login_ntd .wapper .auth_form .form_btn_do.boxform_prcode {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.overlay.popup_login_ntd .txtnote_qrcode {
  color: #3d49aa;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  font-family: 'Roboto-Medium';
  text-align: center;
}
.overlay.popup_login_ntd .wapper .auth_form .form_btn_app {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  display: none;
}
.overlay.popup_login_ntd .boxdown_app {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 50%;
}
.overlay.popup_login_ntd .box_btn_down {
  width: 115px;
}
.overlay.popup_login_ntd .wapper .auth_form .box_qmk_do {
  display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
    height: fit-content;
}
.overlay.popup_login_ntd .wapper .auth_form .box_qmk_do .minitext {
  padding: 0;
}
.overlay.popup_login_ntd .wapper .auth_form .box_qmk_do p, 
.overlay.popup_login_ntd .wapper .auth_form .box_qmk_do p a {
  font-size: 20px;
  line-height: 24px;
}
.chooseAccount .auth_form1 .text {
  scale: unset;
      position: unset;
      text-decoration: auto; 
}
.overlay.popup_login_ntd .box_btn_down {
  display: none;
}
.overlay.popup_login_ntd .wapper .auth_form .form_btn_app .gd_pc {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.overlay.popup_login_ntd .wapper .auth_form {
	width: 600px;
	max-width: 95%;
}
.chooseAccount .auth_form1 {
  width: 453px;
  height: 139px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chooseAccount .auth_form1 .top {
  display: flex;
  gap: 15px;
}
.chooseAccount .auth_form1 .text {
  font-family: 'Roboto-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #333333;
}
.chooseAccount .auth_form1 .button {
  display: flex;
  justify-content: flex-end;
}
.chooseAccount .auth_form1 .button button, .chooseAccount .auth_form1 .button a {
  border: none;
  min-width: 105px;
  height: 35px;
  background: #4c5bd4;
  border-radius: 6px;
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
.popup_login_ntd .btn_hd_scanqr {
  border: none;
  background: transparent;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 19px;
  color: #4c5bd4;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .overlay .wapper .auth_form {
    width: calc(100% - 30px);
  }

  .overlay .wapper .auth_form .form_btn_app .gd_mobile {
    display: inline-block;
  }
  .overlay.popup_login_ntd .wapper .auth_form .post_title {
    padding-right: 35px;
  }
}

@media screen and (max-width: 600px) {
  .overlay .wapper {
    margin: 50px auto;
  }

  .overlay .wapper .auth_form {
    float: left;
    margin-left: 10px;
    width: calc(100% - 20px);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .overlay .wapper .auth_form .post_title {
    padding: 14px 14px;
    font-size: 16px;
    line-height: 24px;
  }

  .overlay .wapper .auth_form .form_btn_do {
    padding: 0 30px;
    width: 100%;
  }

  .overlay .wapper .auth_form .form_btn_do .form_login {
    margin-bottom: 40px;
  }

  .overlay .wapper .auth_form .form_btn_app {
    float: left;
    width: 100%;
    padding: 15px 30px;
    background: #fff;
  }

  .overlay .wapper .auth_form .box_qmk_do {
    float: left;
    background: #fff;
  }
  .overlay.popup_login_ntd .box_btn_down {
    display: block;
  }
  .overlay.popup_login_ntd .wapper .auth_form {
    float: unset;
    margin: 0 auto;
    border-radius: 15px;
  }
  .overlay.popup_login_ntd .wapper .auth_form .box_qmk_do {
    float: unset;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .overlay.popup_login_ntd .box_content_login {
    flex-direction: column;
  }
  .overlay.popup_login_ntd .wapper .auth_form .form_btn_do.boxform_prcode {
    display: none;
  }
  .overlay.popup_login_ntd .wapper .auth_form .post_info {
    display: block !important;
    text-align: center;
  }
  .overlay.popup_login_ntd .wapper .auth_form .post_title.post_title_mb, 
  .overlay.popup_login_ntd .wapper .auth_form .form_btn_do.boxform_tk {
    display: block !important;
  }
  .overlay.popup_login_ntd .wapper .auth_form .post_title.post_title_pc {
    display: none;
  }

  .overlay.popup_login_ntd .wapper .auth_form .form_btn_app .gd_pc {
    display: none;
  }
  .overlay.popup_login_ntd .wapper .auth_form .form_btn_app {
		display: flex;
	}
}

@media screen and (max-width: 376px) {
  .overlay .wapper .auth_form .box_qmk_do {
    padding: 18px;
  }

  .overlay .wapper .auth_form .form_btn_do .form_login {
    margin-bottom: 35px;
  }
}