.button-yellow {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #feaf12;
  color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}

.edittext {
  border: 5;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #feaf12;
  color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.form-table{
    width:10px;
    color:blue;
    text-align:center;
    font-size:20px;
    background-color:white;
    border: 7px solid black;
   
}