@import "../../../lib/bootstrap-4.6.2/css/bootstrap.min.css";
@import "../../../lib/toastr/toastr.css";
@import "../../../lib/select2/css/select2.min.css";
@import "../../../lib/select2-bootstrap4-theme/select2-bootstrap4.min.css";
@import "../../../lib/datatables-bs4/css/dataTables.bootstrap4.min.css";
@import "../../../lib/datatables-responsive/css/responsive.bootstrap4.min.css";
@import "../../../lib/daterangepicker/daterangepicker.css";
@import "../../../lib/icheck-bootstrap/icheck-bootstrap.min.css";
html, body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-style: normal;
}

body {
  background-color: #e6e6e6;
  font-family: "Roboto", sans-serif;
  color: #1e1e1e;
}
body .loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
  background-color: rgba(0, 0, 0, 0.25);
}
body .loading-container .loading-dialog {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
}
body .loading-container .loading-dialog .loading-icon {
  font-size: 28px;
  margin-bottom: 2px;
}

.page {
  position: relative;
  min-height: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: url("../images/bg-splash.jpg") no-repeat center bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer {
  padding-top: 3em;
  font-size: 15px;
}

.custom-input {
  border: none;
  border-radius: 17px;
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.custom-btn {
  margin-top: 20px;
  background: #F1B821;
  padding: 5px 35px 5px 35px;
  border: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.custom-border {
  border-radius: 20px;
}

.custom-title {
  color: #0061AF !important;
}

.custom-background {
  background: #0061AF !important;
}

.custom-color {
  color: #0061AF !important;
}

.logo img {
  object-fit: cover;
  width: 20em;
  height: auto;
  margin-bottom: 15px;
}

.auth {
  width: 30%;
}
.auth.signup {
  width: 37%;
}

.select2-selection {
  border: none !important;
  border-radius: 17px !important;
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.select2-dropdown.select2-dropdown--below {
  margin-top: 5px;
}

.select2-selection__rendered {
  text-align: left !important;
}

@media (max-width: 1140px) {
  html, body {
    font-size: 12.5px !important;
  }

  .auth {
    width: 75% !important;
  }
}

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