.formResponsive input[type="text"],
.formResponsive input[type="password"],
.formResponsive select,
.formResponsive textarea {
	width: 100% !important;
	max-width: 240px !important;
}
.rstpl-module .formResponsive input {
	border-radius: 0px !important;
}
.formResponsive input[type="text"],
.formResponsive input[type="password"],
.formResponsive input[type="file"] {
	 border-radius: 0;
	 box-shadow: none;
	 height: 40px;
	 padding: 10px;
}
.formResponsive select {
	padding: 10px;
}
.formResponsive input[type="text"]:focus,
.formResponsive input[type="password"]:focus,
.formResponsive input[type="file"]:focus,
.formResponsive select:focus {
	box-shadow:none !important;
	border-radius:0px !important;
}
#rstpl-com_rsform button[type="button"],
.formResponsive input[type="button"],
.formResponsive input[type="submit"],
.formResponsive input[type="reset"],
.rsform-submit-button,
.rsform-reset-button {
	background-image: none;
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-width: 4px; 
	font-weight: 700;
	line-height: 26px;
	padding: 5px 24px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all .4s linear 0s;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
}
#rstpl-com_rsform button[type="button"]:hover,
.formResponsive input[type="button"]:hover,
.formResponsive input[type="submit"]:hover,
.formResponsive input[type="reset"]:hover,
.rsform-submit-button:hover,
.rsform-reset-button:hover {
	text-shadow: none;
	transition: all .4s linear 0s;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
}
#rstpl-com_rsform button[type="button"], .formResponsive input[type="button"] {
	margin-right: 5px;
}
#rstpl-com_rsform button[type="button"].rsform-calendar-button, .formResponsive input[type="button"].rsform-calendar-button {
	margin-bottom: 9px;
}