.container-khyzer {

  margin:auto;
  width:80%;
font-family: Century Gothic;
  color:black;
  max-width:450px;
  
  
  padding: 0px;
  border: none;
  border-radius:0px;
  box-sizing: border-box;
  

background-color:white;

  
}

.kzr-result
{
color:#E74C3C;font-weight:bold;font-size:60px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
font-family: 'Montserrat', sans-serif;
color: white;
font-size: 12px;
}

label {
  display: inline-block;
  font-size:14px;
  font-weight: none;
  margin-top: 22px;
  text-align: none;

}

input.khyzer[type=text],input.khyzer[type=email], select, textarea{
  margin:auto;
  width: 100%;
  max-width: 300px;

  font-size: 14px;
    padding: 6px;
    margin-top: 0px;

font-family: 'Montserrat', sans-serif;
color:white;
  font-weight: bold;

text-align: none;
  height:auto;
  border:none;
    border-left: 0px solid black;
        border-right: 0px solid white;
        border-bottom:1.5px solid white;


  border-radius: 2px;

    box-sizing: border-box;
  resize: vertical;
text-align: center;

background-color:#9B59B6;
}

input[type=text]:focus {
  border-bottom: 2.5px 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;
;
  
}


.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%;
  }


}