@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

form { max-width:820px; margin:50px auto;  justify-content: center; margin: auto;}

.feedback-input {
  color:white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: black;
  border:2px solid #00FFFF;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: 'barmo';
  width: 100%;
  max-width: 300px;
  height: 75px;
  margin:auto;
  justify-content: center;
  text-align: center;
  background:#000000;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:white;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}
[type="submit"]:hover { background:#00FFFF; color: #000000;}

iframe {border: 5px #00FFFF;}