*{
	margin: 0px;
	padding: 0px;
	font-family: Roboto, sans-serif;
}
html{
	margin: 0 !important;
	padding: 0 !important;
}
body{
	margin: 0 !important;
	padding: 0 !important;
}
p{
	padding: 20px;
	font-size: 16px;
}
#lostlogo{
	width: 40%;
	height: auto;
	max-width: 190px;
	margin: 50px;
}
#tokenlogo{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#tokenbody{
}
.userinput{
	color: grey;
}
@media (max-width: 700px) {
	#lostlogo{
		margin-top: 20px;
		margin-bottom: 0px;
	}
	p{
		padding: 5px;
	}
}
.container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 15px;
    right: 0;
    overflow-x: auto;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,212,255,1) 70%);
}

.login-form-wrap {
	/*width: 100%;
	overflow: hidden;
	background-color: transparent;	
	height:100vh;
	display: flex;
    align-items: center;
    justify-content: center;*/
	background-color: transparent;	
	height: 100%;
	display: flex;
	display: -ms-flexbox;
}
.left-section{
	/*width: 320px;
	margin: 0 auto;
	text-align: center;	
	position: absolute;
	top: 50%;	
	transform: translateY(-50%);
	left: 25%;
	color: #292929;*/
	color: #292929;
	text-align: center;	
	width: 20%;
	padding-right:15%;
	padding-left:15%;
	margin: auto;
	
}
.right-section {
	/*width: 35%;
	margin: 0 auto;
	text-align: center;	
	position: absolute;
	top: 50%;
	right: 10%;
	color: #fff;
	transform: translateY(-50%);
	*/
	text-align: center;	
	width: 40%;
	margin-left: 5%;
	margin: auto;
}
.welcome-text{
	padding-bottom: 20px;
}
.welcome-text p{
	padding: 0;
}
.title {
	text-align: center;
	color: #292929;
	line-height: 30px;
	margin-bottom: 30px;
}
.form {
	margin: 0 auto;
	text-align: center;
}
.form input[type=text], .form input[type=password]{
	width: 92%;
	padding-bottom: 5%;
	padding-top: 5%;
	padding-left: 4%;
	padding-right: 4%;
	border-radius: 30px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	outline: none;
	box-shadow: 0px 0px 42px #d4d4d4;
}
span.floatleft {
	font-size: 13px;
	float: left;
}
span.floatright {
	font-size: 13px;
	float: right;
}
.form input[type="submit"] {
	display: inline-block;
	border: none;
	width: 170px;
	padding: 11px;
	background-color: rgba(71,216,252);
	color: #fff;
	border-radius: 30px;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	margin: 20px 0px;
	transition: 0.3s all ease-in-out;
}
.form input[type="submit"]:focus {
  outline: none;
}
.form input[type="submit"]:hover {
  background: #111;
}
.create-account {
	font-weight: 500;
	font-size: 14px;
	color: #424242;
	margin-top: 10px;
}
.create-account input[type="button"]{
	display: inline-block;
	border: none;
	padding: 1px;
	background-color: rgba(71,216,252);
	color: #fff;
	border-radius: 0px;
	text-align: center;    
	cursor: pointer;
	letter-spacing: 2px;
	font-size: 12px;
	transition: 0.3s all ease-in-out;
}
#video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	box-shadow: 0px 0px 200px white;
	border-radius: 10px;
}
.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: rgba(0,212,255,1);
	text-align: right;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,212,255,1) 70%);
}
.footerlinks{
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: black;
	font-family: Roboto, sans-serif;
	font-size: 12px;
}
.containerButtons{
	margin: 20px auto;
	width: 255px;
}
.containerButtons button[type="submit"]{
	padding: 5px 15px;
	margin: 0 5px;
	cursor: pointer;
}
.containerButtons input[type="button"]{
	padding: 5px 15px;
	margin: 0 5px;
	cursor: pointer;
}
@media (max-width: 1024px) {
	.welcome-text {
		display: none;
	}
	.info-text {
		display: none;
	}
	body{
		background: none;
	}
	.container{
		background: none;
	}
	.right-section{
		float: left;
		width: 100%;
		margin: 0;
	}
	.left-section{
		max-width: none;
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		position: static;
		transform: none;
		margin-top: 0px;
		padding-right: 0%;
		padding-left: 0%;
	}
	.login-form-wrap {
		display: block;
		padding: 0px;
		/*overflow: scroll;*/
		margin-top: 0px;
		height: auto;
	}
	.title{
		margin-top: 0px;
	}
	.form{
		max-width: none;
	}
	.form input[type=text], .form input[type=password]{
		width: 60%;
		margin-left: 15%;
		margin-right: 15%;
		padding: 14px 12px;
	}
	.footer{
		position: static;
		background: none;
	}
}