.feed_form{
	font-size:15px;
	padding: 48px 0;
    margin: 27px 0 0 0;
    background: #f0f2f7;
}
.feed_form .form-title{
	font-size:21px;
    font-weight: bold;
    text-transform: uppercase;
	text-align:center;
	margin-bottom:20px;
    color: #000;
}
.feed_form .pw-text{
    font-size:15px;
    text-align:center;
    margin-bottom:25px;
    color: #b3b3b3;
}
.feed_form form{
    width: 303px;
    margin: 0 auto;
}
.feed_form input, .feed_form textarea{
	width:263px;
	background-color:#fff;
	padding:7px 19px 8px!important;
	font-size:15px!important;
	border: 1px solid #d5d5d5!important;
    color: #c4c4c4!important;
	margin-bottom:8px!important;
	resize:none;
}
.feed_form textarea{
    padding: 10px 15px 13px 15px;
}
.feed_form .novalid {
    background-color: #ffe5e5;
}
.feed_form .more-button{
    margin: 17px 0 0 0;
    font-size: 15px;
    padding: 11px 96.1px;
    line-height: 13px;
}