 /**for small screen devices**/
@media only screen
and (max-width : 350px)  {
  .template_form{width: 86%;}
}
