:root,
[data-bs-theme="light"] {
  --bs-themecolor: #0d6efd;
  --bs-themecolor-rgb: 13, 110, 253;
  --bs-themehovercolor: #0257d5;
  --bs-themehovercolor-rgb: 1.7623, 87.23361, 213.2377;
  --bs-link-color: var(--bs-themecolor);
  --bs-link-color-rgb: var(--bs-themecolor-rgb);
  --bs-link-hover-color: var(--bs-themehovercolor);
  --bs-link-hover-color-rgb: var(--bs-themehovercolor-rgb);
  --bs-primary: var(--bs-themecolor);
  --bs-primary-rgb: var(--bs-themecolor-rgb);
  --bs-primary-text-emphasis: #052c65;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-body-color: #4c4d4d;
  --bs-body-color-rgb: 76, 77, 77;
  --bs-heading-color: var(--bs-emphasis-color);
  --bs-body-font-family: Poppins, sans-serif;
}



body,
html {
  height: 100%;
}


form {
  padding: 0;
  margin: 0;
  display: inline;
}

img {
  vertical-align: inherit;
}

p {
  line-height: 1.8;
}


a {
  color: #000;
}

.logo img
{
  max-width: 150px;
}

.logo-2 img
{
  max-width: 220px;
}

.text-theme-color
{
  color: #7E4998 !important;
}

.name-box h4
{
  margin-bottom: 10px !important;
  font-size: 28px !important;
}

.name-box p a, .name-box p
{
  color: #7E4998;
  margin-bottom: 10px !important;
  text-decoration: none;
  line-height: 1.5 !important;
  font-size: 18px;
}

.border-right
{
  border-right: 3px solid #000;
}

.ceracare-login .text-2 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.ceracare-login .text-5 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}

.ceracare-login .text-7 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}


.ceracare-login .text-11 {
  font-size: calc(1.4rem + 1.8vw) !important;
  font-weight: 600;
  margin-bottom: 48px;
}

@media (min-width: 1200px) {
  .ceracare-login .text-11 {
    font-size: 2.75rem !important;
  }
}


.ceracare-login .text-11 {
  line-height: 1.3;
}

/* Opacity */

.ceracare-login .opacity-9 {
  opacity: 0.9;
}


/* Background Dark */
.ceracare-login .bg-themecolor {
  background-color: #7E4998 !important;
}

.ceracare-login .black {
  background-color: #000 !important;
}

.ceracare-login hr {
  opacity: 0.2;
}


/* =================================== */
/*  4. Elements
/* =================================== */
/*=== 4.1 Hero Background ===*/
.ceracare-login .hero-wrap {
  position: relative;
  overflow: hidden;
}

.ceracare-login .hero-wrap .hero-mask,
.ceracare-login .hero-wrap .hero-bg,
.ceracare-login .hero-wrap .hero-bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.ceracare-login .hero-wrap .hero-mask {
  z-index: 1;
}

.ceracare-login .hero-wrap .hero-content {
  position: relative;
  z-index: 2;
}

.ceracare-login .hero-wrap .hero-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.ceracare-login .hero-wrap .hero-bg-slideshow {
  z-index: 0;
}

.ceracare-login .hero-wrap .hero-bg {
  z-index: 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  transition: background-image 300ms ease-in 200ms;
}

.ceracare-login .hero-wrap .hero-bg.hero-bg-scroll {
  background-attachment: scroll;
}

.ceracare-login .hero-wrap .hero-bg-slideshow .hero-bg {
  background-attachment: inherit;
}

.ceracare-login .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer,
.ceracare-login .hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage,
.ceracare-login .hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
  height: 100%;
}

@media (max-width: 991.98px) {
  .ceracare-login .hero-wrap .hero-bg {
    background-attachment: initial !important;
    background-position: center center !important;
  }
}


.ceracare-login .form-control {
  border-color: #dae1e3;
  box-shadow: inset 0 0;
}

.ceracare-login .form-check-input:not(:checked) {
  border-color: #dae1e3;
}

.ceracare-login .form-control.bg-light {
  background-color: #f5f5f6 !important;
}

.ceracare-login .form-control.border-light {
  border-color: #f5f5f6 !important;
}

.ceracare-login .form-control:not(.form-control-sm) {
  padding: .810rem .96rem;
  height: inherit;
}


.ceracare-login .form-control:focus {
  -webkit-box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
  box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
  border-color: #80bdff !important;
}


.ceracare-login .form-control::-webkit-input-placeholder {
  color: #b1b4b6;
}

.ceracare-login .form-control:-moz-placeholder {
  /* FF 4-18 */
  color: #b1b4b6;
}

.ceracare-login .form-control::-moz-placeholder {
  /* FF 19+ */
  color: #b1b4b6;
}

.ceracare-login .form-control:-ms-input-placeholder,
.ceracare-login .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #b1b4b6;
}

/* 6.2 Form Dark */
.ceracare-login .form-dark .form-control {
  border-color: #ebebeb;
  background: #ebebeb;
  color: #727981;
}

.ceracare-login .form-dark .form-control:focus {
  border-color: #80bdff !important;
}

.ceracare-login .form-dark .form-control::-webkit-input-placeholder {
  color: #777b7f;
}

.ceracare-login .form-dark .form-control:-moz-placeholder {
  /* FF 4-18 */
  color: #777b7f;
}

.ceracare-login .form-dark .form-control::-moz-placeholder {
  /* FF 19+ */
  color: #777b7f;
}

.ceracare-login .form-dark .form-control:-ms-input-placeholder,
.ceracare-login .form-dark .form-control::-ms-input-placeholder {
  /* IE 10+ */
  color: #777b7f;
}

.ceracare-login .form-dark .icon-group .icon-inside {
  color: #777b7f;
}

.ceracare-login .form-dark .form-check-input:not(:checked) {
  background-color: #ebebeb;
  border-color: #ebebeb;
}


/* 6.6 Other Bootstrap Specific */
.ceracare-login .btn {
  padding: 0.8rem 2.6rem;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ceracare-login .btn-sm {
  padding: 0.5rem 1rem;
}

.ceracare-login .btn:not(.btn-link) {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.ceracare-login .btn:not(.btn-link):hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ceracare-login .input-group-append .btn,
.ceracare-login .input-group-prepend .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.ceracare-login .input-group-append .btn:hover,
.ceracare-login .input-group-prepend .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-margin
{
  margin-top: 115px;
}

.custom-margin-2
{
  margin-top: 20px;
}

.custom-rounded-3
{
  border-radius: 0.5rem 0 0 0.5rem;
}

.custom-rounded-4
{
  border-radius: 0 0.5rem 0.5rem 0;
}



@media (max-width: 575.98px) {
  .ceracare-login .btn:not(.btn-sm) {
    padding: .810rem 2rem;
  }

  .ceracare-login .input-group>.input-group-append>.btn,
  .ceracare-login .input-group>.input-group-prepend>.btn {
    padding: 0 0.75rem;
  }

  .ceracare-login .text-11 {
    font-size: calc(1.4rem + 1.8vw) !important;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 15px;
   }

   .custom-margin
    {
      margin-top: 50px;
    }

    .custom-margin-2
    {
      margin-top: 0px;
      margin-bottom: 50px;
    }

    .border-right
    {
      border:none;
    }

    .logo-2 img {
    max-width: 150px;
    }

    .logo img {
    max-width: 100px;
    }

    .custom-rounded-3, .custom-rounded-4
      {
        border-radius: 0.5rem;
      }

}

