html, body {
	background: #fff !important;
	height: auto !important;
}
body {
	background: #fff !important;
	height: auto !important;
}

.frame_content {
	background: #fff !important;
	padding: 20px 40px 10px 40px;
	overflow: auto;
}

h1 {
	color: rgb(75, 73, 73);
    font-family: Forum;
    font-size: 30px;
    line-height: 53px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.form h4 {
	margin-top: 10px;
	font-size: 14px;
	color:#9b0f2c; 
	text-align:center;
}

.form button {
	margin-top: 15px;
	width: 100%;
}

.form-group:not(:first-child) {
	position: relative;
	margin-top: 15px;
}

.has-error input, .has-error textarea {
	color: red;
	border: 1px solid red !important;
}
.form_error {
	color: red;
	border: 1px solid red !important;
}
.error-block {
	color: red;
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 11px;
}

.required:before {
	position: absolute;
	top: 11px;
	left: -14px;
	content: '*';
	color: red;
	font-size: 14px;
}

@media (max-width: 1400px) {
	.form button {
		margin-top: 10px;
		width: 100%;
	}
	.form-group:not(:first-child) {
		margin-top: 10px;
	}

	.frame_content {
		padding: 15px 30px 15px 30px;
	}

	#fid-text {
		height: 80px;
	}
}