#sp-logo .logo {
    height: 80px;
    display: inline-flex;
    margin: 0;
    align-items: center;
}
.btn-custom {
	line-height: 56px!important;
	background-color: #164879;
	color: white!important;
	padding-right: 15px!important;
}
.btn-custom:hover {
	background-color: #DD6000;
}