/*********************************CONTACT*********************************/

#contact {
  padding: 30px;
  background-color: #FFFFFF;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#contact p {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}

#contact input[type=text] {
  background: #f7f7f7;
  border: 1px solid #e3e3e3;
  color: #1d1d1d;
  height: 40px;
  padding: 5px 10px;
  width: 100%;
  border-radius: 5px;
  margin-top: 0.5em;
  appearance: none;
  outline: none;
  transition: border .1s ease;
  font-size: .9rem;
  font-family: "Noto Sans", sans-serif;
}

#contact textarea {
  padding: 10px 10px;
  background: #f7f7f7;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  width: 100%;
  margin-top: 0.5em;
  min-height: 150px;
  appearance: none;
  outline: none;
  transition: border .1s ease;
  font-size: .9rem;
  font-family: "Noto Sans", sans-serif;
}

#contact input[type=text]:focus,
#contact textarea:focus {
  border: 2px solid #1c74b3;
}

.alert {
  margin: 15px 0px 10px 0px;
  padding: 5px 5px 5px 5px;
  display: block;
  background-color: #FFFFCC;
  color: #1d1d1d;
  font-size: 1em;
  text-align: justify;
  border: 1px solid #e3e3e3;
}
