@import url("baseNew.css");

body {
    background-color: #9C9C9C;
    background-image: url(images/pathfinder_online.png); 
    background-repeat: no-repeat; 
    background-position: top center;
    background-size: contain;
}

.layout {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:center;
}

#maincontent {
    transform: translateY(100px);
}

#mulitilingual a {
    color: black;
}

.text {
    color: black;
}

.forgotpassword a {
    color: black;
}

@media (max-width: 480px) {
    body {
    	background-size: cover;
	}
}