body {
	background: url("images/bg_pattern.png");
}
span {
	color: red;
	font-style: arial;
}


.section_tittle{
	margin-top: 50px;
}

.card {
	border-radius: 0;
	border: 0;
}

.card > .card-header{
	background: transparent;
	border-bottom: 1px solid #eee;
}

.form-control{
	border-radius: 0;
}

.form-control:focus{
	box-shadow: none;
}

.icon-user{
	position: absolute;
	top: 18px;
	right: 18px;
	font-size: 40px;
}

.sub-title{
	font-size: 12;
	color: 727272;
	margin-top: 5px;
	display: block;
}

.mt-12{
	margin-top: 90px;
}

.border-box{
	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
	border: 1px solid rgba(171,169,169,0,06);
}

.btn {
	border-radius: 0;
}

.input-group-text{
	background: transparent;
	border-radius: 0;
}

