
.message{ 
	font-family: roboto;
    font-size: 13px;
    line-height: 1.42857143;
    color: #5e5e5e;
	background-color: #edecec;
	padding-top: 65px;
	padding-bottom: 110px;

}
.message:before{
	height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1e97e2;
    content: "";
    z-index: 0;

}
.message:after{
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 1px;
    height: 100%;
}
.form{
	background: #fff;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
    border-radius: 2px;
    width: 500px;
    margin: 42px auto 0;
	position: relative;
	padding: 19px 50px;
}
.form-tit{
	font-size: 26px;
	color: #7E7E7E;
    text-align: center;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin-bottom: 10px;
}
.form-tit:before, .form-tit:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 47px;
    width: 30%;
}
.form-tit:before {
    background: rgb(126,126,126);
    background: -moz-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    left: 0px;
}
.form-tit:after {
    background: rgb(126,126,126);
    background: -moz-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    right: 0px;
}

input{outline: none; }

.block{
	height:45px;
	line-height:45px;
	background: #fff;
	width:350px;
	padding-left:15px;
	margin-top: 32px;
	position: relative;
}
.block1{
	min-height:45px;
	line-height:45px;
	background: #fff;
	width:350px;
	padding-left:15px;
	margin-top: 32px;
	position: relative;
}
.block1 textarea{
	height: 80px;
	min-height:80px;
	max-height:200px;
	width:297px;
	min-width:297px;
	max-width:297px;
	border-color:#e0e0e0;
}
.glyphicon{
	font-size:18px;
	vertical-align:middle;
	top:-3px;
	color: #999;
}
.block input{
	height:45px;
	border:0;
	width:297px;
	border-bottom:1px solid #e0e0e0;
}
.block input:after{
	background: #f44336;
}
.errorInfo{
	position:absolute;
	right: 0;
	bottom:-37px;
	font-size:13px;
	color: #f44336;
}
.button{
	padding: 10px 20px;
	border-radius: 5px;
	margin:30px auto 70px;
	color:#fff;
	background:#007eff;
	border: solid 1px #007eff;
}
.button:hover{
	border: solid 1px #f44336;
	background:#f44336;
	color:#fff;
}