.vo-forms,
.recovery {
  margin-top: 50px;
}

.vo-forms h1,
.vo-forms h2,
.vo-forms h3,
.vo-forms h4,
.vo-forms h5,
.vo-forms h6,
.recovery h1,
.recovery h2,
.recovery h3,
.recovery h4,
.recovery h5,
.recovery h6 {
  font-size: 13.66px;
  color: #bb153a;
  line-height: 27px;
  margin-bottom: 30px;
}

.vo-forms .form-item,
.recovery .form-item {
  margin-bottom: 15px;
}

.vo-forms .form-item input,
.recovery .form-item input {
  border: none;
  height: 35px;
  width: 100%;
  border-bottom: solid 2px #d7dee2;
}

.vo-forms .form-item input.username,
.recovery .form-item input.username {
  background: url("../img/form-user.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.vo-forms .form-item input.emailadress,
.recovery .form-item input.emailadress {
  background: url("../img/form-email.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.vo-forms .form-item input.password,
.recovery .form-item input.password {
  background: url("../img/form-pass.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.vo-forms .form-item input.phonenumber,
.recovery .form-item input.phonenumber {
  background: url("../img/form-tell.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.vo-forms .form-item .btn-vo-success,
.recovery .form-item .btn-vo-success {
  border-radius: 5px;
  background-color: #d21f1f;
  min-width: 105px;
  height: 37px;
  display: inline-block;
  border: none;
  font-size: 13px;
  color: white;
  text-align: center;
  padding: 5px 15px;
}

.inforecovery {
  margin-top: 50px;
  font-size: 13px;
  color: #474747;
  line-height: 30px;
}

.inforecovery p {
  margin-bottom: 0px;
}

.regpageinfo {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 13px;
  color: #474747;
  line-height: 30px;
}

.regpageinfo p {
  margin-bottom: 0px;
}

.selectadress {
  margin-top: 30px;
}

.selectadress .title h1,
.selectadress .title h2,
.selectadress .title h3,
.selectadress .title h4,
.selectadress .title h5,
.selectadress .title h6 {
  font-size: 20px;
  color: #bb153a;
  line-height: 25px;
}

.selectadress .title a {
  border-radius: 3px;
  background-color: #d21f1f;
  font-size: 12px;
  color: #eff1f5;
  min-width: 150px;
  height: 33px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.selectadress .adressbox {
  margin-top: 30px;
  border-top: solid 1px #f7f7f7;
  background-color: white;
  -webkit-box-shadow: 0px 19px 24px 0px rgba(171, 181, 192, 0.17);
  box-shadow: 0px 19px 24px 0px rgba(171, 181, 192, 0.17);
  padding: 15px;
  display: block;
  font-size: 12.467px;
  color: #0c0c0c;
  line-height: 1.925;
}

.selectadress .adressbox ul li {
  font-size: 12.467px;
  color: #0c0c0c;
  line-height: 1.925;
}

.selectadress .adressbox ul li span {
  color: #bb153a;
  font-weight: 600;
}

.posturl {
  margin-top: 30px;
}

.posturl label {
  border-top: solid 1px #f7f7f7;
  display: block;
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 19px 24px 0px rgba(171, 181, 192, 0.17);
  box-shadow: 0px 19px 24px 0px rgba(171, 181, 192, 0.17);
  min-height: 66px;
  padding: 15px;
  line-height: 35px;
}

.posturl label input[type="radio"] {
  margin-top: 10px;
}

.posturl label div {
  text-align: center;
}

.posturl label div span {
  color: #d21f1f;
}

.payment {
  margin-top: 50px;
  background-color: white;
  -webkit-box-shadow: 0px 19px 24px 0px rgba(171, 181, 192, 0.17);
  box-shadow: 0px 19px 24px 0px rgba(171, 181, 192, 0.17);
  padding: 30px;
}

.payment .title {
  font-size: 14px;
  color: #bb153a;
  line-height: 7.194;
}

.payment .emkan {
  font-size: 12px;
  color: #7d7e80;
  line-height: 27px;
  text-align: center;
}

.payment .emkan .btn-vo-success {
  border-radius: 5px;
  background-color: #d21f1f;
  min-width: 105px;
  height: 37px;
  display: inline-block;
  border: none;
  font-size: 13px;
  color: white;
  text-align: center;
  padding: 5px 15px;
}

.payment .banks {
  margin-right: 30px;
}

.payment .banks label input[type="radio"] {
  opacity: 0;
}

.payment .banks label .item {
  border-radius: 10px;
  background-color: #fdfdfd;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(24, 72, 191, 0.15);
  box-shadow: 0px 0px 18px 0px rgba(24, 72, 191, 0.15);
  padding: 30px 15px;
  margin-right: 15px;
}

.payment .banks label input[type="radio"]:checked~.item {
  border-radius: 10px;
  background-color: #fdfdfd;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(24, 72, 191, 0.4);
  box-shadow: 0px 0px 18px 0px rgba(24, 72, 191, 0.4);
}

.payment .banks .item:first-child {
  margin-right: 0px;
}

/*# sourceMappingURL=vahab.css.map */