html, body {
	background: #ffffff;
}
.login {
	position: relative;
	top: 25px;
	color: black;
	text-decoration: none;
}

.login_form {
	margin-top: 20px;
}


.row.gray {
	background: #edeef1;
	margin-top: 20px;
	border-top: 1px solid #d3d6dc;
}

.frame {
	border: 1px solid #d3d6dc;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.frame h4 {
	font-family: Helvetica;
}

.frame .btn {
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #3ea9f5;
	background-image: none;
	border: none;
}

.frame input {
	border: none;
}

.pricingBgBlue h3.panel-heading {
	background-color: #3ea9f5;
	background-image: none;
	color: white;
}

.lgBlue {
	color: #3ea9f5;
	font-weight: bold;
}

.lgRed {
	color: #a94442;
	font-weight: normal;
}
.xlIcon {
	font-size: 3.5em;
	color: #3ea9f5;
}
.iconTd {
	vertical-align: middle;
	text-align: center;
	padding-right: 20px;
}
.descTd {
	vertical-align: middle;
	text-align: left;
}