/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

/* Rapidmail Integrationsanpassungen bezüglich Design START */
.rm-form-container {
	padding-left: 0px;
}

.rm-form-container label {
	font-size: 16px;
	line-height: 16px;
	color: #444444;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	margin: 0px;
}

.rm-form-container input {
	color: #444444;
	background-color: #ffffff;
	border: solid 1px #cdcdcd;
	min-height: 33px;
	line-height: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.rm-form-container input[type=submit] {
	background-color: rgb(1, 160, 226);
	color: #ffffff;
	border: none;
	font-size: 14px;
	margin: 0px;
	line-height: 40px;
	width: 100%;
	max-width: 200px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

/* Rapidmail Integrationsanpassungen bezüglich Design ENDE */