@charset "utf-8";
.x-margin{
  width: 100% !important;
  top: 0 !important;
}
.x-margin-header{
  display: none !important;
}
section{
  width: 100% !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100vh !important;
  margin: 0!important;
  padding: 0 1rem 0 1rem !important;
}
#hd-end{
  display: none !important;
}
.arrow-btn2{
  display: none !important;
}
.header-480{
  display: none;
}
.right-section{
  justify-content: center;
}
#hd-down{
  height: 50px !important;
}
.fixed-nav{
  display: none;
}
.input-group-text {
  border: var(--bs-border-width) solid var(--bs-border-color);
}
#qrLogin{
  border: 1px solid #43bd6a !important;
  background-color: #fff !important;
  color: #43bd6a !important;
}
#qrLogin > span{
  color: #43bd6a !important;
}
.senter{
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #hd-down{
    height: 0px !important;
  }
  #password{
    border-radius: var(--bs-border-radius);
  }
  .input-group-text{
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .senter{
    font-size: 1.1rem;
  }
}