/* // Banner QR */
.banner_QR {
  width: 300px;
  height: 300px;
  right: 19%;
  top: 100px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.box_select_login {
  padding-top: 20px;
}

.box_select_login p {
  font-family: 'Roboto-Medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #0f21b4;
}

.scan_qr {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.note {
  padding: 15px 10px;
  display: flex;
}

.icon_qr {
  display: flex;
  width: 20%;
  height: 30px;
}

.text_bot {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #474747;
}
.boxqr_login .banner_QR {
  height: fit-content;
  margin: 0;
  display: flex;
  width: 300px;
}
.boxqr_login .banner_QR .box_select_login {
  padding: 10px 10px 5px;
}
.boxqr_login .banner_QR .scan_qr {
  padding: 10px;
  width: 190px;
  height: 190px;
}
.boxqr_login .banner_QR .note {
  padding: 5px 10px 10px;
}
.boxqr_login .banner_QR .text {
  font-size: 12px;
}

@media screen and (max-width: 1700px) {
  .banner_QR {
    right: 19%;
  }

  .banner_QR .box_select_login .select_login p {
    font-size: 14px;
  }

  .text_bot {
    font-size: 12px;
  }
}

@media screen and (max-width: 1400px) {
  .banner_QR {
    right: 8%;
    transform-origin: 0 0;
    width: 260px;
    height: 300px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .boxqr_login {
    display: none !important;
  }
}

@media screen and (max-width: 1165px) {
  .banner_QR {
    display: none;
  }
}

