.btn:focus, .form-control:focus {
  box-shadow: none;
}

.contact {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  background: url(../../assets/img/Background/background-contact-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.contact .contact-form {
  padding: 60px 0 60px 45px;
}

.contact .contact-form h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 25px;
  color: #3FC0DC;
  margin-bottom: 2px;
}

.contact .contact-form input {
  padding: 15px 0;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #3FC0DC;
}

.contact .contact-form textarea {
  height: 60px;
  padding: 15px 0;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #3FC0DC;
}

