@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
.auth {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.auth label,
.auth p,
.auth span,
.auth a,
.auth h1,
.auth h2,
.auth h3,
.auth h4,
.auth h5,
.auth h6 {
  color: #042a42;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.auth a {
  color: #042a42;
  font-size: 13px;
}
.auth label {
  font-size: 13px;
  margin-bottom: 0.25rem;
}
.auth .form-group {
  margin-bottom: 1rem;
  position: relative;
}
.auth .form-group label {
  font-size: 11px;
  background: #f6f6f6;
  display: block;
  position: relative;
  transform: translateY(10px);
  z-index: 1;
  border: 1px solid #ebebeb;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  padding-left: 12px;
}
.auth .form-group .form-control {
  border-radius: 8px;
  border-color: #ebebeb;
  background: #f6f6f6;
}
.auth p {
  font-size: 15px;
}
.auth .btn-eye {
  position: absolute;
  right: 0;
  top: 3px;
  background-color: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.25);
}
.auth .btn-eye:hover, .auth .btn-eye:focus {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.75);
}
.auth.auth__form-left .auth__image {
  order: 2;
}
.auth.auth__form-left .auth__form {
  order: 1;
}
.auth.auth__form-left .auth__logo-form {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.auth.auth__form-left .auth__title {
  text-align: center;
  margin-bottom: 3rem;
}

.auth__logo-form {
  max-width: 300px;
}

.auth__image {
  flex: 1;
  background-color: #fff;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.auth__form {
  height: 100%;
  width: 40%;
  background-color: #ffffff;
  padding: 2rem 7rem;
  display: flex;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.auth__form form {
  width: 100%;
}

.auth__title {
  font-size: 2rem;
  color: #042a42;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 2rem;
}

.btn-signin {
  background-color: #042a42;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 1rem;
  margin-top: 25px;
  border-radius: 8px;
}
.btn-signin:hover {
  opacity: 0.9;
}

.auth__logo {
  position: absolute;
  max-width: 90px;
}
.auth__logo.top-left {
  left: 30px;
  top: 30px;
}
.auth__logo.top-right {
  right: 30px;
  top: 30px;
}
.auth__logo.bottom-left {
  left: 30px;
  bottom: 30px;
}
.auth__logo.bottom-right {
  right: 30px;
  bottom: 30px;
}

.auth__bg {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.auth__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.auth__social a {
  width: 34px;
  height: 34px;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #042a42;
  border-radius: 50%;
  color: #fff;
  transition: all 0.15s linear;
}
.auth__social a:hover {
  text-decoration: none;
  background-color: black;
}

@media (max-width: 1024px) {
  .auth__image {
    background-size: contain;
  }
  .auth__form {
    width: 45%;
  }
}
@media (max-width: 800px) {
  .auth__image {
    display: none !important;
  }
  .auth__form {
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 500px;
    overflow-y: auto;
    max-width: 100%;
    width: 100%;
  }
  .auth__logo-form {
    display: block;
  }
}

body.guest-register-page {
  background: #f2f3f5;
}

.guest-register-page .auth {
  padding: 0;
  position: relative;
  min-height: 100vh;
  height: auto;
  display: flex;
}

.guest-register-page .auth__image {
  order: 2;
  width: 50%;
  min-height: 100vh;
  background: linear-gradient(135deg, #f0f7ff 0%, #e2eeff 100%) !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 4rem;
  position: relative;
}

/* Subtle waves/circles for the right background */
.guest-register-page .auth__image::before,
.guest-register-page .auth__image::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}

.guest-register-page .auth__image::before {
  width: 600px;
  height: 600px;
  top: -100px;
  right: -200px;
  background: radial-gradient(circle, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 70%);
}

.guest-register-page .auth__image::after {
  width: 400px;
  height: 400px;
  bottom: -50px;
  left: -100px;
  background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 70%);
}

.guest-register-page .auth__image > article, 
.guest-register-page .auth__image > div {
  position: relative;
  z-index: 1;
}

.guest-register-page .auth__form {
  order: 1;
  width: 50%;
  height: 100vh;
  box-shadow: none;
  padding: 1.5rem 1.5rem;
  background:
    radial-gradient(circle at 10% 18%, rgba(29, 78, 216, 0.15), transparent 0 30%),
    radial-gradient(circle at 92% 12%, rgba(16, 185, 129, 0.1), transparent 0 22%),
    linear-gradient(145deg, #07122d 0%, #0b1f4d 48%, #102f76 100%) !important;
  position: relative;
  isolation: isolate;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.guest-register-page .auth__form::before,
.guest-register-page .auth__form::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.guest-register-page .auth__form::before {
  width: 360px;
  height: 360px;
  left: -180px;
  bottom: 8%;
  border: 1px solid rgba(96, 165, 250, 0.18);
  box-shadow: 0 0 0 58px rgba(29, 78, 216, 0.04), 0 0 0 116px rgba(29, 78, 216, 0.025);
}

.guest-register-page .auth__form::after {
  width: 240px;
  height: 240px;
  right: -105px;
  top: 10%;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.14), rgba(16, 185, 129, 0) 70%);
}

.guest-register-page .auth__form form {
  width: 100%;
  max-width: 600px;
  margin: 1rem 0; /* Minimal vertical margins to fit in a single viewport screen */
  position: relative;
  z-index: 1;
}

.guest-register-page .auth__logo {
  display: none;
}

.guest-register-page .guest-register-side {
  width: 100%;
  max-width: 580px;
}

/* Right side details styling */
.guest-register-side__hero {
    text-align: center;
    margin-bottom: 2rem;
}
.guest-register-side__hero .main-logo {
    max-width: 240px;
    margin-bottom: 1rem;
}
.guest-register-side__content h2 {
    color: #15344d;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 2.5rem;
    letter-spacing: -0.5px;
}
.guest-register-side__content h2 .text-primary {
    color: #1d4ed8 !important;
}
.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
    margin-bottom: 3rem;
}
.feature-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.feature-icon {
    width: 46px;
    height: 46px;
    background: #e6f7f1;
    color: #10b981;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}
.feature-text strong {
    display: block;
    color: #1e293b;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}
.feature-text p {
    color: #64748b;
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
}

.trust-footer {
    border-top: 1px solid #e2e8f0;
    padding-top: 2rem;
}
.trust-badges {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.trust-badges span {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    color: #1e293b;
    font-size: 14px;
    font-weight: 700;
}
.trust-badges span i {
    font-size: 1.8rem;
    color: #3b82f6;
    margin-bottom: 4px;
}
.trust-badges span small {
    font-size: 11px;
    color: #64748b;
    font-weight: 400;
}
.contact-email {
    text-align: center;
    color: #1e293b;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2rem;
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}
.contact-email i {
    color: #64748b;
    margin-right: 0.5rem;
    font-size: 1.2rem;
    vertical-align: middle;
}

.stats-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.08);
}
.stat {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.stat-icon {
    width: 54px;
    height: 54px;
    background: #eff6ff;
    color: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}
.stat strong {
    display: block;
    color: #1e293b;
    font-size: 20px;
    font-weight: 800;
}
.stat p {
    color: #64748b;
    font-size: 13px;
    margin: 0;
}
.stat.rating {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.4rem;
}
.stars {
    color: #f59e0b;
    font-size: 16px;
    letter-spacing: 2px;
}
.stat.rating div {
    font-size: 14px;
    color: #64748b;
}
.stat.rating strong {
    display: inline;
}

@media (max-width: 1350px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .stats-card {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
    }
    .stat.rating {
        align-items: flex-start;
        text-align: left;
    }
}

@media (max-width: 1180px) {
  .guest-register-page .auth__form {
    padding: 2.5rem 2.25rem;
  }
}

@media (max-width: 992px) {
  .guest-register-page .auth {
    padding: 0;
    flex-direction: column;
  }
  .guest-register-page .auth__form {
    width: 100%;
    height: auto;
    padding: 2rem 1.5rem;
  }
  .guest-register-page .auth__form form {
    margin: 0 auto;
  }
  .guest-register-page .auth__image {
    width: 100%;
    min-height: auto;
    padding: 3rem 1.5rem;
    order: 2;
  }
  .features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  .trust-badges {
    flex-direction: column;
    gap: 1.5rem;
  }
}
