@font-face {
  font-family: "Primary-Regular";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Primary-Semibold";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Primary-Bold";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/* used for the primary Bold fonts */
/* used for the primary Medium fonts */
/* used for the primary Regular fonts */
/* used for the primary color texts Ex: bordered active tabs  */
/* used for the secondary color texts*/
/* used for the black texts */
/* used for the white color */
/* used for the anchor tags */
/* used for the from label texts and breadcrumb active color */
/* used for the table head text colors */
/* used for the table body text colors */
/* used for the mandatory text colors and validation texts */
/* used for the primary background color  Ex: primary btns  */
/* used for the secondary background color  Ex: secondary btns  */
/* used for the form border color Ex: text box border  */
/* used for the primary border btns color Ex: loadmore border btn  */
/* used for the secondary border btns color Ex: advanced filter border btn  */
/*used for table outer border */
.login-bg-height {
  min-height: 100vh;
}

.login-content-height {
  min-height: 84vh;
}

.login-logo-sty {
  height: 35px;
}

.login-header {
  color: #2C36BF;
}

.login-brd-left {
  border-left: 16px solid #464775;
}

.login-bg-img {
  background-image: url(../images/login-bg.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-scroll {
  min-height: 85vh;
  height: auto;
  max-height: 85vh;
  overflow-y: auto;
}

.login-scroll::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}

.login-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.login-scroll::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}

.login-scroll::-webkit-scrollbar {
  background: #fff !important;
}

@media (max-width: 767.98px) {
  .login-brd-left {
    border-left: none;
  }
}
.horz-line-pos {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #C3C3C3;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.horz-line-pos .horz-line {
  background: #ffffff;
  padding: 0 10px;
}/*# sourceMappingURL=login.css.map */