.bn-recovery-password {
  background: #e2dddb;
  width: 900px;
  margin: 45px auto;
  display: block;
  text-align: center;
  padding: 40px 0 53px 0;
  font-size: 0;
  font-family: Arial, sans-serif;
}
.bn-recovery-password_end .bn-recovery-password__title {
  margin-bottom: 90px;
}
.bn-recovery-password__title {
  color: black;
  font-size: 70px;
  line-height: 100%;
  margin-bottom: 45px;
}
.bn-recovery-password__label {
  color: black;
  line-height: 100%;
  font-size: 15px;
  margin-bottom: 3px;
}
.bn-recovery-password__error {
  color: #a7100c;
  line-height: 100%;
  margin-top: 5px;
  font-size: 12px;
}
.bn-recovery-password__input {
  height: 30px;
  border: 1px solid darkgray;
  display: inline-block;
  width: 557px;
  color: #555555;
  font-size: 15px;
  padding: 0 5px;
}
.bn-recovery-password__btn {
  display: block;
  width: 280px;
  margin: 38px auto 0;
  background: #bf514b;
  text-align: center;
  color: white;
  border: 0;
  border-bottom: 2px solid #a7100c;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
}
.bn-recovery-password__btn:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.bn-recovery-password__send {
  font-weight: 700;
  font-size: 25px;
  color: black;
  line-height: 25px;
  margin-bottom: 25px;
  position: relative;
}
.bn-recovery-password__send:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -55px;
  background-image: url('/Content/images/icons/voscl.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
}
.bn-recovery-password__send-description {
  font-size: 25px;
  line-height: 25px;
  color: black;
  width: 553px;
  margin: 0 auto;
}
.b-hide {
  display: none;
}
/* Omitting variable 'v'. The expression '2.0.996-master' is not valid. */

