body {
  font: 13px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #5491ff;
}

.clear-form-control{
	border: none;
	box-shadow: none;
	padding-left:0
}
.work-img{
	cursor: pointer;
}
.form-group{
	height: 34px;
	line-height: 34px;
}
.form-group textarea{
	height: 100px;
}
.control-label{
	line-height: 34px;
	margin-bottom: 0;
}
.form-img{
	margin-bottom: 30px;
}
.M-box{
	display: flex;
	padding: 20px 0;
}
.M-box a,.M-box span{
	width: 40px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.M-box .active{
	background-color: #ddd;
}
#submit{
	width: 70px;
    height: 34px;
    border-radius: 4px;
    border: none;
    background: #5491ff;
    color: #fff;
}