@font-face {
    font-family: 'FinlandicBold';
    src: url('../fonts/finlandica-bold.eot');
    src: url('../fonts/finlandica-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/finlandica-bold.woff2') format('woff2'),
         url('../fonts/finlandica-bold.woff') format('woff'),
         url('../fonts/finlandica-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'FinlandicaRegular';
    src: url('../fonts/finlandica-regular.eot');
    src: url('../fonts/finlandica-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/finlandica-regular.woff2') format('woff2'),
         url('../fonts/finlandica-regular.woff') format('woff'),
         url('../fonts/finlandica-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body
{
    background-image: url('https://www.businessfinland.fi/globalassets/generic-images/business-finland-mediabank-visuals/finpro_bg_l.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	color:#000;
}

.header{background-color: transparent;}
.language > a.reg{color:#000;}
.logo
{
    height:184px;
    background-size:200px;
    background-image: url('../img/bf.svg');
	background-position: center;

}

.title{
		color: #002ea2;
    font-family: 'FinlandicaRegular', Helvetica, Arial, sans-serif;
	
	font-size: 26px;
	padding-top: 85px;

	
}
.info{
	color: #002ea2;
    font-family: 'FinlandicaRegular', Helvetica, Arial, sans-serif;
	align: left;
	text-align: left !important;
	font-size: 14px;
	margin-top: 18px;
	margin-bottom: 12px;
	

	
}

.loginBox {
    position:relative;
    margin:auto;
    width:356px;
    height:555px;
    background-color: #FFF;
    border-radius: 5px;

}
.whitelink{
	
	margin-top: 30px;
}
.whitelink > a {
	color: #fff;
}

.RegBox {
    position: relative;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 510px;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 6px;
    text-align: center;
    border-radius: 5px;
}

.box {
    background-color: #FFF;
    border-radius: 5px;
}


@media only screen and (max-width:650px){

    body {
	background-image: url('https://www.businessfinland.fi/globalassets/generic-images/business-finland-mediabank-visuals/finpro_bg_s.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	color:#000;
    }
    
    .header > .language > a {color:#000;}
    
.loginBox {
    position:relative;
    margin:auto;
    width:356px;
    height:560px;
    background-color: #FFF;
    border-radius: 5px;

}


