/**
 * @file
 * Customizations to download file component.
 */
.form---contact-team{
  min-height: 350px;
}

.form---contact-team form input[name='submit'] {
  display: block;
  width: 230px;
  margin: 15px auto 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(0, 160, 221);
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  clear: both;
  border: none;
  line-height: 70px;
  height: 70px !important;
}

.form---contact-team form  label {
  font-family: effra, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin: 0 auto;
}

.form---contact-team form  textarea,
.form---contact-team form  input {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  border: navajowhite;
  border-bottom: 1px solid #cccccc;
  height: 50px;
  line-height: 50px;
}

.form---contact-team form  textarea {
  line-height: 22px;
  min-width: 100%;
}

.form---contact-team .submited-text {
  margin: 70px 0px;
}
