@import url("https://fonts.googleapis.com/css?family=Roboto:400,600,700|Work+Sans:300,400,700,900");
 * {
	 outline-width: 0;
	 font-family: "Roboto" !important;
}
 body {
	 /* background: #23272a; */
	 margin:0px !important;
}
 #container {
	 height: 100%;
	 background-size: cover !important;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 #inviteContainer {
	 display: flex;
	 overflow: hidden;
	 position: relative;
	 border-radius: 5px;
}
 #inviteContainer .acceptContainer {
	 padding: 45px 30px;
	 box-sizing: border-box;
	 width: 410px;
	 margin-left: -410px;
	 overflow: hidden;
	 height: 0;
	 opacity: 0;
}
 #inviteContainer .acceptContainer.loadIn {
	 opacity: 1;
	 margin-left: 0;
	 transition: 0.5s ease;
}
 #inviteContainer .acceptContainer:before {
	 content: "";
	 background-size: cover !important;
	 box-shadow: inset 0 0 0 3000px rgba(40, 43, 48, 1);
	 filter: blur(10px);
	 position: absolute;
	 width: 150%;
	 height: 150%;
	 top: -50px;
	 left: -50px;
}
 form {
	 position: relative;
	 text-align: center;
	 height: 100%;
}
 form h1 {
	 margin: 0 0 15px 0;
	 font-family: "Work Sans" !important;
	 font-weight: 700;
	 font-size: 20px;
	 color: #fff;
	 user-select: none;
	 opacity: 0;
	 left: -30px;
	 position: relative;
	 transition: 0.5s ease;
}
 form h1.loadIn {
	 left: 0;
	 opacity: 1;
}
 .formContainer {
	 text-align: left;
}
 .formContainer .formDiv {
	 margin-bottom: 30px;
	 left: -25px;
	 opacity: 0;
	 transition: 0.5s ease;
	 position: relative;
}
 .formContainer .formDiv.loadIn {
	 opacity: 1;
	 left: 0;
}
 .formContainer .formDiv:last-child {
	 padding-top: 10px;
	 margin-bottom: 0;
}
 .formContainer p {
	 margin: 0;
	 font-weight: 700;
	 color: rgb(185, 185, 185);
   font-size: 12px;
	 /* font-size: 10px; */
	 user-select: none;
}
 .formContainer input[type="password"], .formContainer input[type="email"] {
	 background: transparent;
	 border: none;
	 box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.40);
	 padding: 15px 0;
	 box-sizing: border-box;
	 color: #fff;
	 width: 100%;
}
 .formContainer input[type="password"]:focus, .formContainer input[type="email"]:focus {
	 box-shadow: inset 0 -2px 0 #fff;
}
 .logoContainer {
	 padding: 45px 35px;
	 box-sizing: border-box;
	 position: relative;
   background-color: #ffff;
	 z-index: 2;
	 position: relative;
	 overflow: hidden;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-direction: column;
	 transform: scale(0, 0);
}
 .logoContainer img {
	 width: 200px;
	 margin-bottom: -5px;
	 display: block;
	 position: relative;
}
 .logoContainer img:first-child {
	 width: 200px;
}
 .logoContainer .text {
	 padding: 0px 0 10px 0;
	 margin-top: -70px;
	 opacity: 0;
}
 .logoContainer .text.loadIn {
	 margin-top: 0;
	 opacity: 1;
	 transition: 0.8s ease;
}
 .logoContainer .logo {
	 width: 50px;
	 position: relative;
	 top: -20px;
	 opacity: 0;
}
 .logoContainer .logo.loadIn {
	 top: 0;
	 opacity: 1;
	 transition: 0.8s ease;
}
 .logoContainer:before {
	 content: "";
	 background-size: cover !important;
	 position: absolute;
	 top: -50px;
	 left: -50px;
	 width: 150%;
	 height: 150%;
	 filter: blur(10px);
	 box-shadow: inset 0 0 0 3000px rgba(255, 255, 255, 0.8);
}
 .forgotPas {
	 color: rgb(185, 185, 185);
	 /* opacity: 0.8; */
	 text-decoration: none;
	 font-weight: 700;
	 font-size: 11px;
	 margin-top: 15px;
	 display: block;
	 transition: 0.2s ease;
}
.forgotPas:hover {
	color: #fff;
}
.forgotPas1 {
	color: rgb(185, 185, 185);
	/* opacity: 0.8; */
	text-decoration: none;
	font-weight: 700;
	font-size: 11px;
	margin-top: 15px;
	display: block;
	transition: 0.2s ease;
}
.remmecheckbox{
	margin-top: 15px;
	box-sizing: border-box;
    padding: 0;
	width: 12px;
    height: 12px;
	 /* border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer; */
	
}
.acceptBtn {
	 width: 100%;
	 box-sizing: border-box;
	 background: #0286c2;
   font-size: 14px;
   /* font-weight: 600; */
	 border: none;
	 color: #fff;
	 padding: 20px 0;
	 border-radius: 3px;
	 cursor: pointer;
	 transition: 0.2s ease;
	 user-select: none;
   letter-spacing: 0.8px;
}
 .acceptBtn:hover {
	background: #03a9f5;
}
.otpBtn {
	 width: 65%;
	 box-sizing: border-box;
	 background: #0286c2;
	 border: none;
	 color: #fff;
	 padding: 20px 0;
	 border-radius: 3px;
	 cursor: pointer;
	 transition: 0.2s ease;
	 user-select: none;
   letter-spacing: 0.8px;
}
 .otpBtn:hover {
	background: #03a9f5;
}
.requestBtn {
	 width: 47%;
	 box-sizing: border-box;
	 background: #0286c2;
	 border: none;
	 color: #fff;
	 padding: 20px 0;
	 border-radius: 3px;
	 cursor: pointer;
	 transition: 0.2s ease;
	 user-select: none;
}
 .requestBtn:hover {
	background: #03a9f5;
}
 .register {
	 color: #aaa;
	 font-size: 12px;
	 padding-top: 15px;
	 display: block;
}
 .register a {
	 color: #fff;
	 text-decoration: none;
	 margin-left: 5px;
	 box-shadow: inset 0 -2px 0 transparent;
	 padding-bottom: 5px;
	 user-select: none;
}
 .register a:hover {
	 box-shadow: inset 0 -2px 0 #fff;
}
.bg_img{
    height: 100%;
    width: 100%;
    position: absolute;
    /* opacity: 0.6; */
  }
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
  #inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
 display: block !important;
}
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
 display: block !important;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  #inviteContainer{
  	margin: 20px !important;
  } 
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
   #inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  #inviteContainer{
  	margin: 20px !important;
  } 
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) {
  #inviteContainer{
  	margin: 20px !important;
  } 
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
  #inviteContainer{
  	margin: 20px !important;
  } 
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  #inviteContainer{
  	margin: 20px !important;
  } 
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) {
  #inviteContainer{
  	margin: 20px !important;
  } 
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}


/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: landscape) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* ----------- Google Pixel ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
 display: block !important;
}
}

/* ----------- Google Pixel XL ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: landscape) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}


/* ----------- HTC One ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}


/* ----------- Windows Phone ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 480px) 
  and (device-height: 800px) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Portrait */
@media screen 
  and (device-width: 480px) 
  and (device-height: 800px)  
  and (orientation: portrait) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
   .logoContainer_sm{
  display: block !important;
}
}

/* Landscape */
@media screen 
  and (device-width: 480px) 
  and (device-height: 800px) 
  and (orientation: landscape) {
  	#inviteContainer{
  	margin: 20px !important;
  }
  .logoContainer{
  	display:none;
  }
  .logoContainer_sm{
  display: block !important;
}

}
.logoContainer_sm {
    width: fit-content;
   margin-top: 70px;
    border-radius: 9px;
    padding: 17px 12px;
    overflow: hidden;
    margin: 0 auto;
    background-color: white;
}

/* Sponsor login css */

 