.password--popup-head {
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text_base);
  margin-bottom: 39px;
  margin-top: 20px;
}

.passwordpopup::before {
  display: none !important;
}

.okmes {
  display:none;
  color: var(--text_base);
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 61px;
  margin-bottom: 120px;
  text-align: center;
}

.nomargin {
  margin-right: 0px !important;
}

.popup_curtain_pwd {
  display:none;
  z-index: 999999998;
  position: absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  background: var(--bg_base);
  opacity: 0.5;
}

.preloader {
  display: none;
  text-align: center;
}

.preloader IMG {
  width:100px;
}

.passwordpopup {
  padding-right: 20px;
  padding-left: 34px;
  background: var(--bg_base);
  z-index: 9999999999;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--color1);
	display: none;
}

.okbtn {
  display: none;
}

.inputblock LABEL{
  font-family: Ubuntu;
font-size: 14px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0em;
text-align: left;
color: rgba(125, 111, 143, 1);
}

.inputblock {
  margin-bottom: 20px;
}

.newpwd {
  border-bottom: 1px solid var(--pink);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 20px;
    color: var(--dark_color);
    background: inherit;
    padding-left: 10px;
    width:340px;
}

.undertext {
  color: #8D8D8D;
  font-family: Ubuntu;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: left;
}

.pop_footer {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.botpwdplace {
  display: flex;
  justify-content: flex-end;
}

.resppwd {
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--text_base);
  height: 40px;
  padding-bottom: 20px;
}

.pwdbut {
  color: var(--click);
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  border:0px;
  background: none;
  cursor: pointer;
}

.cancpwd {
  margin-left: 42px;
  margin-right: 51px;
}
