*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: initial;
}

body {
  position: relative;
  font-family: Montserrat;
}

html {
  height: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  display: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  margin: auto;
  padding: 0 20px;
}

#sticky {
  position: fixed;
  width: 100%;
  bottom: 0;
  border-radius: 0px;
  z-index: 10;
}

#avatar {
  display: none;
}

#line {
  display: none;
}

#form-container {
  font-size: 18px;
}

#form-container label {
  display: inline-block; 
  margin-top: 17px;
  text-align:initial;
  width:100%;
}

#form-container #username,
#form-container #password {
  display: block;
  min-width: 562px;
  min-height: 46px;
  margin: 8px 0;
}

#form-container .checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 28px;
}

#form-container .checks div {
  -webkit-margin-start: 12px;
          margin-inline-start: 12px;
}

#form-container .submit {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  border-radius: 20px;
  border: none;
  background-color: #0daad2;
  font-size: 18px;
  padding: 11px 24px;
  font-family: Montserrat;
  color: #ffffff;
  margin-top: 33px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 400;
}

#form-container .forgotPass {
  font-family: Montserrat;
  margin-top: 33px;
  color: #0d6fd2;
  cursor: pointer;
}

#form-container .error {
  margin-top: 10px;
}

.formForgot {
  font-size: 18px;
}

.formForgot #forgot_content #forgot_email {
  display: block;
  min-width: 562px;
  min-height: 46px;
  margin: 8px 0;
}

.formForgot #forgot_content label {
  display: inline-block;
  margin-top: 17px;
}

.formForgot #forgot_content .Forgotsubmit {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  border-radius: 20px;
  border: none;
  background-color: #0daad2;
  font-size: 18px;
  padding: 11px 24px;
  font-family: Montserrat;
  color: #ffffff;
  margin-top: 33px;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 400;
}

.loading {
  width:120px;
  height:44px;
  
}

/*media query tablet*/
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  #form-container {
    font-size: 16px;
  }
  #form-container #username,
  #form-container #password {
    min-width: 100%;
  }
  .formForgot {
    font-size: 16px;
  }
}

/*media query mobile*/
@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  #form-container {
    font-size: 14px;
  }
  .formForgot {
    font-size: 14px;
  }
  .formForgot #forgot_content #forgot_email {
    min-width: 100%;
  }
}
/*# sourceMappingURL=ilu.css.map */