.textbreaker {
  width: 50%;
  border: 5px 0 0 0;
  padding-left: 0;
  padding-right: 0;
  border-color: var(--light-grey);
  border-style: solid;
  margin: 60px auto 60px;
}

.button-grey {
  font-size: 18px;
  width: 350px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 15px;
  font-family: "Avenir Next", "Verdana", "Arial";
  text-align: center;
  vertical-align: text-bottom;
  color: var(--black);
  background-color: var(--grey);
  opacity: 0.8;
  transition: 0.4s;
  color: var(--light-grey);
}

.button-grey:hover {
  opacity: 1;
}

.button-gn:checked {
  font-size: 18px;
  width: 350px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 15px;
  font-family: "Avenir Next", "Verdana", "Arial";
  text-align: center;
  vertical-align: text-bottom;
  background-color: var(--turkis);
  opacity: 1;
  color: var(--light-grey);
  transition: 0.4s;
}

label:empty {
  margin-top: -1.7em;
  font-size: 20px;
  position: absolute;
}

label-active {
  font-size: 14px;
  color: var(--turkis);
  margin-top: 0;
  background-color: yellow;
  transition: 0.25s;
}

input[type="text"]:focus + label[for="name"] {
  font-size: 14px;
  color: var(--turkis);
  margin-top: 0;
  transition: 0.25s;
}

input[type="text"]:focus + label[for="email"] {
  font-size: 14px;
  color: var(--turkis);
  margin-top: 0;
  transition: 0.25s;
}

input[type="text"]:focus + label[for="subject"] {
  font-size: 14px;
  color: var(--turkis);
  margin-top: 0;
  transition: 0.25s;
}

textarea[type="text"]:focus + label[for="message"] {
  font-size: 14px;
  color: var(--turkis);
  margin-top: 0;
  transition: 0.25s;
}

@media (max-width: 991.98px) {
  .textbreaker {
    margin: 30px auto 30px;
  }
}
