.adpost-modal {
  display: none;
  position: fixed;
  z-index: 20;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  font-size: 1rem;
}

.adpost-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 35%;
}

.adpost-modal-content p {
  font-size: 1rem;
  color: #000000;
}

.adpost-modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.adpost-modal-close:hover,
.adpost-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.ez-register-form-container {
    max-width: 100%;
}

.ez-register-form-container a.fb_connect span.wrapper span {
    font-size: 1rem;
}

.ez-register-form-container button {
    font-size: 1rem;
    border: 0;
    padding: 15px;
}

#ez-register-form-bornDate {
    display: flex;
}

#ez-register-form-bornDate .col-xs-4 {
    width: 33.33%;
}

#ez-register-form-bornDate .col-xs-4 input {
    width: 100%;
    height: 51px;
}

.ez-register-form-container .select2 {
    border: 1px solid #F2F2F2;
}

.ez-register-form-container form .control-label {
    background: none;
}

@media all and (max-width: 1200px) {
    .adpost-modal-content {
      width: 50%;
    }
}

@media all and (max-width: 800px) {
    .adpost-modal-content {
      width: 75%;
    }
}

@media all and (max-width: 500px) {
    .adpost-modal-content {
      width: 90%;
    }
}
