/* Copyright 1999-2017. Parallels IP Holdings GmbH. All Rights Reserved. */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
	font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-y: scroll;
	color: #000;
}
html,
body {

	min-height: 100%;
}
body {
	margin:0;
	background-image: -webkit-linear-gradient(-30deg, #00004d 0%, #3082c1 49%, #2cd4d9 100%);
	background-image: -moz-linear-gradient(-30deg, #00004d 0%, #3082c1 49%, #2cd4d9 100%);
	background-image: -ms-linear-gradient(-30deg, #00004d 0%, #3082c1 49%, #2cd4d9 100%);
	background-image: -o-linear-gradient(-30deg, #00004d 0%, #3082c1 49%, #2cd4d9 100%);
	background-repeat:no-repeat!important;
	background-size: cover; 
	text-align: center;
	font-size: 16px;
	color:#fff;



}



.page-containerr{
	margin: 0 auto;
	width: 50%;
	height: 50%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

a { text-decoration: none; color:#fff;}

a:hover { 
	    color: #01034f;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;

}