.top-0 {
    top: 0 !important
}

.right-0 {
    right: 0 !important
}

.left-0 {
    left: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

svg {
    vertical-align: middle
}

.z-index-2 {
    z-index: 2
}

.font-weight-semi-bold {
    font-weight: 600 !important
}

.register-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px
}

.bg-img-hero {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(abstract-bg-4.jpg)
}

.form-card {
    position: relative;
    background-color: #fff;
    border: .0625rem solid rgba(231, 234, 243, .7);
    border-radius: .75rem;
    box-shadow: 0 6px 12px rgb(147 159 171)
}

.form-card_body {
    padding: 30px
}

@media(min-width:420px) {
    .form-card_body {
        padding: 40px
    }
}

@media(min-width:576px) {
    .form-card_body {
        padding: 50px
    }
}

.pharmacare-logo img {
    height: 55px
}

.display-4 {
    line-height: 1.4;
    font-size: 19px
}

.register-content .btn {
    font-size: 18px;
    padding: 12px
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.register-content .form-group {
    margin-bottom: 20px
}

.register-content .form-control {
    height: 52px;
    font-size: 15px
}

.password+.fa,
.cPassword+.fa {
    top: 50%;
    right: 5px;
    position: absolute;
    color: #666;
    cursor: pointer;
    pointer-events: all;
    -webkit-transform: translate(-5px, -50%);
    -ms-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%);
    font-size: 16px
}

/* --- Modern split auth layout --- */
.auth-wrapper {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 55% 45%;
  background: #fff;
}

@media (max-width: 992px) {
  .auth-wrapper {
    grid-template-columns: 1fr;
  }
}

.auth-left {
  position: relative;
  overflow: hidden;
  background: radial-gradient(1200px 600px at -10% -20%, #30cfd0 0%, rgba(48, 207, 208, 0) 60%),
              radial-gradient(700px 500px at 120% 120%, #330867 0%, rgba(51, 8, 103, 0) 70%),
              linear-gradient(135deg, #2b5876 0%, #4e4376 100%);
  color: #eaf4ff;
}

@media (max-width: 992px) {
  .auth-left { display: none; }
}

.auth-left-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.auth-left-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 56px;
}

.auth-brand img {
  height: 56px;
  width: auto;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,0.25));
}

.auth-headline {
  max-width: 540px;
  margin-top: 20vh;
}

.auth-headline h1 {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #ffffff;
}

.auth-headline p {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin: 0;
}

.floating-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.floating-shapes span {
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.35), rgba(255,255,255,0.05));
  animation: floatY 10s ease-in-out infinite alternate;
  filter: blur(0.2px);
}

.floating-shapes span:nth-child(1) { top: 10%; left: 8%; animation-duration: 12s; }
.floating-shapes span:nth-child(2) { top: 35%; left: 60%; width: 160px; height: 160px; animation-duration: 14s; }
.floating-shapes span:nth-child(3) { bottom: 18%; left: 20%; width: 90px; height: 90px; animation-duration: 10s; }
.floating-shapes span:nth-child(4) { bottom: 10%; right: 8%; width: 140px; height: 140px; animation-duration: 16s; }

@keyframes floatY {
  0%   { transform: translateY(-10px) translateX(0); opacity: .8; }
  50%  { transform: translateY(10px) translateX(6px); opacity: .95; }
  100% { transform: translateY(-8px) translateX(-4px); opacity: .85; }
}

.auth-right {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  background: #ffffff;
}

.auth-card {
  width: 100%;
  max-width: 520px;
  box-shadow: 0 12px 28px rgba(25, 33, 58, 0.16);
  border-radius: 16px;
  border: none;
}

.auth-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.login-form .form-control {
  height: 52px;
}

.login-form .btn {
  height: 52px;
  font-weight: 600;
}
