@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

/*start here color theme*/
.text-color-ffffff {
  color: #ffffff;
}

.text-color-008089 {
  color: #146eb4;
}

.text-color-1E2640 {
  color: #1e2640;
}

.text-color-FAFAFA {
  color: #fafafa;
}

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

.bg-color-ffffff {
  background-color: #ffffff;
}

.bg-color-008089 {
  background-color: #146eb4;
}

.bg-color-1E2640 {
  background-color: #1e2640;
}

.bg-color-FAFAFA {
  background-color: #fafafa;
}

/*end here color theme*/
/*Start here position css*/
.positionRelative {
  position: relative;
}

/*End here position css*/
/*Start here display Css*/
.dFlex {
  display: flex;
}

/*End here display Css*/
/*Start here padding css*/
.py16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px10 {
  padding-left: 10px;
  padding-right: 10px;
}

/*end here padding css*/
/*Start here width css*/
.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w48 {
  width: 48%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w100 {
  width: 100% !important;
}

/*End here width css*/
/*Start here text align*/
.textRight {
  text-align: right;
}

.textleft {
  text-align: left;
}

.textcenter {
  text-align: center;
}

.paginationBorder {
  border: 1px solid #D9D9D9 !important;
}

/*End here text align*/
/*start here container css*/
.container {
  max-width: 1320px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 375px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 375px) {
  .container {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*end here container css*/
.containerFluid {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.innerRow {
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (max-width: 767px) {
  .innerRow {
    margin: auto;
  }
}

/*Start here heading*/
.primaryheading {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #1a181e;
}

/*End here heading css*/
/*Start here form css*/
input:focus {
  border: 1px solid #d9d9d9;
  outline: none;
  box-shadow: 0 0 0;
}
input:hover {
  border: 1px solid #d9d9d9;
  outline: none;
  box-shadow: 0 0 0;
}

textarea {
  padding: 10px;
}
textarea:focus {
  border: 1px solid #d9d9d9;
  outline: none;
  box-shadow: 0 0 0;
}
textarea:hover {
  border: 1px solid #d9d9d9;
  outline: none;
  box-shadow: 0 0 0;
}

select {
  padding: 10px;
}
select:focus {
  border: 1px solid #d9d9d9;
  outline: none;
  box-shadow: 0 0 0;
}
select:hover {
  border: 1px solid #d9d9d9;
  outline: none;
  box-shadow: 0 0 0;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #000000;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/*End here form css*/
.position-relative {
  position: relative;
}

/**/
.adminHeading {
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adminHeading .adminHeadingtext {
  font-size: 16px;
  font-weight: 500;
}
.adminHeading .adminHeadingtext span {
  background-color: #3c5e81;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 14px;
}
.adminHeading .backbtn {
  text-decoration: none;
  color: #3c5e81;
  padding: 5px;
  border-radius: 5px;
}
.adminHeading .addnewicon {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 5px;
  color: #000;
}

.manadaoryicon {
  color: #FF0000;
  font-size: 14px;
}

/**/
.overlaycss {
  position: fixed; /* Sit on top of the page content */
  /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 99; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  display: none;
}
.overlaycss.active {
  display: block;
}

.d-flex {
  display: flex;
  gap: 10px;
}

.justifyContentCenter {
  justify-content: center;
}

.flexWrap {
  flex-wrap: wrap;
}

.registerLoginPnl {
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .registerLoginPnl {
    flex-wrap: wrap;
  }
}
.registerLoginPnl .registerLoginPnglinformation {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .registerLoginPnl .registerLoginPnglinformation {
    width: 100%;
    order: 2;
  }
}
.registerLoginPnl .registerLoginPnglinformation .logoImg img {
  height: 80px;
}
.registerLoginPnl .registerLoginPnglinformation .loginInormation ul {
  padding-left: 0px;
  list-style: none;
  margin-top: 30px;
}
.registerLoginPnl .registerLoginPnglinformation .loginInormation ul li {
  font-size: 16px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 55px;
  font-weight: 500;
  color: #1c2137;
  display: flex;
  align-items: center;
}
.registerLoginPnl .registerLoginPnglinformation .loginInormation ul li img {
  position: absolute;
  left: 0px;
  height: 30px !important;
}
.registerLoginPnl .registerLoginPnglinformation .loginInormation ul li span {
  display: block;
  font-size: 16px;
}
.registerLoginPnl .registerLoginPnglBox {
  width: 50%;
  background-color: #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .registerLoginPnl .registerLoginPnglBox {
    width: 100%;
    order: 1;
  }
}
.registerLoginPnl .registerLoginPnglBox .loginBoxPnl {
  width: 100%;
}
.registerLoginPnl .registerLoginPnglBox .loginBoxPnl .registerLoginForm {
  margin-bottom: 15px;
}
.registerLoginPnl .registerLoginPnglBox .loginBoxPnl .registerLoginForm:last-child {
  margin-bottom: 0px;
}
.registerLoginPnl .registerLoginPnglBox .loginBoxPnl .registerLoginForm .registerLoginHeading {
  font-size: 24px;
  color: #000000;
  margin-bottom: 30px;
}
.registerLoginPnl .registerLoginPnglBox .loginBoxPnl .registerLoginForm label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.registerLoginPnl .registerLoginPnglBox .loginBoxPnl .registerLoginForm input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 10px;
}
.registerLoginPnl .registerLoginPnglBox .loginBoxPnl .registerLoginForm input:focus {
  border: 1px solid #000000;
}
.registerLoginPnl .registerLoginPnglBox .loginBoxPnl .registerLoginForm input:-webkit-autofill {
  -webkit-background-color: #ffffff !important;
}
.registerLoginPnl .registerLoginPnglBox .loginBoxPnl .registerLoginForm .text-danger {
  font-size: 12px;
  color: #bc2c23;
}
.registerLoginPnl .registerLoginPnglBox .signingBtn {
  background-color: #037ffa;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.registerloginLinkpnl {
  justify-content: space-between;
  margin-bottom: 10px;
}
.registerloginLinkpnl .registerloginLink {
  font-size: 12px;
}
.registerloginLinkpnl .registerloginLink a {
  color: #037ffa;
  text-decoration: none;
  font-weight: bold;
}

.googleLoginbtn {
  width: 200px;
  margin: auto;
}
.googleLoginbtn .googleLoginbtnpnl {
  background-color: #bc2c23;
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  border-radius: 5px;
}
.googleLoginbtn .googleLoginbtnpnl svg {
  position: absolute;
  height: 30px;
  color: #ffffff;
  fill: #ffffff;
  left: 15px;
}
.googleLoginbtn .googleLoginbtnpnl a {
  padding-left: 50px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  display: block;
}/*# sourceMappingURL=login.css.map */