.page-contact {
  background: linear-gradient(-45deg, #1391a5, #274685);
}

.page-contact h1 {
  margin-bottom: 40px;
}

.page-contact label {
  color: #fff;
}

.page-contact .btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: -30px;
}

.page-contact .help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

.page-contact input[type="text"],
.page-contact input[type="email"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid blue;
  border-radius: 4px;
}

.page-contact textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid blue;
  border-radius: 4px;
}

.page-contact .button {
  background-color: #04aa6d;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.page-contact .button:hover {
  background-color: #90ee90;
}

/* Keep page-specific highlighted links in contact hero content */
.page-contact #main .hero-text-image p a,
.page-contact #main .hero-text-image p a:visited,
.page-contact #main .hero-text-image p a:hover {
  color: #ffff00;
}
