.social {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 2px solid #769494;
  border-radius: 10px;
  color: #769494;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 0px 20px 0px #0000001A;
}

.social i {
  margin: auto;
  font-size: 1.5rem;
}

.social p {
  margin-top: 5px;
}

form label {
  display: block;
}

.bg-pattern {
  position: relative;
}

.bg-pattern form {
  position: relative;
  z-index: 3;
}

.bg-pattern::before {
  content: "";
  background-color: #769494;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bg-pattern::after {
  content: "";
  background-image: url(/images/pattern3.png?b8f3839507d049511d02b3f3dcf0809a);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1;
}
