h1.title-with-image{
	display: flex;
	align-items: center;
}
h1.title-with-image img{
	margin-right: 5px;
}
.auth-button-with-image{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.auth-button-with-image img{
    margin-right: 5px !important;
    height: 24px !important;
}