@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
  box-sizing: border-box;
  font-family: "Roboto";
}

body {
  position: relative;
  margin: 0;
  padding: 0;
}

.main {
  width: 100%;
  float: left;
}

.welcome {
  width: 100%;
  text-align: center;
}

.headBanner {
  width: 100%;
  height: 109px;
  background: #00a1a3;
  float: left;
  position: relative;
  padding: 40px 0 40px;
}

.footerSec {
  width: 100%;
  height: auto;
  background: #4f4f4f;
  float: left;
  position: relative;
  padding: 40px 0 40px;
}

.inner_div {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 40px 10px 40px;
}

.bg-image {
  width: 100%;
  height: auto;
  float: left;
}

.anchor_class {
  float: right;
  padding-right: 16px;
}

.anchor_class a, .anchor_class a:hover {
  color: #fff;
}

.mainBody {
  width: calc(100% - 350px);
  float: right;
  min-height: calc(100vh - 189px);
  padding: 30px 13px;
}
.mainBody h4 {
  width: 100%;
  float: left;
  margin: 0 0 18px 0;
  font-size: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
.mainBody h4 button {
  border: 0;
  background-color: #00a1a3;
  font-size: 14px;
  color: #fff;
  padding: 9px 22px;
  border-radius: 22px;
  outline: none !important;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.mainBody h4 button:hover {
  background-color: #006d6e;
}
.mainBody .table {
  font-size: 13px;
}

.sideBar {
  width: 280px;
  height: calc(100vh - 230px);
  position: absolute;
  left: 20px;
  top: 126px;
  background-color: #00a1a3;
  padding: 45px 20px;
}
.sideBar a {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0 0;
  padding: 7px 0;
  color: #fff !important;
  text-decoration: none;
}

.welcomePageWrap {
  width: 100%;
  float: left;
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.welcomePageWrap h2 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #484848;
  margin: 0 0 47px 0;
}
.welcomePageWrap span {
  width: 100%;
  float: left;
  text-align: center;
}
.welcomePageWrap span a {
  display: inline-block;
  background: #36a850;
  padding: 9px 0;
  width: 106px;
  margin: 0 7px;
  border-radius: 8px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
}
.welcomePageWrap span a.register {
  background-color: #00a1a3;
}

.backIcon {
  float: left;
  color: #000 !important;
  text-decoration: none !important;
  position: relative;
  margin: 29px 0 35px 21px;
}
.backIcon i {
  -webkit-text-stroke: 1px #fff;
  margin: 0 6px 0 0;
}

.toggleSlide {
  display: none;
}

.refCode {
  width: 100%;
  float: left;
  margin: 0 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 20px;
}
.refCode a {
  max-width: 180px !important;
  float: left !important;
}
.refCode input {
  width: 98px !important;
  float: left !important;
  border: 0;
  background: #00a1a3;
  color: #fff;
  padding: 9px 0;
}

.logoWrap {
  float: left;
  width: 192px;
  margin: -15px 0 0 31px;
}
.logoWrap img {
  width: 100%;
}

.logoWrapWelcome {
  width: 100%;
  position: absolute;
  left: 0;
  top: 35px;
  text-align: center;
}
.logoWrapWelcome img {
  max-width: 350px;
}

.smHolder {
  position: relative;
}
.smHolder .subMenu {
  position: absolute;
  left: 0;
  top: 25px;
  background: #006d6e;
  padding: 9px 10px;
  width: 172px;
  display: none;
}
.smHolder .subMenu a {
  width: 100%;
  float: left;
  padding: 8px 0;
}

.pLink {
  position: relative;
  padding: 12px;
  text-decoration: none !important;
}

@media (min-width: 240px) and (max-width: 600px) {
  .card {
    padding: 0 !important;
    border: 0 !important;
  }
  .card .card-body {
    padding: 0 !important;
  }
  .headBanner {
    height: auto;
    padding: 18px 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .headBanner .anchor_class {
    float: left;
    margin: 0 0 0;
  }
  .headBanner .anchor_class a {
    margin: 0 12px 0 0;
  }
  .headBanner .toggleSlide {
    float: right;
    margin: 0 0 0 0;
    display: block;
  }
  .headBanner .toggleSlide i {
    font-size: 23px;
    color: #fff;
    -webkit-text-stroke: 1px #00a1a3;
  }
  .mainBody {
    width: 100%;
    float: left;
    min-height: calc(100vh - 144px);
  }
  .sideBar {
    width: 268px;
    height: 100vh;
    position: fixed;
    left: -290px;
    top: 0;
    background-color: #212121;
    z-index: 99;
    transition: 0.3s ease-in-out;
    padding: 45px 20px;
  }
  .sideBar.open {
    left: 0;
  }
  .sideBar a {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0;
    padding: 7px 0;
    color: #fff !important;
    text-decoration: none;
  }
  .logoWrap {
    float: left;
    width: 102px;
    margin: 10px 0 0 0;
    position: absolute;
    top: 0;
    left: 13px;
  }
  .logoWrapWelcome {
    width: 100%;
    position: absolute;
    left: 0;
    top: 92px;
    text-align: center;
  }
  .logoWrapWelcome img {
    max-width: 250px;
  }
  .pLink {
    padding: 12px 0;
    font-size: 14px;
  }
}
.error {
  color: red;
}

.success {
  color: green;
}

.terms_and_condition, .terms_and_condition:hover {
  text-decoration: none !important;
}

.terms {
  float: left;
  padding: 5px 77px 0px 77px;
}/*# sourceMappingURL=style.css.map */