form input[type="text"], form input[type="password"], form select, form textarea, form input[type="number"], form input[type="email"] {
	border: 1px solid #3D5998;
	background-color: #F4F4F4 !important;
	border-radius: 4px;
	color: #5D82A7;
}

form textarea {
	min-height: 150px;
}

form label {
	font-size: 1rem;
	color: #5D82A7;
	font-weight: normal;
}

form input[type="submit"], form input[type="reset"] {
	border: 2px solid #5D82A7;
	padding: 0.9375rem 1.25rem;
	color: #3D5998;
	background-color: transparent;
	cursor: pointer;
}

form input[type="submit"]:hover, form input[type="reset"]:hover {
	background-color: rgba(93, 116, 167, 0.07);
}

.rmheader {
	font-size: 18px;
	color: #2bb673;
	line-height: 1.4;
	padding: 0 1rem;
	text-align: center;
}

.rmagic .rmrow .rmfield label {
	font-weight: 400;
}

.rmagic .buttonarea {
	margin-top: 0;
}

@media only screen and (min-width: 640px) {
	.rmagic .rmrow, #rm_login_form .rmrow:not(last-child) {
		display: block;
		float: left;
		position: inherit;
		padding: 5px 0px 5px 15px;
		min-height: 60px;
		width: 48%;
		margin-right: 2%;
	}
}

#rm_login_form-element-0 + .rmrow + .rmrow + .rmrow {
	display: none;
}

.buttonarea {
	text-align: center;
}

.rm_forgot_pass {
	display: none;
}

.search-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: 1px solid black;
	box-shadow: none;
	outline: 0;
	padding-left: 40px;
	padding-right: 20px;
	border-radius: 0;
}

.search-input:focus {
	border: none;
	box-shadow: none;
	border-bottom-color: currentcolor;
	border-bottom: 1px solid black;
	background-color: transparent;
}