#signup-popup-1 {
  overflow: hidden;
}
#signup-popup-1 #message {
  height: 56px;
}
#signup-popup-1.register-popup ul .form-right input {
  width: 90%;
}
#signup-popup-1 ul {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
}
#signup-popup-1 ul li {
  width: 100%;
  padding-bottom: 14px;
  clear: both;
  position: relative;
  overflow: hidden;
}
#signup-popup-1 ul li.sp1-reg-btn-cont {
  max-width: 300px;
  margin: 0 auto;
}
#signup-popup-1 #message-error {
  bottom: 5px;
}
#signup-popup-1 label.error {
  position: absolute;
  text-align: right;
  font-size: 10px;
  right: 0;
  width: 280px;
  max-width: none;
  bottom: -12px;
  z-index: 99999;
  height: 14px;
  overflow: hidden;
}
#signup-popup-1 ul .form-left {
  float: left;
}
#signup-popup-1 ul .form-right {
  width: 60%;
  float: right;
  position: relative;
  height: auto;
}
#signup-popup-1 ul .form-right p {
  margin: 0;
  /*position: absolute;*/
  left: 7px;
  top: 22px;
  color: red;
}
#signup-popup-1 ul .form-right input,
#signup-popup-1 ul .form-right select {
  width: 100%;
  height: 20px;
  border: 1px solid #000;
  padding: 0 0 0 5px;
}
#signup-popup-1 ul label {
  font-weight: 400;
}
#signup-popup-1 input[type=submit] {
  text-shadow: 1px 1px 0 #000;
  font-size: 17px;
  font-weight: 600;
  width: 262px;
  height: 44px !important;
  color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.4);
  background-color: #fd8de2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background-color: -moz-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
  /* FF3.6+ */
  background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8de2), color-stop(30%, #fd8de2), color-stop(100%, #ff56df));
  /* Chrome,Safari4+ */
  background-color: -webkit-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
  /* Chrome10+,Safari5.1+ */
  background-color: -o-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
  /* Opera 11.10+ */
  background-color: -ms-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
  /* IE10+ */
  background-color: linear-gradient(to bottom, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8de2', endColorstr='#ff56df', GradientType=0);
  /* IE6-8 */
  background-image: url('/assets/img/blink.png');
  -webkit-animation-name: myBlink;
  -webkit-animation-duration: 3s;
  -webkit-animation-direction: linear;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  /* Chrome, Safari, Opera */
  animation-name: myBlink;
  animation-duration: 3s;
  animation-direction: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  border: 1px solid #000;
  padding-left: 5px;
}
#signup-popup-1 ul p {
  font-size: 10px;
}
#signup-popup-1 .reg-form-row-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#signup-popup-1 .reg-form-row-gender {
  margin-bottom: 5px;
}
#signup-popup-1 .reg-form-row-flex label {
  margin: 0;
  top: auto !important;
}
@media (max-width: 767px) {
  #signup-popup-1 h3 {
    background: #fe6be3;
    color: #fff;
    padding: 10px;
    border-bottom: 0;
  }
  #signup-popup-1 .submit-label {
    width: 100% !important;
  }
}
#signup-popup-1.register-popup .form-head {
  margin-bottom: 20px;
}
#signup-popup-1 {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #signup-popup-1.unloged-register-popup.register-popup ul .form-right input[type=submit] {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #signup-popup-1.unloged-register-popup.register-popup ul .form-right input {
    width: 70%;
  }
  #signup-popup-1.unloged-register-popup.register-popup ul .form-right.full-width {
    width: 90%;
  }
  .signup-popup-1 textarea {
    max-width: 290px;
    margin: 0 auto;
  }
  #signup-popup-1 #message-error {
    bottom: 1px;
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 277px;
    right: 0;
  }
}
#signup-popup-1 .form-submit-btn input {
  cursor: pointer;
  text-shadow: 1px 1px 0 #000;
  font-size: 17px;
  font-weight: 600;
  width: 100%;
  height: 44px !important;
  line-height: 44px;
  color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.4);
  background-color: #fd8de2;
  background-color: -moz-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
  background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd8de2), color-stop(30%, #fd8de2), color-stop(100%, #ff56df));
  background-color: -webkit-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
  background-color: -o-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
  background-color: -ms-linear-gradient(top, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
  background-color: linear-gradient(to bottom, #fd8de2 0%, #fd8de2 30%, #ff56df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8de2', endColorstr='#ff56df', GradientType=0);
  background-image: url('/assets/img/blink.png');
  -webkit-animation-name: myBlink;
  -webkit-animation-duration: 3s;
  -webkit-animation-direction: linear;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: myBlink;
  animation-duration: 3s;
  animation-direction: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  border: 1px solid #000;
  padding: 0;
  text-align: center;
}
#signup-popup-1 .form-submit-btn input.submit-half {
  float: right;
  width: 47%;
}
.form-input-2 .volgende,
#signup-popup-1 .form-input-2 .submit-half {
  float: right;
  width: 124px;
  margin-left: 10px;
}
#signup-popup-1 .form-input-alt .submit-half {
  float: right;
  width: 47%;
}
@media only screen and (max-width: 767px) {
  #signup-popup-1 .form-submit-btn input {
    font-size: 12px;
  }
  .signup-popup-1 textarea {
    max-width: 260px;
    margin: 0 auto;
  }
  #signup-popup-1 #message-error {
    max-width: 247px;
  }
}
@media only screen and (max-width: 500px) {
  .form-input-2 .volgende,
  .form-input-2 .vorige,
  #signup-popup-1 .form-input-2 .submit-half {
    width: 90px;
    font-size: 12px;
  }
  #signup-popup-1 ul li.sp1-reg-btn-cont {
    max-width: 300px;
    margin: 0 auto;
    padding: 0 15px;
  }
  #signup-popup-1 ul p.privacy-agb-noty {
    font-size: 9px;
  }
}
