


#l-block-form form{
  font-family: 'Klavika', Arial, Serif;
  width:100%;
 
}

#l-block-form form label{
  text-transform: uppercase;
      font-size: 12px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 6px;
}


#l-block-form form input, select{
background: #fff;
    padding: 8px 15px;
    width: 100%;
    min-height: 40px;
    border: 1px solid #ccc;
    font-family: 'Klavika', Arial, Serif;
}

#l-block-form form input[type=checkbox]{

  width:50px;
  margin-right: 10px;

}

#l-block-form form button{
  
  width:100%;
  color: #ffffff;
  border: 0;
  padding: 10px 0;
  font-weight: bold;
  margin-top: 10px;
}

#l-block-form form button:hover{
 background: linear-gradient(79.54deg, rgba(50, 50, 50, .3) 16.78%, rgba(90, 90, 90, .3) 46.33%, hsla(0, 0%, 64%, .3) 73.76%, hsla(0, 0%, 85%, .3) 94.21%);
    border-color: none;
    box-shadow: -1px 1px 0 #000, inset -1px 1px 0 hsla(0, 0%, 100%, .2);

}

#l-block-form #optinlabel{
  text-transform: inherit;
  font-weight: normal;
}

#l-block-form form .optin-label{
  font-weight: normal;
  text-transform: none;
}
@media (max-width:768px) {
  #mktoContainer .mktoForm .mktoFormRow {
    width: 100%;
  }
  #mktoContainer .mktoForm input[type=text],
  #mktoContainer .mktoForm input[type=url],
  #mktoContainer .mktoForm input[type=email],
  #mktoContainer .mktoForm input[type=tel],
  #mktoContainer .mktoForm input[type=number],
  #mktoContainer .mktoForm input[type=date],
  #mktoContainer .mktoForm textarea.mktoField,
  #mktoContainer .mktoForm select.mktoField {
    min-height: 40px;
  }
  #mktoContainer .mktoForm {
    margin: 0;
    width: 100% !important;
    padding: 0;
  }
  #mktoContainer .mktoForm .mktoFormRow {
    padding: 0;  }
}