/**=====================
    3.29 Login CSS Start
==========================**/
/* 15/06/2024 */
.login_bg .login-container .form-container {
  max-width: 700px;
  margin: 0 auto;
}

.login_bg {
  overflow: hidden;
  margin: 0;
  background-color: #0044ef !important;
}

.form_era {
  height: 60vh;
  display: flex;
  align-items: center;
}

.login_bg .login-container {
  overflow: hidden;
}

.login_bg .login-container .top_branding_logo img {
  width: 20vw;
  max-width: 100%;
  height: 100%;
}

.login_bg .login-container .top_center {
  display: flex;
  justify-content: center;
}

.right_one_care img {
  width: 30vw;
  max-width: 100%;
  height: 100%;
}

.right_one_care {
  position: absolute;
  right: 0;
}

.login_actions_form h1 {
  font-size: 5vw;
  font-weight: bold;
  color: white;
  margin-bottom: 22px;
}

.login_bg .form-group {
  margin-bottom: 15px;
  position: relative;
}

.login_bg .form-group label {
  display: block;
  margin-bottom: 5px;
}

.login_bg .form-group input {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 70px;
  height: 55px;
}

.login_bg .form-group .toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-20%);
  cursor: pointer;
}

.last_content_child {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
}

.bottom_md_dme {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #f2f2f2;
  bottom: 0;
  position: absolute;
  width: 40vw;
  height: 120px;
  padding: 24px;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
}

.dm_logo {
  width: 30px;
  display: inline-flex;
}

.last_content_child p {
  color: #282828;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mt_100 {
  margin-top: 100px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_10 {
  margin-top: 10px;
}

.submit_data {
  background: #f2f2f2;
  color: #0044ef;
  width: 200px;
  font-size: 16px;
  font-weight: 500;
  max-width: 100%;
  height: 44px;
  max-height: 100%;
  border-radius: 100px;
}

.h_btm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
}

.bottom_md_dme p {
  color: #282828;
  font-weight: bold;
}

.md_dme_logo {
  filter: contrast(0.9);
  position: relative;
  top: 2px;
  width: 100%;
}

.cus_wid {
  width: 38px !important;
}

.l_w_c {
  height: 31px;
  max-height: 31px;
  width: 56px;
}

.hippas {
  height: 35px;
  max-height: 35px;
  width: 56px;
}

/* Media quries */
@media screen and (max-width: 992px) {
  .bottom_md_dme {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .form_era {
    height: 68vh;
    display: flex;
    align-items: flex-end;
  }
  .login_bg .login-container .top_branding_logo img {
    width: 30vw;
  }
}
@media screen and (max-width: 600px) {
  .login_actions_form h1 {
    font-size: 8vw;
  }
  .form_era {
    height: 90vh;
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .h_btm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .bottom_md_dme {
    width: 100%;
  }
  .submit_data {
    background: #f2f2f2;
    width: 60%;
  }
}
/*----- Global Loader -----*/
/* end */
/**=====================
    3.29 Login CSS Ends
==========================**/
.login-wrap {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .login-wrap {
    grid-template-columns: 1fr !important;
    height: auto;
  }
}
.login-wrap .login-left {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 0px 20px;
}
.login-wrap .login-left .login-left-inner {
  padding-bottom: 100px;
  width: 350px;
}
.login-wrap .login-left .login-left-inner h1 {
  margin-bottom: 15px;
}
.login-wrap .login-left .login-left-inner .sub-text {
  color: #525252;
  margin-bottom: 25px;
}
.login-wrap .login-left .login-left-inner .form-group {
  position: relative;
}
.login-wrap .login-left .login-left-inner .form-group input {
  border-radius: 8px !important;
  border: 1px solid rgba(70, 95, 241, 0.4) !important;
  padding: 10px 20px 8px;
  height: 48px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  /* firefox 19+ */
  font-size: 12px;
}
.login-wrap .login-left .login-left-inner .form-group input::-webkit-input-placeholder {
  color: #9C9AA5;
}
.login-wrap .login-left .login-left-inner .form-group input::-moz-placeholder {
  color: #9C9AA5;
}
.login-wrap .login-left .login-left-inner .form-group input:-ms-input-placeholder {
  color: #9C9AA5;
}
.login-wrap .login-left .login-left-inner .form-group input:focus {
  box-shadow: 0px 2px 10px rgba(38, 32, 59, 0.2);
}
.login-wrap .login-left .login-left-inner .form-group span {
  position: absolute;
  left: 20px;
  top: 14px;
}
.login-wrap .login-left .login-left-inner .login-btn {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  height: 52px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  background-color: #465FF1;
  border-radius: 8px;
}
.login-wrap .login-right {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .login-wrap .login-right {
    display: none;
  }
}
.login-wrap .login-right .top-logo {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 130px;
}
.login-wrap .login-right .bottom-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .login-wrap .login-right .bottom-image {
    height: 65%;
  }
}
@media screen and (max-width: 1199px) {
  .login-wrap .login-right .bottom-image {
    height: 55%;
  }
}
@media screen and (max-width: 991px) {
  .login-wrap .login-right .bottom-image {
    height: 45%;
  }
}

.login-bottom-section {
  position: absolute;
  bottom: 0px;
  text-align: center;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  .login-bottom-section {
    bottom: 0px;
  }
}
.login-bottom-section p {
  color: #494949;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.login-bottom-section .footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-bottom-section .footer-logos span {
  width: 49px;
  display: flex;
}
.login-bottom-section .footer-logos span.md-logo {
  width: 45px;
  height: 45px;
}
.login-bottom-section .footer-logos span.wc-logo {
  position: relative;
  bottom: 1px;
  margin-left: 10px;
  margin: 10px 0 0 10px;
}
.login-bottom-section .footer-logos span.hippas-logo {
  position: relative;
  bottom: -2px;
}
.login-bottom-section .footer-logos span img {
  max-width: 100%;
}

.hippa-logo-new {
  right: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.hippa-logo-new img {
  width: 80px;
}
.hippa-logo-new span {
  font-size: 8px;
  color: #494949;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.login-body {
  background-color: #D4E1FF;
  padding: 60px 0;
  display: flex;
  min-height: 100vh;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .login-body {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .login-body {
    background-color: #ffffff;
  }
}

.new-login-wrap {
  padding: 32px;
  max-width: 1440px;
  background-color: #ffffff;
  margin: 0px auto;
}
@media screen and (max-width: 1500px) {
  .new-login-wrap {
    max-width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .new-login-wrap {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .new-login-wrap {
    padding: 0px;
    grid-template-columns: 1fr;
    max-width: 85%;
  }
}
.new-login-wrap .login-right {
  background-image: url("../../images//login/new-login-bg.png");
  text-align: center;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .new-login-wrap .login-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .new-login-wrap .login-right {
    max-width: 100%;
  }
}
.new-login-wrap .logo-box {
  margin-top: 40px;
}
@media screen and (max-width: 5200px) {
  .new-login-wrap .logo-box {
    margin-top: 20px;
  }
  .new-login-wrap .logo-box img {
    max-width: 250px;
  }
}
.new-login-wrap .stats-box {
  padding: 10px 0;
  max-width: 70%;
}
@media screen and (max-width: 1200px) {
  .new-login-wrap .stats-box {
    padding: 30px 0;
    max-width: 80%;
  }
}
.new-login-wrap .login-color-box-text {
  max-width: 435px;
  margin: 0px auto 0;
}
.new-login-wrap .login-color-box-text h3 {
  font-size: 38px;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  .new-login-wrap .login-color-box-text h3 {
    font-size: 22px;
  }
}
.new-login-wrap .login-color-box-text p {
  font-size: 22px;
  font-weight: 300;
  padding: 10px 20px 0;
}
@media screen and (max-width: 1500px) {
  .new-login-wrap .login-color-box-text p {
    font-size: 18px;
    padding: 5px 32px 0;
  }
}
.new-login-wrap .login-sub-text-wrap {
  background-color: #ECF0FF;
  padding: 15px 5px 15px;
  border-radius: 4px;
}
.new-login-wrap .login-sub-text-wrap span {
  color: #000000;
  height: 15px;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-login-wrap .login-left-inner {
  max-width: 410px !important;
}
@media screen and (max-width: 991px) {
  .new-login-wrap .login-left-inner {
    width: 100% !important;
  }
}
.new-login-wrap .login-left-inner h1 {
  font-size: 24px;
}
.new-login-wrap .forgot-text {
  color: #9C9AA5 !important;
  font-size: 12px;
  text-decoration: underline;
}
.new-login-wrap .forgot-text:hover {
  color: #465FF1 !important;
}
.new-login-wrap .login-bottom-section .footer-logos span.md-logo {
  width: 120px;
}
.new-login-wrap .login-bottom-section .footer-logos span {
  width: 120px;
}
.new-login-wrap .forget-pwd-form-group .btn {
  height: 52px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.login-slider-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-slider-box .login-slider-wrapper {
  max-width: 435px;
}
.login-slider-box .slick-dots {
  bottom: 0;
}
.login-slider-box .slick-dots li {
  height: 8px;
  width: 8px;
}
.login-slider-box .slick-dots li.slick-active button:before {
  color: #ffffff !important;
  opacity: 1;
}
.login-slider-box .slick-dots li button {
  height: 8px;
  width: 8px;
  padding: 0;
}
.login-slider-box .slick-dots li button:before {
  opacity: 1;
  height: 8px;
  width: 8px;
  font-size: 30px;
  line-height: 20px;
  color: #96BFFF !important;
}

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