body{
	background-color: #f5f5ff;
}
header, main{
	text-align: center;
}
header{
	margin-bottom: 25px;
}
header p{
	max-width: 650px;
  margin: 0 auto 12px;
}
form .select_label{
	top: -30px;
}
#info_fixed{
	width: 100%;
	height: 35px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #002432;
	position: fixed;
	top: -35px;
	transition: all 0.6s ease;
	z-index: 1000;
}
#info_fixed h6, #info_fixed p{
	margin: 0 0 0 20px;
	color: whitesmoke;
	font-size: 15px;
	letter-spacing: 0.5px;
}
#info_fixed button{
	height: 24px;
	line-height: 0;
	margin-left: auto;
	margin-right: 20px;
}

@media(max-width: 575px){
	.row > div{
		margin-bottom: 20px;
	}
	.row .btn-danger{
		width: 100%;
	}
}