input[type=checkbox],input[type=radio]{
 cursor: pointer;
}
.form_div{
height: 43px;
margin-bottom: 15px;
}
.label_div{
float:left;
width:35%;
height:43px;
padding-top: 10px;
text-align: center;
color: #393939;
font-family: 'Raleway', sans-serif;

}
.input_div{
float:left;
width:65%;
height:43px;
}
.text{
  height: auto;
  margin: 0;
  outline: 0;
  padding: 10px;
  width: 100%;
  width: 300px;
  margin-bottom: 15px;
}
.form_event {
  max-width: 300px;
  margin: 10px auto;
  padding: 50px 20px;
  background: #f4f7f8;
  /*border-radius: 8px;
  border:solid 1px;*/
}

@media screen and (min-width: 480px) {

  .form_event {
    max-width: 680px;
  }

}


