.search_form{
	width:100%;
	height:85%;
}

.search_form input{
	width:100%;
	height:100%;
}
.search_form form{
	height:100%;
	position:relative;
}

.search_form button{
	width:auto;
	height:100%;
	position:absolute;
	top:50%;
	right:10px;
	transform: translateY(-50%);
	background-color:transparent;
	border:none;
}

.height_max{
	height:100%;
}
.width_max{
	width:100%;
}
.display-table{
	display: table;
}
.top_bottom_center{
	display: table-cell;
	vertical-align: middle;
}

.search_svg{
	width:auto;
	height:80%;
	rotate: 90deg;
}
