.container-khyzer {

  margin:auto;
  width:80%;
font-family: 'Montserrat', sans-serif;
  color:black;
  max-width:750px;
  
  
  padding: 20px;
  border: none;
  border-radius:0px;
  box-sizing: border-box;
  

background-color:white;

  
}

.kzr-result
{
color:black;font-weight:bold;font-size:60px;
}



header.khyzer{

  padding: 12px;
  background-color:#dd3333;
  box-sizing: border-box;
  margin:auto;width:100%;

font-family: 'Montserrat', sans-serif;;
font-size:15px;
text-align: none;
color:white;
font-weight:none;
height:auto;


}

header.title{
font-family: 'Montserrat', sans-serif;
color:white;
  padding: 0px;
  background-color:background-color:rgba(0,0,0,0.5);
  box-sizing: border-box;

font-size:30px;
font-weight: bold;
height:auto;


}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
font-family: 'Montserrat', sans-serif;
;
  opacity: 9; /* Firefox */
}


input.khyzer[type=text],input.khyzer[type=email], select, textarea{
  margin:auto;
  width: 100%;

  font-size: 14px;
font-family: 'Montserrat', sans-serif;
color:black;
  font-weight: bold;

text-align: none;
  height:auto;
  padding: 12px;
  border:none;
    border-left: 0px solid white;
        border-right: 0px solid white;
        border-bottom:1px solid black;


  border-radius: 8px;

    box-sizing: border-box;
  resize: vertical;
text-align: center;

margin-top: 14px;
background-color:white;
}

input[type=text]:focus {
  border-bottom: 2px solid white;
}



select option {
    
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

select.khyzer_select[type=text]{
  width: 100%;
  height:auto;
  box-sizing: border-box;
  resize: vertical;
  font-size: 14px;
  font-weight: bold;
font-family: 'Montserrat', sans-serif;
;
  
}



label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font size:20px;
  font-weight: none;
  margin-top: 20px;
  text-align: none;
  color:black;

}

input.khyzer[type=button]{
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  float: right;
  width:100%;
}

input.khyzerreset[type=reset]{
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  float: right;
    width:100%;

}


.col-25 {
  float: left;
  text-align: left;
  width: 60%;
  margin-top: 8px;

}



.col-75 {
  float: right;
  text-align: left;
  width: 40%;
    margin-top: 8px;

}

.col-25-text {
  float: left;
  text-align: right;
  color:#AED6F1;
  width: 55%;
  margin-top: 0px;

}

.col-75-text {
  float: right;
  text-align: left;
  width: 40%;
    margin-top: 8px;

}

.col-mail_1 {
  float: left;
  width: 30%;
  margin-top: 8px;

}



.col-mail_2 {
  float: left;
  width: 70%;
    margin-top: 8px;

}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .col-25, .col-75,.col-mail_1,.col-mail_2, input.khyzer[type=button],input.khyzerreset[type=reset] {
    width: 100%;
    margin-top: 0;
  }


 input.khyzer[type=text], select, textarea{
margin-top: 0px;
}


.container-khyzer {
  margin:auto;
  width:98%;
  }


}