*:not(i) { font-family: "HelveticaLight" !important ; font-weight: 200 !important }
.row{
  max-width: 70rem;
}

@font-face {
  font-family: HelveticaLight;
  src: url('/static/fonts/Helvetica-Neue/TTF/helveticaneuelight.ttf') format('truetype');
}
/*HEAD BAR */
#head_bar{
  background: rgba(0,0,0,.5);
}
.hb-wrap{
  padding: 0 15px;
}
.hb-wrap>div{
  display: inline-block;
  padding: 15px 0;
}
.hb-wrap>div input,
.hb-wrap>div button,
.hb-wrap>div a{
  transition: .6s;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 5px;
}
.new_user {
  font-size: 30px;
  color: #000;
}
.form-wrap input::placeholder{
  color: #ddd;
}
.form-wrap input:focus{
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(255,255,255,.5);
}
.form-wrap input{
  padding-left: 15px;
  padding-right: 15px;
  width: 180px;
  float: left;
  color: #fff;
  border-color: rgba(255,255,255,.5);
  background: rgba(0, 0, 0, 0.2);
  display: block;
}
.form-wrap button{
  background: #009fe3;
  color: #fff;
  padding: 0 26px;
}
.form-wrap button:hover{
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px #009fe3;
}
.form-wrap a{
  position: relative;
  color: #fff!important;
  font-weight: 300;
}
.form-wrap a:not(#mobile-btn)::before{
  content: '';
  position: absolute;
  height: 1px;
  background: #ddd;
  transition: .3s;
  left: 0;
  bottom: -5px;
  width: 0;
}
.form-wrap a:not(#mobile-btn):hover{
  text-shadow: 0 0 20px #fff;
}
.form-wrap a:not(#mobile-btn):hover::before{
  width: 100%;
}
.logo-wrap img{
  width: 170px;
  height: 36px;
  object-fit: contain;
  object-position: center;
}
body, html{
  transition: 2s ease-out;
  font-family: 'Roboto', sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
/*END HEAD BAR*/
/*LOGIN MAIN*/
#login_main{
  padding: 5vh 0px;
  height: calc(100vh);
  min-height: 600px;
}
.lm-wrap,
.lm-wrap>div{
  height: 100vh;
}
.lm-form{
  transition: .4s;
  width: 380px;
  border-radius: 8px;
  padding: 5px 50px;
}
.lm-form>p,
.lm-form>div>*:not(a){
  font-weight: 300;
  color: #444;
  text-align: center;
  font-size: 13px;
}
.lm-form>div button, .set_pass,
.lm-form>div>a, button, .send_token_otp {
  transition: .3s;
  display: block;
  margin:15px 0;
  line-height: 50px;
  font-weight: 300;
  border-radius: 5px;
  color: #fff;
  position: relative;
}
/*.lm-form>div button:hover,
.lm-form>div>a:hover{
  box-shadow: 0 2px 18px rgba(0,0,0,.3);
  text-shadow: 0 0 2px rgba(0,0,0,.3);
}*/
.login-form button:hover, .set_pass:hover, .get_pass:hover, .signup-form button:hover, #continue_login
{
  background: #368a55;
  color: #fff !important;
}
.social-login>a>span{
  position: relative;
}
.social-login>a>span:not(:first-child){
  left: 56px;
}
.social-login>a>i{
  position: absolute;
  padding: 0 20px;
  display: block;
  line-height: 50px;
  font-size: 26px;
  top: 0;
}
a.switch-form {
  font-size: 30px;
    color: #43ac6a;
    padding: 10px 20px;
    background: #fff;
    border-radius: 100px;

}
a.switch-form:hover{
  background: #43ac6a;
  color: #fff;
}
.login-form,
.signup-form{
  /*float: right;*/
  margin: 0 auto;
  background: #ffffff7a;
  padding: 20px 40px;
  border: 1px solid #43ac6a;
}
.signup-form {
  display: none;
}
.disableevent{pointer-events:none; opacity: 0.5; cursor: no-drop;}
.disable{pointer-events:none; opacity: 0.5; cursor: no-drop;}
.login-form input::placeholder,.get-form input::placeholder,
.signup-form input::placeholder{
  color: #aaa;
}
div.error { color: red; }
.get-form,  { padding: 15px 0px; }
.login-form input, .get-form input,
.signup-form input{
  margin: 15px 0;
  padding: 0 15px;
  border-radius: 4px;
  font-weight: 700;
  color: #000;
  box-shadow: none;
}
.login-form button,.set_pass, .get_pass,
.signup-form button, .send_token_otp{
  padding: 0;
  width: 100%;
}
.get_pass, .set_pass { border-radius: 100px !important; padding: 0px 25px; }
.login-form button,
.signup-form button,
#continue_login, .get_pass, .set_pass{
      color: #ffffff !important;
    border-radius: 100px;
    background: #43ac6a;
    font-size: 20px;
    font-weight: bold !important;
}
#continue_login>i{
  right: 0!important;
}
#continue_login>span{
  right: 16px!important;
}
.fb-login{
  background: #3b5998;
}
.gp-login{
  background: #db4437;
}
.sl-title{
  font-size: 22px!important;
  position:relative;
}
.sl-title a{
  position: absolute;
  display: block;
  line-height: 35px;
  top: 0;
  left: 0;
  padding: 0 5px;
}
.sl-title i{
  font-size: 28px;
  color: #db4437;
}

.or-text span{
  display: inline-block;
  padding: 0 10px;
  background: #ebebeb;
  position: relative;
  /*z-index: 1;*/
}
.or-text::before{
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  left: calc(50% - 50px);
  top: 49%;
  background: #ccc;
  /*z-index: -1;*/
}
.ll-content{
  padding: 0 25px;
  color: #fff;
  text-shadow: 0 0 8px rgba(0,0,0,.5);
}
.ll-content>span{
  font-family: 'Lobster', cursive;
  font-weight: 900;
  font-size: 38px;
  display: block;
  margin-bottom: 20px;
}
.ll-content>p{
  margin-bottom: 20px;
}
.ll-content>p>b{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: 'Prata', serif;
}
.ll-content>p>span{
  position: relative;
  max-width: 400px;
  display: block;
  padding-left: 45px;
  font-style: italic;
  margin-bottom: 8px;
}
.ll-content>p>span>i{
  position: absolute;
  left: 11px;
  top: 0;
  line-height: 25px;
  font-size: 20px;
}
#mobile-btn{
  display: none;
}
#bottom_bar{
  padding: 3px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
#bottom_bar span{
  font-size: 13px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  border: none;
  border-bottom: 1px solid #dce0e4;
  background: #eee;
  font-size: 18px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus, input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background: #fff;
  border: none;
  border-bottom: 1px solid #dce0e4;
  font-size: 18px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active, textarea:-webkit-autofill, select:-webkit-autofill{
  -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}
.border-right { border-right: 1px solid #858f96; }
/*END LOGIN MAIN*/
/*RESPONSIVE*/
@media screen and (max-width: 1024px){
  #login_main{
    height: auto!important;
    padding-top: 20px;
  }
  .lm-wrap>div{
    display: block!important;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1023px){

  .form-wrap>form{
    display: none;
  }
  #mobile-btn{
    display: block;
    padding: 0 24px;
    background: #8dc63f;
    font-weight: bold;
  }
  .login-form, .signup-form {
    margin: 0 auto;
    float: none;
  }
  .lm-form{
    margin: 0 auto;
    width: 65%;
    padding: 10px;
  }
  #login_main {
    height: calc(100vh) !important;
  }
  .border-right { border: none; }
}
@media screen and (max-width: 430px){

  a.switch-form, .new_user {
    font-size: 20px;
  }
  .lm-form{
    width: 100%;
    padding: 10px;
  }
  #login_main {
    padding: 5vh 1vh;
    height: calc(100vh) !important;
  }
  .border-right { border-right: 1px solid #fff; }
}
/*END RESPONSIVE*/
