html, body {
	width: 100%;
	min-height: 100vh;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

body {
	position: relative;
}

.container {
	width: 100%;
	height: 100vh;
	background: rgb(44,102,190);
	background-size: cover;
	background-position: 50%;
	position: relative;
	overflow: hidden;
}

.logo {
	max-width: 325px;
	text-align: center;
	margin: 0 auto;
	padding: 65px 20px 0;
	width: auto;
	position: relative;
	z-index: 3;
}

.logo-bg {
	position: absolute;
	left: 15%;
	height: 100vh;
	top: 0;
	width: 350px;
	z-index: 2;
}

.logo-bg img {
	height: 202%;
	position: absolute;
	top: -53%;
	left: -128%;
	z-index: 0;
	opacity: 0.5;
}

.form--container {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 4;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.form--container h1 {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

.form--container h1 span {
    font-weight: 400;
}


form input {
	background: transparent;
	padding: 12px 100px;
	text-align: center;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 15px;
	display: block;
	margin: 0 auto;
	margin: 10px auto;
	font-size: 16px;
	font-weight: lighter;
	pointer-events: all;
}

form a {
	pointer-events: all;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
	opacity: 1; /* Firefox */
	font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff;
	font-size: 16px;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #ffffff;
	font-size: 16px;
}

form .form--send {
	max-width: 45px;
	display: block;
	margin: 0 auto;
}

.hidden {
	opacity: 0 !important;
}

.separator {
    font-size: 70%;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    z-index: 999;
    background: transparent;
    padding-top: 1em;
    margin-bottom: 1em;
}

.separator::after {
    content: '';
    border: none;
    border-top: 1px dotted #ffffff;
    background-color: trasparent;
    height: 1px;
    width: 12%;
    margin: 1em auto;
    padding: 1em 0px;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    top: 100%;
    transform: translateY(-50%);
}

.open-tour a {
	display: inline-block;
    padding: .5em 1.75em;
    border: 1px solid white;
    border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    transition: .5s all ease-in;
}

.open-tour a:hover {
	background: #ffffff;
	color: #020d19;
}

.open-tour span {
    font-size: 22px;
}

.logo {
	transition: .5s transform ease-in;
}

/* menu */
.menu {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 5;
}

.menu-item {
	display: inline-block;
    vertical-align: top;
}

.logout {
	margin-right: 3em;
    font-size: 12px;
    vertical-align: baseline;
}

.logout a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: sub;
}

.logout a:hover {
	text-decoration: underline;
}

.lang--trigger {
	cursor: pointer;
	width: 160px;
}

.lang--trigger img {
	max-width: 25px;
}

.lang--trigger span {
    display: inline-block;
    line-height: 0;
    vertical-align: super;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 12px;
    font-size: 12px;
}

.lang-menu {
	transition: .5s opacity ease-in;
}

.lang-menu li {
	list-style: none;
	color: #ffffff;
	padding: .5em .5em;
	cursor: pointer;
	font-size: 12px;
}

.lang-menu li.sel,
.lang-menu li:hover {
	text-decoration: underline;
}

#particles {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 2;
	top: 0;
	left: 0;
}




