@import 'bootstrap.min.css';
@import 'font-awesome.min.css';
@import 'preloader.css';
@import 'https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900';
body, html {
  text-rendering: optimizeLegibility;
  background-color: #f0f2f5;
  margin: 0px;
  height: 100%;

}
@media(min-width:1025px) {

  body, html {

    overflow: hidden;

  }

}
#ezulix_dron_bg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}
body {
  font-family: titillium web, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #44525f
}
ul {
  padding: 0;
  margin: 0;
  list-style: none
}
a {
  text-decoration: none;
  color: #2d385e
}
a:focus {
  outline: none;
  text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
  font-family: titillium web, sans-serif;
  color: #2d385e
}
a, a:hover, a:focus {
  color: #4f77ff
}
.btn-primary {
  background-color: #4f77ff;
  border-color: #4f77ff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.btn-primary:hover, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active, .btn-primary.active {
  background-color: #486ff2;
  border-color: #486ff2
}
.brand-logo {
  margin: 35px auto
}
.ez-login-login {
  background-color: #fff;
  /* height: 515px; */
  margin: 25px auto;
  position: relative;
  /* top: 0; */
  /* left: 0; */
  /* overflow: hidden; */
  padding: 40px;
  /* width: 50%; */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
/* .ez-login-login .ez-login-panel {
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%)
} */
.ez-login-panel .ez-login-heading {
  margin-bottom: 30px
}
.ez-login-login .auth-title {
  font-weight: 700;
  margin-top: 0
}
.ez-login-login .ez-login-panel.active {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0)
}
.ez-login-login .social-buttons a {
  color: #fff
}
.ez-login-login .social-buttons a:hover {
  color: #fff;
  opacity: .9
}
.ez-login-login .social-buttons .btn-facebook {
  background: #3b5998
}
.ez-login-login .social-buttons .btn-twitter {
  background: #00aced
}
.ez-login-login .social-buttons .btn-google {
  background: #c32f10
}
.ez-login-login .loginOr {
  position: relative;
  font-size: 1.5em;
  color: #aaa;
  margin-top: 1em;
  margin-bottom: .3em;
  padding-top: .5em;
  padding-bottom: .5em
}
.ez-login-login .loginOr .hrOr {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0 !important;
  margin-bottom: 0 !important
}


.mainlogin {
  padding: 40px;
  position: relative;

}

.ez-login-login .loginOr .spanOr {
  display: block;
  position: absolute;
  left: 50%;
  top: -.75em;
  margin-left: -1.5em;
  background-color: #fff;
  width: 3em;
  text-align: center
}
.login-form .form-group {
  margin-bottom: 20px;
}
.panel-login .remember-row {
  margin-bottom: 10px
}
.panel-login .remember-row label {
  font-weight: 400;
  position: relative;
  cursor: pointer;
  color: #666;
  padding-left: 24px
}
.ez-login-login .forgotPwd {
  text-align: right;
  margin-top: 10px
}
.panel-login .form-control, .panel-signup .form-control, .panel-forgot .form-control {
  color: #333;
  font-size: 16px;
  height: 50px;
  padding: 12px 13px;
  outline: none;
  border: 1px solid #d0d0d0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 3px 21px -7px, rgba(0, 0, 0, 0.3) 7px 12px 23px -14px;
}
.panel-login .form-control:focus + .focus-input:before, .panel-signup .form-control:focus + .focus-input:before, .panel-forgot .form-control:focus + .focus-input:before {
  width: 100%
}
.wrap-input {
  width: 100%;
  position: relative;
}
.focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none
}
.focus-input:before {
  background-color: #4f77ff;
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s
}
.ez-login-panel.panel-forgot {
  padding-top: 85px
}
.pwdMask {
  position: relative
}
.pwdMask .pwd-toggle {
  color: #ccc;
  position: absolute;
  z-index: 2
}
.panel-login .pwdMask .pwd-toggle {
  top: 12px;
  right: 15px
}
.panel-signup .pwdMask .pwd-toggle {
  top: 15px;
  right: 15px
}
.pwdMask .pwd-toggle:hover, .pwdMask .pwd-toggle:focus {
  cursor: pointer
}
.pwdMask .pwd-toggle:hover, .pwdMask .pwd-toggle:focus, .pwdMask .pwd-toggle.fa-eye {
  color: #4f77ff
}
.panel-signup .term-policy a {
  text-decoration: underline
}
.checkbox input[type=checkbox] {
  position: absolute;
  right: 9000px
}
.checkbox input[type=checkbox] + .label-text:before, .checkbox input[type=checkbox] + .label-text:after {
  font-size: 11px;
  display: inline-block;
  width: 17px;
  height: 17px;
  padding: 2px;
  margin-left: 0;
  position: absolute;
  top: 2px;
  left: 0
}
.checkbox input[type=checkbox] + .label-text:before {
  content: "";
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
  cursor: pointer;
  transition: border .15s ease-in-out, color .15s ease-in-out
}
.checkbox input[type=checkbox] + .label-text:after {
  background-color: #4f77ff;
  color: #fff;
  border-radius: 2px;
  border-color: #4f77ff;
  line-height: 1.4
}
.checkbox input[type=checkbox] {
  opacity: 0;
  z-index: 1;
  cursor: pointer
}
.checkbox input[type=checkbox]:focus + .label-text:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
.checkbox input[type=checkbox]:checked + .label-text:after {
  font-family: fontawesome;
  content: "\f00c"
}
@media(min-width:1025px) {

  body, html {

    overflow: hidden;

  }

}

@media(min-width:1921px) {

  .login-left-wrapper {

    width: 50%;

  }

}

@media(min-width:1641px) and (max-width:1920px) {

  .login-left-wrapper {

    width: 50%;

  }

}

@media(min-width:1440px) and (max-width:1640px) {

  .login-left-wrapper {

    width: 50%;

  }

}

@media(min-width:1280px) and (max-width:1439px) {

  .login-left-wrapper {

    width: 50%;

  }

}

@media(min-width:1200px) and (max-width:1279px) {

  .login-left-wrapper {

    width: 50%;

  }

}

@media (min-width:1025px) {
  .login-page-row {
    display: flex;
    align-items: center;
  }
  .login-page-row .col-lg-6 {
    padding: 0;
  }
  .ez-login-login {
    width: 400px;
  }
}
@media(min-width:1025px) and (max-width:1199px) {
  .login-left-wrapper {
    width: 64%;
  }
  .authfy-login {
    width: 92%;
  }
}
@media(min-width:768px) and (max-width:991px) {
  .ez-login-login {
    height: 430px;
    width: 400px;
  }
}
@media(min-width:576px) and (max-width:767px) {
  .ez-login-login {
    height: 436px;
    width: 450px;
  }
}
@media(max-width:575px) {
  .ez-login-login {
    height: 385px;
    width: 95%;
  }
}
@media(min-width:320px) and (max-width:375px) {
  .ez-login-login .ez-login-panel {
    padding: 32px
  }
  .panel-login .remember-row {
    margin-bottom: 10px;
    font-size: 14px
  }
}
@media(max-width:320px) {
  .ez-login-heading p {
    font-size: 14px
  }
  .remember-row .col-sm-6 {
    width: 100%
  }
  .ez-login-login .forgotPwd {
    text-align: left;
    margin-top: 0
  }
}