
*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	/* height: 100%; */
	width: 100%!important;
}
body{
	background-color: #eee;
	padding-top: 70px;
	padding-bottom: 100px;
}
a{
	text-decoration: none;
}

#banner {
	height: 70px;
	width: 100%;
	background: #fff;
	margin-bottom: 40px;
	position: fixed;
	top: 0;
	border-bottom: solid 1px #e5e5e5;
	z-index: 111;
	display: flex;
	align-items: center;
	padding:0  10%; 
}
.logo_box {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}

.page_name {
	margin: 0 auto;
	text-align: center;
	color: #f60;
	font-size: 18px;
	font-weight: 600;
}
.page_name p {
	margin-top: 0;
	margin-bottom: 0;
}

footer {
	background: #666;
	padding: 20px 15px;
	color: #fff;
	width:100%;
	padding-bottom: 20px; 
	font-size: 12px;
	position: fixed;
	bottom: 0;
}
.footer {
	display: flex;

}
.ft{
	flex: 1;
	text-align: center;
	padding: 0 5px;
}
#website a {
	color: #fff;
}

.form-control{
	border-radius: 0!important;

}
@media (max-width: 460px){
	.logo img{
		width: 50%;
	}
}
@media (max-width: 360px){
	.page_name{
		font-size:12px;
	}
}