.show-hide-password{
  position: absolute;
  top: 50%;
  right: 0px;
  height: 45px;
  line-height: 45px;
  padding: 0px 11px;
  cursor: pointer;
  z-index: 45;
  color: #666;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
input[type="email"]{
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: solid 1px #dddddd;
}
label.ragree{
  cursor: pointer;
}
.avatar_change{
  position: relative;
  cursor: pointer;
}
.changeAvatar input {
  position: absolute;
  width: 100%;
  height: 40px;
  z-index: 2;
  opacity: 0;
}
.changeAvatar input:hover {
  cursor: pointer;
}
.btnChangeAvatar{
  background: #fff;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.changeAvatar button {
  display: inline-block;
  border: 1px solid #ddd;
  background: #888888;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: auto;
  color: #fff;
  padding: 5px 20px;
}
.div_sort{
  display: flex;
  flex-wrap: wrap;
}

/* Popup Forget Pass */
.itmembermm{
  padding: 25px 20px 40px;
  background: #dae6f4;
}
.itmembermm .wrap{
  max-width: 490px;
  margin: 0 auto;
}
.itmembermm .mmwrap{
  max-width: 370px;
  margin: 0 auto;
}
.itmembermm label, .itmemberhh label{
  font-size: 14px;
  min-height: 22px;
  display: block;
  font-weight: 600;
}
.itmembermm label span{
  color:#ff0000;
}
.itmembermm input[type="text"],
.itmembermm input[type="password"],
.itmembermm select{
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: solid 1px #dddddd;
}
.itmembermm .faline {
  position: relative;
}
.itmembermm .faline::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999999;
}
.itmembermm .faline input{
  padding: 0 10px 0 40px;
}
.itmembermm .checkbox label{
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
}
.itmembermm .checkbox.vline label a{
  font-weight: bold;
  text-decoration: underline;
}
.itmembermm .checkbox.vchange{
  margin-bottom: 15px;
}
.itmembermm .checkbox.vchange label{
  font-size: 14px;
  line-height: 22px;
}
.itmembermm .checkbox label input{
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.itmembermm .txtAttend{
  font-size: 14px;
  line-height: 21px;
}
.itmembermm .txtAttend span{
  color:#ee3024;
}
.itmembermm .resBtn{
  max-width: 100%;
}

@media all and (max-width: 991px){
  .itmembermm .txtAttend{
    font-size: 13px;
  }
}
/* E.Popup Forget Pass */