@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;
}

.hidden {
  display: none;
}

.auth-form-label {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
  text-align: start;
  font-weight: 500;
}

.auth-form-input {
  padding: 5px 12px 5px 12px !important;
  border-radius: 2px;
  border: 1px solid #d9d9d9 !important;
}

.validate-text {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
  color: #D2001A;
}

.input-password {
  position: relative;
}
.input-password .eye-icon {
  position: absolute;
  top: 40px;
  right: 15px;
  color: #999999;
}

.page {
  position: relative;
  min-height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.bg-image {
  background: url("../images/bg-splash.jpg") no-repeat center bottom fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.no-bg {
  background: white;
}

.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-btn2 {
  margin-top: 20px;
  background: #1890ff;
  padding: 5px 16px 5px 16px;
  border: none;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
  border-radius: 2px;
}

.no-underline {
  text-decoration: none;
}

.no-underline:hover {
  text-decoration: none;
}

.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;
}

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

.main-auth {
  width: 30%;
}

.input-validation-error {
  border: 1px solid red !important;
}

.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;
}

.title p {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: black;
}

.createSiteBtn {
  border: none;
  color: #1890ff;
  background: white;
  font-size: 14px;
  font-weight: 500;
}

.createSiteTitle {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

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

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

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