body {
    font-family: 'Open Sans', arial ,  sans-serif;
}
.container {
    max-width: 1344px;
    width: 1344px;
    margin: 0 auto;
	position: relative;
}

.footer{
	margin-bottom: 0;
}

.login-label{
	float: right;
	height: 57px;
	padding-top: 15px;
	text-align: center;
}

.login-label a {
    display: inline-block;
    color: #ff5a75;
    background: #fff;
    text-decoration: none;
    padding: 4px 20px;
    border-radius: 123px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;    
}

.login-label a:hover {
    background: #ff5a75;
    color: #fff;
}

.logo{
	float: left;
}

.logo a{
	display: block;
	background-image: url(img/euraxess.logo.40.png);
    width: 186px;
    height: 57px;
    
}



.benchmark{
	display: block;
	margin-top: 10px;
	clear: both;
	width: 100%;
	text-align: center;
	opacity: 0.41;
	color: #eeeeee;
	font-size: 11px;
}
