

#fs-frm{margin-bottom:0;margin-top:40px;}
option{ font-weight:400!important; font-family: 'Roboto', sans-serif!important;color:#19082d;}

/* reset */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm #card-element:disabled {
  font-size: 100%;
  border-bottom: 1px solid #DEDEDE;
  border-top:0;
  border-left:0;
  border-right:0;
  border-radius: 0;
  display: block;
  width: 100%;
  margin: 0 0 40px 0;
}
#fs-frm legend,
#fs-frm select,
#fs-frm ::placeholder,
#fs-frm #disabled {
	color:#19082d;
	opacity:1;
  display: block;
  background:#fff;
	font-size:1em;
	font-family:'Roboto'!important;
}
#fs-frm label {
	color:#19082d!important;
	font-weight:normal;
	opacity:1;
  display: block;
	font-size:1em;
	line-height:1em;
	margin-bottom:0;
}

#fs-frm input,
#fs-frm textarea{
  box-sizing:border-box;
  padding: 5px 0;
  height:36px;
  color:#19082d;
  background:transparent;
  font-family: 'Roboto', sans-serif;
}


#fs-frm select#event{
  background:#fff;
  background:transparent;
  box-sizing:border-box;
  padding: 0 0;
  height:36px;
  color:#19082d;
  font: 'Roboto', sans-serif!important;
}


#fs-frm input#date{height:36px;padding:0 0; background:transparent;}

#fs-frm textarea#message{height:72px!important;margin-bottom:0;resize:none;}

#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
  background:transparent;
outline:none;
border-bottom:1px solid #0072f5;
color:#19082d!important;
box-sizing:border-box;
}
#fs-frm input  {
  width: 100%;
}
#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
	width:auto;
	margin-top:40px;
height:auto;
background:#0072f5;
  color: #fff;
  padding:  12px 45px;
  text-transform:uppercase;
  border-radius: 30px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid transparent;
  font-family: 'Roboto', sans-serif;
	 display:inline-block;
}
#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus,
#fs-frm [type="button"]:hover,
#fs-frm [type="submit"]:hover,
#fs-frm [type="reset"]:hover,
#fs-frm [type="button"]:active,
#fs-frm [type="submit"]:active,
#fs-frm [type="reset"]:active
 {
	 color:#0072f5;
	background:transparent;border:1px solid #0072f5;
  outline: none;
}


#fs-frm.trans label{color:#fff!important;}
#fs-frm.trans legend,
#fs-frm.trans select,
#fs-frm.trans ::placeholder,
#fs-frm.trans #disabled {
	color:#fff;
	opacity:1;
  display: block;
	font-size:1em;
	font-family:'Roboto'!important;
}


#fs-frm.trans input:focus,
#fs-frm.trans select:focus,
#fs-frm.trans textarea:focus {
outline:none;
border-bottom:1px solid #fff;
color:#fff!important;
box-sizing:border-box;
}

#fs-frm.trans input,
#fs-frm.trans textarea {
	background:transparent;
color:#fff!important;
}


#fs-frm.trans select#event{
  background:transparent;
  color:#fff;
}


#fs-frm.trans input#date{height:36px;padding:0 10px;background:transparent;}

#fs-frm.trans [type="submit"],
#fs-frm.trans [type="reset"]{
background:#fff;
  color: #071d33!important;
  margin-bottom:0!important;
}
#fs-frm.trans [type="submit"]:focus,
#fs-frm.trans [type="submit"]:hover,
#fs-frm.trans [type="submit"]:active,
#fs-frm.trans [type="reset"]:focus,
#fs-frm.trans [type="reset"]:hover,
#fs-frm.trans [type="reset"]:active
 {
	 color:#fff!important;
	background:transparent!important;
	border:1px solid #fff;
  outline: none;
}
