@font-face {
    font-family: myFont;
    src: url('../fonts/Amiri-Regular.ttf');
}

body, h1,h2,h3,h4,h5,h6{
	font-family: myFont, verdana, candara !important;
	font-size: 14px;
}

.panel{
	margin-bottom: 0 !important;
}
.img-thumbnail{
	border-radius: 0 !important
}
.panel-heading{
	border-radius: 0 !important
}
.form-control{
	padding: 0 !important;
}
#submit{
	background: #009688 !important;
	color: #fff;
}
h4{
	margin-top: 2px !important;
	margin-bottom: 10px !important
}

.has-error .control-label,
.has-error .help-block,
.has-error .form-control-feedback {
    color: #a94442;
}

/* Color of valid field */
.has-success .control-label,
.has-success .help-block,
.has-success .form-control-feedback {
    color: #3c763d;
}

.btn{
	margin: 0;
}