.we-client .er {
  all: initial;
  position: relative;
  display: inline-block;
  width: 100%;
}
.we-client .er * {
  unset: all;
  width: 100%;
}
.we-client .we-client {
  max-width: 570px;
}
.we-client .we-client-confirmation {
  position: relative;
  display: block;
}
.we-client .we-client-hide {
  display: none;
}
.we-client .we-client-form {
  position: relative;
}
.we-client .we-client-messages {
  padding: 10px;
  margin-bottom: 1px;
  font-family: Montserrat !important;
  margin-right: 1.5em;
  margin-left: 1.5em;
  background-color: antiquewhite;
  font-size: 12px;
}
.we-client .we-client-confirmation {
  padding: 10px;
  margin-bottom: 1px;
  font-family: Montserrat !important;
  margin-right: 1.5em;
  margin-left: 1.5em;
  background-color: lightgreen;
  font-size: 12px;
}
.we-client .we-client-form-wrapper {
  position: relative;
  display: inline-flex;
}
.we-client .we-client-form-wrapper .checkbox label {
  font-size: 12px;
  color: #242424;
  font-weight: 400;
  line-height: 1.75em;
}
.we-client .we-client-form-wrapper .checkbox label a {
  color: #000;
  cursor: pointer;
  font-weight: 800;
}
.we-client .we-client-form-group {
  position: relative;
  padding: 0.5em 1em;
  width: 100%;
  margin-top: 0px;
}
.we-client .we-client-form-group label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 4px 0;
  color: #000;
  font-family: Montserrat !important;
}
.we-client .we-client-form-group label span {
  font-weight: 800;
}
.we-client .we-client-form-group select {
  font-family: Montserrat !important;
  box-sizing: border-box;
  border-radius: 0px;
  color: #242424;
  display: block;
  float: none;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 0px 15px;
  height: 38px;
  width: 100%;
  line-height: 1.4;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
}
.we-client .we-client-form-group input {
  font-family: Montserrat !important;
  box-sizing: border-box;
  color: #242424;
  display: block;
  float: none;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 0px 15px;
  height: 38px;
  width: 100%;
  line-height: 1.4;
  background-color: #fff;
  border-radius: 2px;
}
.we-client .we-client-form-group input::placeholder {
  color: grey !important;
  opacity: 1;
}
.we-client .we-client-form-group input[name="first_name"]::placeholder {
  color: grey !important;
}
.we-client .we-client-form-group input[name="last_name"]::placeholder {
  color: grey !important;
}
.we-client .we-client-form-group input[name="contact_facebook"]::placeholder {
  color: grey !important;
}
.we-client .we-client-form-group input[name="contact_linkedin"]::placeholder {
  color: grey !important;
}
.we-client .we-client-form-group input[name="contact_xing"]::placeholder {
  color: grey !important;
}
.we-client .we-client-form-group input[name="contact_twitter"]::placeholder {
  color: grey !important;
}
.we-client .we-client-form-group input[name="contact_phone"]::placeholder {
  color: grey !important;
}
.we-client .we-client-form-group input[name="contact_mobile"]::placeholder {
  color: grey !important;
}
.we-client .we-client-form-group input[type=checkbox] {
  cursor: pointer;
  width: 10px !important;
  height: 20px !important;
  float: left !important;
  margin-right: 10px;
  color: black !important;
  background-color: transparent !important;
  border: solid 1px #ccc !important;
  margin-bottom: 0px;
}
.we-client .we-client-form-group button {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  font-weight: 700;
  font-size: 1em;
  padding: 10px 15px;
  font-family: Montserrat !important;
  cursor: pointer;
  width: auto;
}
.we-client .we-client-form-group.error input,
.we-client .we-client-form-group.error select {
  border: 1px solid #cc0000;
}
.we-client .we-client-form-error {
  display: none;
  color: #990000;
  font-size: 12px;
  font-family: Montserrat !important;
  margin-top: 0px;
}
.we-client .we-client-form-group.error .we-client-form-error {
  display: block;
}
.we-client .hide {
  display: none !important;
}
@media (max-width: 1035px) {
  .we-client .checkbox {
    width: 100%;
  }
  .we-client .we-client-form-wrapper {
    display: block;
  }
  .we-client .we-client-form-wrapper .checkbox {
    width: 100% !important;
  }
  .we-client .we-client-form-wrapper .checkbox input[type=checkbox] {
    margin-bottom: 0px;
  }
  .we-client .we-client-form-wrapper:nth-child(2) {
    width: 100%;
  }
}
