input {
  height: 28px;
}

textarea {
  resize: none;
}

select {
  background: white;
  color: #717171;
}

textarea,
input,
select {
  width: 100%;
  border: 1px solid #ececec;
  margin-right: 10px;
  margin-bottom: 20px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-family: Verdana;
  padding: 8px;
}
textarea:valid,
input:valid,
select:valid {
  box-shadow: 0 3px 1px -2px rgba(20, 109, 8, 0.15), 0 2px 2px 0 rgba(20, 109, 8, 0.15), 0 1px 5px 0 rgba(20, 109, 8, 0.15);
  background: #f1fff4;
}
textarea:optional,
input:optional,
select:optional {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  background: white;
}
textarea:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: none;
}
@media (max-width: 750px) {
  textarea,
  input,
  select {
    padding: 8px 0px 8px 8px;
  }
}

.contact-image {
  width: 90%;
  max-width: 750px;
}

.form-row {
  width: 100%;
  max-width: 800px;
}
@media (min-width: 750px) {
  .form-row {
    margin-top: 10px;
    display: flex;
  }
}
@media (max-width: 750px) {
  .form-row {
    width: 80%;
  }
}

.form-box {
  padding: 0 20px;
  margin-top: 45px;
  font-family: Verdana;
}
@media (max-width: 750px) {
  .form-box {
    width: 95%;
  }
}

.form-button {
  font-size: 18px;
  padding: 13px 30px;
  margin-top: 25px;
}
.form-button:disabled {
  background: grey;
}

.motivation-title {
  width: 350px;
  margin-top: 7px;
  color: rgb(17, 82, 57);
  margin-left: 7px;
}
@media (max-width: 750px) {
  .motivation-title {
    margin-bottom: 15px;
  }
}

.phone-image {
  width: 100%;
  max-width: 270px;
  margin-left: 10px;
}
@media (max-width: 750px) {
  .phone-image {
    margin-top: 20px;
  }
}

.leave-message-title {
  font-family: Verdana;
  font-size: 30px;
  color: rgb(17, 82, 57);
}
@media (max-width: 750px) {
  .leave-message-title {
    font-size: 20px;
  }
}

.phone-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 750px) and (max-width: 1200px) {
  .phone-wrapper {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .phone-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.note-client-wrapper {
  width: 75%;
}
@media (max-width: 750px) {
  .note-client-wrapper {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=contact.css.map */