@import url(https://fonts.googleapis.com/css?family=Dosis:300|Lato:300,400,600,700|Roboto+Condensed:300,700|Open+Sans+Condensed:300,600|Open+Sans:400,300,600,700|Maven+Pro:400,700);
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*html {
  background: black;
}*/

body {
  font-family: "Poppins" !important;
  font-size: 16px;
  color: White;
  font-smoothing: antialiased;
  font-weight: 600;
  overflow:hidden;
}

/*a {
  color: #BBB;
}*/

/*.content:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: black;
  background-repeat:no-repeat;
  background-image: url(../images/banner.png);
  width: 100%;
  height: 100%;
  background-attachment: fixed;*/
  /*min-width: 100%;
  min-height: 100%;*/
  /*background-size: cover;
  background-position: center;*/
  
  
  
/*  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);*/
/*}*/

.content {
  position: absolute;
  display:inline-block;
  top: 100px;
 /* bottom: 0;*/
  left: 0;
  right:60px;
  z-index:3;
/*  width: 300px;*/
  /*height: 450px;*/
 /* background-color: rgba(10, 10, 10, 0.5);*/
  margin: auto auto;
  padding: 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 /* -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;*/
}
.content .title {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  padding-bottom: 30px;
}
	.content input {
		width: 100%;
		height: 36px;
		font-size: 1rem;
		font-family: "Open Sans";
		margin: 0px 0px;
		border: none;
		padding: 10px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		line-height: 1;
	}
.content input[type=checkbox] {
  display: none;
}
.content label {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  /*position: relative;*/
  margin-left: 5px;
  margin-right: 10px;
  top: 5px;
}
.content label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #aaa;
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}
.content input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: Black;
  text-align: center;
  line-height: 20px;
}
.content span {
  font-size: 0.9rem;
}
.content button {
  width: 100%;
  padding: 7px;
  margin: 20px 0px;
   color: White;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.content .social {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.content .social span {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 20px;
}
.content .social span:before, .content .social span:after {
  content: '';
  display: block;
  width: 500px;
  position: absolute;
  top: 0.9em;
  border-top: 1px solid White;
}
.content .social span:before {
  right: 75%;
}
.content .social span:after {
  left: 75%;
}
.content .buttons {
  width: 100%;
  margin: 14px 0px;
}
.content .buttons button {
  float: left;
  width: 30%;
  margin: 0px 1.5%;
}
.content .buttons button i {
  padding-right: 7px;
}
.content .buttons button.facebook {
  background-color: #4464B2;
}
.content .buttons button.twitter {
  background-color: #28A9E0;
}
.content .buttons button.google {
  background-color: #DA4735;
}
.content .buttons:after {
  content: "";
  display: block;
  clear: both;
}
.content .already {
  text-align: center;
  font-size: 0.9rem;
}
.buttons{
	margin-left: 33% !important;
	}
.btn-primary{
	background:#4e68b9;
	font-size:1rem;
    color: #fff;
	}
.btn-secondary{
	background:#66A756;
	font-size:1rem;
    color:#fff;
	}	
.logo{
	margin-right: 2%;
    margin-top: 2%;
	float:right;
	}
.logo_alt {
    margin-left: 2%;
    margin-top: 44%;
    float: left;
}
.pass {
	font-family: "Poppins";
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	color: #fff
}
.content textarea {
  width: 100%;
  font-size: 1rem;
  font-family: "Open Sans";
  margin: 10px 0px;
  border: none;
  padding: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}	
.whysign {
float:right;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 480px;
  height: 555px;
  background-color: rgba(10, 10, 10, 0.8);
  margin: auto auto;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 5px;
  color:#fff;
  margin-right:10px;
 /* -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;*/}

.signup {
	float:right;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 350px;
  height: 555px;
  background-color: rgba(10, 10, 10, 0.5);
  margin: auto auto;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 /* -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;*/
}

.login {
	float:right;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 350px;
  height: auto;
  background-color: rgba(10, 10, 10, 0.5);
  margin: auto auto;
  padding: 16px 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 8px;
 /* -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;*/
}

[type=text] {
  display: block;
  margin: 0 auto;
  width: 80%;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.2);
  height: 35px;
  line-height: 45px;  
  margin-bottom: 10px;
  font-size: 1em;
  color: rgba(0,0,0,.4);
}

/*[type=submit] {
  margin-top: 25px;
  width: 80%;
  border: 0;
  background-color: #53CACE;
  border-radius: 5px;
  height: 50px;
  color: white;
  font-weight: 400;
  font-size: 1em;
}*/

[type='text']:focus {
  outline: none;
  border-color: #53CACE;
}

h1 {
  color: rgba(255,255,255);
  font-weight: 900;
  font-size: 1.5em;
  text-align:center;
  margin-top:0px;
}

p {
  color: rgba(255,255,255);
  font-size: 1em;
  
}

span {
  font-size: .75em;
  /*background-color: white;*/
  padding: 2px 5px;
  border-radius: 2px;   
  margin: 5px;
}

span:hover {
  color: #53CACE;
}

p:nth-of-type(2) {
  font-size: 1em;
}
ol, li{
	font-size:1.02em;
	}

.otp-refresh{
	color: #fff;
	font-weight: 300;
	font-style: italic
}

.otp-refresh :hover {
	color: #fff;
}










* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	user-select: none;
	overflow: hidden;
}

.bg-video-container {
	/* background: url("https://images.pexels.com/photos/34088/pexels-photo.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"); */
	height: 100vh;
	background-size: cover;
	background-position: center;
}

.bgvid {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.overlay {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.03);
	background-size: 3px 3px;
	z-index: 2;
}

.bg-img:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.powered p {
	font-family: "Poppins" !important;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}

	.powered p bold {
		font-weight: 600;
	}

	.mt-10 {
		margin-top: 10px
	}
