/*  BODY  **********/

body
{
	position: relative;
	background: none;
	background-color: #1A3756;
	padding-left: 15px;
	padding-right: 15px;
}


#login_header img
{
    display: none;
}

#logo_header img
{
	display: none;
}

#login_header
{
    width: 100%;
    max-width: 350px;
    height: 116px;
    margin: 0 auto;
    background-image: url(../images/logo-ifund.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 10px;
}

#logo_header
{
	position: relative;
	margin-right: auto;
	order: 1;
	transition: opacity 0.3s;
	height: 66px;
	width: 200px;
	background-image: url(../images/logo-ifund.png);
	background-size: 200px 66px;
	background-position: top left;
	background-repeat: no-repeat;
}
