.section-concours-femme {
  width: 750px;
  padding: 75px 0 45px;
}

form .wrapper {
  display: inline-block;
  margin: 15px 0;
}


form .wrapper label {
  display: block;
  margin-bottom: 15px;
  font-family: 'interstateCond';
  font-weight: 400;
  font-size: 22px;
  color: #484848;
  text-transform: uppercase;
}

form .wrapper input {
  height: 50px;
  line-height: 50px;
  /*width: 360px;*/
  padding: 0 20px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  transition: all 0.25s ease-in-out;
}

form .wrapper textarea {
  height: 150px;
  padding: 20px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  transition: all 0.25s ease-in-out;
}

form .wrapper input:focus, form .wrapper textarea:focus {
  border: 2px solid #484848;
}
form .wrapper .input-error input, form .wrapper .input-error textarea, .input-error .rc-anchor-light {
  border: 1px solid #df5952 !important;
  color: #df5952;
}

form .wrapper .chosen-container {
  margin: 0;
  padding: 0;
  height: 50px !important;
  width: 360px !important;
}

form .wrapper .chosen-single {
  height: 50px;
  line-height: 50px;
  width: 360px;
  padding: 0 20px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
  background: #fff;
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  box-shadow: none !important;
  transition: all 0.25s ease-in-out;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff !important;
}

.chosen-container .chosen-single b {
  height: 20px !important;
  margin: 14px 5px 14px 0 !important;
}

form .block-button {
  margin-top: 25px;
}

form .block-button * {
  vertical-align: top;
}

form .block-button p {
  display: inline-block;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
}

form .block-button .wrapper {
  margin: 0;
  float: right;
}

form .wrapper-recaptcha {
  margin: 0;
  width: auto !important;
  float: right;
  margin-top: 10px;
  margin-right: 55px;
  margin-bottom: 15px;
}

form .g-recaptcha {
  transform: scale(1.19);
  transform-origin: 0 0;
}

form .block-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-dialog {
  display: none;
  position: relative;
  height: 250px;
  width: 500px;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #484848;
}

.form-dialog h3 {
  margin-bottom: 20px;
  font-family: 'interstate';
  font-weight: 400;
  font-size: 32px;
}
.form-dialog h3.success {
  color: #00aa96;
}
.form-dialog h3.error {
  color: #df5952;
}

.form-dialog p {
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
}

.form-dialog .btn-dialog-close {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px 25px;
}

form .wrapper, form .wrapper .field, form .wrapper .field input, form .wrapper .field textarea {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section-concours-femme {
    width: 100%;
  }
  form .wrapper .chosen-container {
    width: 100% !important;
  }
  form .wrapper .chosen-single {
    width: auto;
  }
  form .wrapper-recaptcha {
    height: 75px;
  }
  form .g-recaptcha {
    position: absolute;
    left: 50%;
    transform: scale(0.9) translateX(-50%);
    transform-origin: 0 0;
  }
}
