/** Author: Rajith Wijepura **/
@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
@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");
@import url("https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap");
body {
  font-family: "Poppins", sans-serif;
}
body.auth {
  background-color: #1AB4D7;
}
body.auth img.logo, body.auth img.logo-mobile {
  width: 200px;
}
body .pos-rel {
  position: relative;
}
body .pos-abs {
  position: absolute;
}
body .show-pass {
  top: 10px;
  right: 4px;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
}
body .form-floating > label {
  color: #6d6d6d;
}
body .form-floating > .form-control:focus ~ label {
  color: #ff6e40;
}
body input.form-control.form-error {
  border-color: #ff4a4a;
}
body span.error-message {
  font-size: 13px;
  color: #ff4a4a;
}
body footer.content-footer {
  justify-content: space-around;
}
@media (max-width: 768px) {
  body .mobile-h {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
  }
  body .mobile-h img {
    width: 150px;
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  body .mobile-h {
    display: none;
  }
}

/*# sourceMappingURL=custom.css.map */
