.contact-form {
  padding-bottom: 10px;
}

.msg_error {
  color: #f44336;
  font-size: 12px;
  font-weight: 600;
  padding-left: 2px;
  padding-bottom: 8px;
}

.msg_success {
  color: #3ea3f8;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  display: none;

}


@keyframes rotation {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}
