/* Custom RSForm Absende button */
.custom-submit, .custom-reset {
	border: #bbbbbb 1px solid !important;
	color: #ffffff !important;
	padding: 15px !important;
	min-width: 250px !important;
	text-align: center !important;
	box-shadow: #4d4d4d 0px 2px 2px -1px !important;
	-moz-box-shadow: #4d4d4d 0px 2px 2px -1px !important;
	-webkit-box-shadow: #4d4d4d 0px 2px 2px -1px !important;
	font-size: 16px !important;
}

.custom-submit[type="submit"] {
	background: #ef7215 !important;
}

.custom-submit[type="submit"]:hover {
  background: #006fff !important;
}

.custom-reset[type="reset"] {
	background: #bd362f !important;
}
