.container-khyzer {
  margin:auto;
  width:99%;
  font-family: Century Gothic;
  font-size: 17px;
  color:black;
  max-width:600px;
  
    box-sizing: border-box;
background-color:rgba(0,0,0,0.5);

  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: 'Sarabun', sans-serif;
  color: solid black;
  opacity: 9; /* Firefox */
}


input.khyzer[type=text], select, textarea{
  margin:auto;
  width: 100%;
  font-family: Century Gothic;
  font-size: 15px;
  color: white;

  height:auto;

  padding: 12px;
  
   border:none;
    border-left: 0px solid white;
        border-right: 0px solid white;
        border-bottom:1px solid #4c4c4c;

  border-radius: 0px;

    box-sizing: border-box;
  resize: vertical;
text-align: center;

background-color: rgba(0,0,0,0.5);

}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}




label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font size:20px;
  font-weight:bold;
  margin-top: 1px;
  text-align: none;

}


.col-100 {
  float: left;
  width: 100%;
  margin-top: 8px;

}



.col-25 {
  float: left;
  width: 45%;
  margin-top: 8px;

}



.col-75 {
  float: left;
  width: 50%;
    margin-top: 8px;

}



.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .col-25, .col-75, input.khyzer[type=button],input.khyzerreset[type=reset] {
    width: 100%;
    margin-top: 0;
  }
}