* {
  font-family: 'Open Sans', Arial, sans-serif;
}

body {
  background-color: transparent;
}

form.form h1,
form.form h2,
form.form h3,
form.form h4,
form.form h5,
form.form h6,
form.form ul li,
form.form p {
  color: #a7a9ac !important;
  padding: 0 15px !important;
}

form.form input.text,
form.form textarea.standard,
form.form select,
form.form input.date {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  color: #a7a9ac;
  border: solid 1px #a7a9ac !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

form.form textarea.standard {
  height: 120px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 1em;
}

form.form p.form-field label {
  font-size: 16px;
  font-weight: normal;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #a7a9ac;
}

form.form p.submit input {
  background-color: #5CBAB0 !important;
  border: solid 1px #5CBAB0 !important;
  font-size: 16px !important;
  color: #fff;
  margin-top: 14px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  width: 100%;
  font-style: none;
  width: 100% !important;
}

form.form p.submit {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  text-align: left;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  clear: both !important;
}

form.form p.submit:hover {
  text-decoration: none;
  color: #fff;
  opacity: .9;
}

form.form p {
  color: #a7a9ac;
  margin: 1em auto 1em;
  padding: 0 15px;
}

form.form p.form-field.required label,
form.form span.required label {
  font-weight: normal;
}

p.errors,
p.error {
  color: #dc070b !important;
}

.red-background,
form.form p.form-field.errors {
  font-weight: normal;
  margin-bottom: 1em;
  padding-left: .5em;
  color: #ff0909 !important;
  background-color: transparent !important;
}

form.form p.form-field.required label,
form.form span.required label {
  background: none !important;
}

form.form p.form-field.required label.field-label:after {
  content: ' *';
}

form.form p.form-field.error input,
form.form p.form-field.error select,
form.form p.form-field.error textarea.standard {
  border: 1px solid #ff0808 !important;
  background-color: transparent;
}

p.error.no-label {
  display: none;
}

label.inline {
  display: inline !important;
  padding-left: 5px;
  display: block !important;
  width: 90% !important;
  float: left;
}

form.form input[type=checkbox],
input[type=radio] {
  float: left !important;
  margin: 6px 0 0;
}

form.form select {
  text-indent: 16px;
  color: #a7a9ac;
  font-weight: 400;
}

::placeholder {
  color: #a7a9ac;
}

:-ms-input-placeholder,
::-webkit-input-placeholder,
:-moz-placeholder {
  /* style */
  -webkit-appearance: none;
  appearance: none;
  width: 100% !important;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #a7a9ac;
  padding: 13px 10px;
  margin: 0 0 15px;
}

form.form p.form-field {
  margin-bottom: 2em !important;
  color: #a7a9ac;
}

.p-first-of-type {
  margin: 1em auto;
  color: #a7a9ac;
  font-size: 2em;
  text-align: center;
  font-family: "Roboto", Arial, sans-serif;
}

p.form-field.pd-checkbox > span > span,
p.form-field.pd-radio > span > span {
  display: block !important;
}

.clear {
  clear: both !important;
}

p.form-field.pd-checkbox > span > span, p.form-field.pd-radio > span > span {
  display: block !important;
  margin: 1em 0;
}

p.form-field span {
  float: left;
  width: 100%;
}

p.form-field span span label {
  color: red;
  padding-right: 3px;
  padding-top: 0 !important;
}

@media screen and (max-width: 650px) {
  .hund {
    width: 100% !important;
    height: auto !important;
  }
}

/*# sourceMappingURL=default-form.css.map */
