.lp-org {
    width: 100%;
    height: 100%;
    background-image: url(img/bg_org.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: auto;
    position: absolute;
    z-index: -1;
}
.search-org {
    margin-top: 21rem;
}
.lp-minHeight {
    margin-top: 4%;
}
.header--menu {
    padding: 0 25px;
}

/* ==========================================================================
   Media Query
   ========================================================================== */
@media only screen and (max-width: 576px) {
	
	.header--frontpage .authContainer{
		width: auto;
		display: inline-block;
		margin-top: 25px;
	}	
	
	.profile_menu{
		top: 5px;
	}
	
	.header--frontpage .mobile-logo{
		width: auto;
	}
	
	.homeAuth .signUp{
		width: 75px;
	}
	
	
	
}	