body {

	background: white!important;
  
  }


.box .box-subtitle {

	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;

}

.centered-text {

	text-align: center;

}

.box-footer {

	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;

}

.editor-text p{

	line-height: 20px!important;

}

.editor-text img {

	max-width: 100%!important;

}

.box-content a {

	text-decoration: none;
	color: blue;
	line-height: 20px;
	cursor: pointer;

}

.text-inline {

	display: block;

}

.text-inline a{

	display: block;

}

.form {

	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;

}

.form input {

	width: 80%;
	height: 25px;
	border: 1px solid #e0d9d9;
	outline: none;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 3px;

}

.form textarea {

	width: 80%;
	height: 200px;
	border: 1px solid #e0d9d9;
	outline: none;
	margin-left: 10%;
	margin-right: 10%;
	border-radius: 3px;
	resize:none;

}

.form label {

	display: block;
	margin-left: 10%;
	padding-top: 5px;
	padding-bottom: 5px;

}

.form .btn {

	margin-left: 10%;

}

.btn {

	width: 150px;
	height: 45px;
	background: #75b775;
	border:none;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
	color: white;
	font-size: 18px;

}

.error {

	color: red;

}

.contact-info {

	padding-left: 10%;

}