.header-login-signup{
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;

}



.header-login-signup .header-limiter {
	max-width: 1200px;
	width: 98%;
	text-align: center;
	margin: 0 auto;
}

.header-login-signup .header-limiter img{
    float: right;
    width: 150px;
}

.header-login-signup .header-limiter h3{
    color: #000000;
    float: left;
    line-height: 75px; 
}




/* Making the header responsive */

@media all and (max-width: 650px) {

	.header-login-signup{
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;

}
	
.header-login-signup .header-limiter img{
    display: none;
}

}
