.form-col {
  background-color: #fff;
  border: 1px solid #66a5ad;
  border-radius: 5px;
  color: #000;
  margin: 1px;
  padding: 2px;
  height: 20px;
}

.cust-col {
  text-align: center;
  background-color: #540000;
  padding: auto;
  border: 4px groove #fdff35;
  color: white;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 5px;
}

.cust-btn {
  background-color: #474747;
  border: none;
  color: white;
  width: 90px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border-radius: 3px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.cust-btn1 {
  background-image: linear-gradient(to bottom, #00F00E, #444c44);
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

.cust-btn1:hover {
  background-image: linear-gradient(to top, #00F00E, #444c44);
  color: white;
}

.cust-btn2 {
  background-image: linear-gradient(to bottom, red, #550d0d);
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

.cust-btn2:hover {

  background-image: linear-gradient(to top, red, #550d0d);
  color: white;
}

b {
  color: #FBFE00;
}

textarea {
  overflow: auto;
  max-height: 250px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {

  .cust-btn {
    width: 15%;
  }

  .cust-col {
    width: 80%;
    padding: 10px;
  }

  textarea {
    height: auto;
    max-height: 150px;
  }

  .form-col {
    height: 25px;
  }

  .cust-btn1 {
    font-size: 0.8rem;
  }

  .cust-btn2 {
    font-size: 0.8rem;
  }

  .cust-btn {
    border-radius: 4px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 12px;
  }

  .cust-col {
    width: 95%;
    padding: 10px;
  }

  .cust-btn1 {
    font-size: 12px;
  }

  .cust-btn2 {
    font-size: 12px;
  }

  .cust-btn {
    width: 16%;
  }

  .form-col {
    height: 22px;
  }

  #tarung {
    max-width: 140px;
  }
  #str {
    max-width: 220px;
  }

}