.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 370px;
  /*height: 400px;*/
  margin-left: -185px;
  margin-top: -200px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 105;
  display: none;
}

.popup + .popup-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background-color: rgba(0, 0, 0, .8);
  display: none;
}

.popup.active {
  display: block;
}

.popup.active + .popup-bg {
  display: block;
}

.popup-container {
  position: relative;
  margin: 9px;
  padding: 24px 20px;
  height: calc(100% - 18px);
  background-color: rgb(245, 245, 245);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.popup-container h3 {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: bold;
  text-transform: none;
  margin: 0 0 15px;
}

.popup-container p {
  font-size: 1.071em;
}

.popup-close {
  position: absolute;
  display: block;
  top: -12px;
  right: -12px;
  width: 22px;
  height: 22px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  /*border: 1px solid #333;*/
  background-image: url('../img/popup-close.png');
}

.country-select .selected-flag .arrow {
  display: block;
}

.popup-input {
  width: 100%;
  font-size: 1em;
  line-height: 1.071em;
}

.popup-submit-wrapper {
  margin-top: 18px;
  padding: 2% 0;
}

.popup-submit {
  width: 100%;
  background: #e80973;
  border-radius: 30px;
  color: #fff;
  border: 0 solid #e80973;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-shadow: none;
}

.popup-text-danger {
  color: red;
  margin: 1em 0;
}

.popup-label {
  color: #555;
  font-weight: bold;
  display: block;
}

.form-required {
  margin-left: 5px;
  color: red;
}

.have-bdb {
  padding-bottom: 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e3e3e3;
}
