/* All styles created for demo purposes only, you may not need this for your project */
.demo-button button {
  margin-bottom: 5px; }

.demo-icons li {
  margin-bottom: 50px;
  text-align: center; }

.demo-icons .lnr,
.demo-icons .fa {
  font-size: 28px; }

.demo-icons .cssclass {
  display: block;
  margin-top: 5px;
  margin-left: 5px; }

/*# sourceMappingURL=demo.css.map */

.error {
	display: block;
	font-size: 12px;
	font-style: oblique;
	color: red;
}

.brand-text {
	text-transform: uppercase;
	font-weight: 900;
}

.brand-text-color {
	color: #00AAFF;
}

legend {
	font-weight: lighter;
	font-size: 16px;
	font-style: oblique;
}

/********************* profile style *****************************/

.profile-left {
	position: static;
	padding-bottom: 15px;
}

.profile-right {
	min-height: 450px;
}

.profile-info {
	font-size: 14px;
}

@media screen and (max-width: 992px) {
	.profile-right {
		min-height: inherit;
	}	
}

