#register-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: auto;
  z-index: 13;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  /* end of col-left */
  /* end of col-right */
}

#register-popup .close-popup {
  position: absolute;
  top: -18px;
  right: -18px;
  background-color: transparent;
  cursor: pointer;
  height: 50px;
  width: 50px;
}

#register-popup .close-popup img {
  width: 100%;
  height: 100%;
}

#register-popup .header-bar {
  background-color: #d5c497;
  text-align: center;
  color: #ffffff;
  padding: 4px;
}

#register-popup .col-left {
  width: 48%;
  float: left;
  padding-left: 10px;
}

#register-popup .col-left .heading {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #d5c497;
  padding: 10px;
}

#register-popup .col-left .field {
  width: 100%;
  padding: 10px 0;
}

#register-popup .col-left .field .in-text {
  border: solid 1px #d5c497;
  width: 100%;
  padding: 4px;
}

#register-popup .col-left .field .in-btn {
  border: solid 1px #d5c497;
  background-color: #d5c497;
  color: #ffffff;
  cursor: pointer;
}

#register-popup .col-vr {
  width: 5px;
  height: 100%;
  float: left;
  background-color: #d5c497;
}

#register-popup .col-right {
  width: 48%;
  float: right;
  padding-right: 10px;
}

#register-popup .col-right .heading {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #d5c497;
  padding: 10px;
}

#register-popup .col-right .field {
  width: 100%;
  padding: 10px 0;
}

#register-popup .col-right .field .in-text {
  border: solid 1px #d5c497;
  width: 100%;
  padding: 4px;
}

#register-popup .col-right .field .in-btn {
  border: solid 1px #d5c497;
  background-color: #d5c497;
  color: #ffffff;
  cursor: pointer;
}

#register-popup .col-right .btn-field .in-btn {
  float: left;
  text-align: center;
}

#register-popup .col-right .btn-field .forgot-password {
  float: right;
  cursor: pointer;
}
/*# sourceMappingURL=register-popup.css.map */