* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', system-ui, sans-serif;
}

html {
  font-size: 100%;
  overflow-x: hidden;
}

body {
  line-height: 1.6;
}

.container {
  display: flex;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* LEFT PANEL */
.left-panel {
  flex: 1; 
  width: 50%;
  background: linear-gradient(to bottom right, #2563eb, #9333ea, #3730a3);
  color: white;
  padding: 48px 48px 48px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow-y: auto;
  min-height: 100%;
  z-index: 10;
}

.welcome-text h1.welcome {
  font-size: 48px;
  color: rgb(255 255 255 / 1);
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  transform: none;
}

.brand-title span {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  background: linear-gradient(to right, #facc15, #fb923c);
  margin-bottom: 12px;
  background-clip: text;
  color: transparent;
}

.brand-subtitle {
  font-size: 22px;
  margin-bottom: 48px !important;
  color: rgb(219 234 254 /1);
  line-height: 1.625;
  margin: 0;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.feature-box {
  background-color: #ffffff1a;
  border-radius: 16px;
  border-width: 1px;
  border-color: #fff3;
  padding: 24px;
  opacity: 1;
  transform: none;
  display: block;
  unicode-bidi: isolate;
  box-sizing: border-box;
  border-style: solid;
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.feature-symbol img {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  color: rgb(250 204 21 /1);
  filter: brightness(0) saturate(100%) invert(75%) sepia(91%) saturate(655%) hue-rotate(2deg) brightness(100%) contrast(100%);

}

.feature-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  color: rgb(255 255 255 /1);
}

.feature-desc {
  font-size: 14px;
  line-height: 20px;
  color: rgb(219 234 254 /1);
  margin: 0;
}

/* BUBBLES */
.bubbles-join-container {
  display: flex;
  align-items: center;
  margin-top: 48px;
  opacity: 1;
  gap: 16px;
  unicode-bidi: isolate;
}

.bubbles {
  display: flex;
}

.bubbles span {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  border-width: 2px;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
  border-color: #ffffff4d;
  border-style: solid;
}

.bubbles span:not([hidden])~span:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * (1 - var(--tw-space-x-reverse)));
}

.join {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  color: rgb(255 255 255 /1);
}

.jointext {
  font-size: 15px;
  line-height: 20px;
  color: rgb(191, 219, 254);

}

/* RIGHT PANEL */
.right-panel {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow-y: auto;
  width: 50%;
  unicode-bidi: isolate;
}

.login-wrapper {
  width: 100%;
  max-width: 448px;
  display: flex;
  padding: 32px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  opacity: 1;
  transform: none;
}

.welcome-heading {
  text-align: center;
  margin-bottom: 32px;
}

.form-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 8px;
  color: rgb(17 24 39 /1);
}

.form-subtitle {
  font-size: 17px;
  color: rgb(75 85 99 /1);
  margin: 0;
}

.error {
  background-color: rgb(254 242 242 / 1);
  color: rgb(185 28 28 /1);
  border-color: rgb(254 202 202 / 1);
  border-width: 1px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8px;
  opacity: 1;
  transform: none;
  border-style: solid;
  font-size: 16px;
  margin-bottom: 15px;
}

.success {
  background-color: #e6ffed;
  color: #0f5132;
  border: 1px solid #a3f7bf;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 15px;
}

.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
}

/* Input Styles */

form {
  display: block;
  margin-top: 0em;
  unicode-bidi: isolate;
}

label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 20px;
  margin-bottom: 8px;
  text-align: left;
  color: rgb(55 65 81 /1);
  cursor: default;
}

.input-icon {
  position: relative;
  margin-bottom: 20px;
}

.input-icon img {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  --tw-translate-y: -50%;
  width: 20px;
  height: 20px;
  color: rgb(156 163 175 /1);
  display: block;
}

.input-icon input {
  width: 100%;
  padding: 12px 12px 14px 48px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  font-size: 16px;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

input::placeholder {
  color: #9CA3AF;
  opacity: 1;
}

.password-field img#togglePassword {
  right: 12px;
  left: auto;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: rgb(156 163 175 /1);
}

.icon-gray {
  filter: brightness(0) saturate(100%) invert(80%) sepia(3%) saturate(250%) hue-rotate(180deg) brightness(95%) contrast(85%);
}

/* Remember/Forgot */
.form-options-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-options-row:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.form-options-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border-color: rgb(209 213 219 /1);
  vertical-align: middle;
}

.remember-text {
  margin-left: 8px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(75 85 99 /1);
}

.forgot-link {
  color: rgb(37 99 235 /1);
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: inherit;
}

/* Button */
.btn-primary {
  background: linear-gradient(to right, #2563eb, #9333ea);
  color: rgb(255 255 255 /1);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
  padding-left: 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
  text-transform: none;
  background-color: transparent;
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  transform: none;
  transition-duration: .2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.btn-primary:hover {
  transform: scale(1.03);
  opacity: 1;
  filter: brightness(0.95);
}

.social-auth-links button {
  width: 100%;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.social-auth-links p {
  margin-top: 16px;
  font-weight: 600;
  text-align: center;
  /*margin-top: 14px; */
}

.social-auth-links form {
  margin-bottom: 10px;
}

.social-auth-links .btn-primary {
  background-color: #0077b5;
  color: white;
}

.social-auth-links .btn-danger {
  background-color: #db4437;
  color: white;
}

.social-auth-links .btn-danger:hover {
  transform: scale(1.03);
  filter: brightness(0.9);
}

.social-auth-links i.fab.fa-linkedin {
  margin-right: 6px;
  font-size: 18px;
  vertical-align: middle;
}

.social-auth-links i.fab.fa-google-plus {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}

/* Sign up link */
.signup {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  color: rgb(75 85 99 /1);
}

.signup a {
  color: rgb(37 99 235 /1);
  text-decoration: inherit;
  transition-duration: .2s;
  font-weight: 500;
  cursor: pointer;
}

.mini-spinner{
  display:inline-block;
  width:20px;height:20px;
  border:3px solid rgba(255,255,255,.6);
  border-top-color:#fff;
  border-radius:50%;
  animation:mini-spin .7s linear infinite;
}
@keyframes mini-spin{to{transform:rotate(360deg)}}

button.spinning{
  pointer-events:none;       
  opacity:0.9;
}

/*Responsive */
@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .left-panel, .right-panel {
    width: 100%;
    padding: 30px;
  }
  html {
    font-size: 90%;
  }
} 
@media screen and (max-width: 1024px) and (min-width: 769px) {
  html {
    font-size: 95%;
  }

  .left-panel, .right-panel {
    padding: 40px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 110%;
  }

  .left-panel, .right-panel {
    padding: 60px;
  }
}
/* Align bubbles + text horizontally 
.bubbles-join-container {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.bubbles-join-container .bubbles {
  margin: 0;
}

.bubbles-join-container .join {
  font-size: 15px;
  line-height: 1.4;
  color: white;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
*/
/* Enhance bubble visuals 
.bubbles span {
  background: rgba(255, 255, 255, 0.2);
}
*/
/* Adjust brand heading higher 
.brand-title {
  margin-top: 10px;
}*/

/* Ensure right-panel content is vertically centered 
.login-wrapper {
  margin: auto;
  height: auto;
}
*/