*{
	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;
}
.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 {
	background-color: transparent;	
	height: 100%;
	display: flex;
	display: -ms-flexbox;
}
.left-section{
	color: #292929;
	text-align: center;	
	width: 20%;
	padding-right:15%;
	padding-left:15%;
	margin: auto;
}
.right-section {
	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 {
    width: 100%;
    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;
	/*border-radius: 5px;*/
}
.curtain-ratio-keeper {
  position: relative;
  padding-top: 56.20%;
}
.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;
}
@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;
	}
}