.content{
	color: black;
	height: 100%;
}
.content .feature-top{
	height: auto;
}
.content .feature-top img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.content:after{
	content: none;
}
.content .login-wrap{
	margin-bottom: 100px;
}
.content .login-wrap h4{
	font-size: 24px;
	font-weight: bold;
	margin: 50px 0;
}
.content .dropdown-wrap{
	width: 448px;
	display: block;
	padding: 30px 70px 50px 70px;
	border: 1px solid silver;
	border-radius: 20px;
}
select {
	width: 310px;
	height: 25px;
	border-radius: 5px;
	background: url('../images/manage/arrows.png') no-repeat;
	background-position: 288px -1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}


@media (max-width: 768px){
	header .logo{
		width: 50%;
	}
}

@media (max-width: 560px){
	.content .login-wrap h4{
		margin: 30px 0
	}
	.content .dropdown-wrap{
		width: 100%;
		padding: 20px 30px 30px 30px;
	}
	select{
		width: 90%;
		display: block;
		background-position: 100% -1px;
		margin: 0 auto;
	}
}