@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  --vz-font-family-primary: "Inter", sans-serif;
  font-family: var(--vz-font-family-primary);
  --theme-color: #023575;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 15px;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

.h-100 {
  height: 100%;
}
canvas,
img,
svg,
video {
  max-width: 100%;
}
.auth-left-section {
  position: relative;
}
.auth-left-section .auth-left-content {
  position: absolute;
  bottom: 14%;
  left: 3%;
  padding: 20px;
  color: #fff;
  font-weight: 500;
  transition: all 0.5s;
  z-index: 2;
  animation: slideDown ease forwards 1s;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 85%;
  margin: auto;
}
.auth-left-section .auth-left-content p {
  font-size: 22px;
  margin-bottom: 7px;
  color: #ffeb3b;
}
.auth-left-section .auth-left-content h5 {
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 32px;
  color: #fff;
}

.auth-left-section .auth-left-banner {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100vh !important;
}

.auth-left-section .theme-logo {
  position: absolute;
  top: 3%;
  left: 4%;
  width: 130px;
  z-index: 9999;
}
.auth-left-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.form-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #fdfff0; */
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
  /* background-color: hsla(204, 0%, 100%, 1);
     background-image: radial-gradient(circle at 0% 0%, hsla(295.99999999999994, 77%, 74%, 0.35) 3.1210986267166043%, transparent 40%), radial-gradient(circle at 20% 0%, hsla(236.91176470588243, 77%, 74%, 0.35) 3.1210986267166043%, transparent 40%), radial-gradient(circle at 40% 0%, hsla(186.61764705882354, 77%, 74%, 0.35) 3.1210986267166043%, transparent 40%), radial-gradient(circle at 60% 0%, hsla(127.0588235294118, 77%, 74%, 0.35) 3.1210986267166043%, transparent 40%), radial-gradient(circle at 80% 0%, hsla(62.20588235294117, 77%, 74%, 0.35) 3.1210986267166043%, transparent 40%), radial-gradient(circle at 100% 0%, hsla(23.823529411764703, 77%, 74%, 0.35) 3%, transparent 40%);
     background-blend-mode: normal, normal, normal, normal, normal, normal; */
  background-color: hsla(165, 0%, 100%, 1);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 962 962' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"),
    radial-gradient(
      circle at 0% 0%,
      hsla(256, 82%, 77%, 0.35) 3.1210986267166043%,
      transparent 40%
    ),
    radial-gradient(
      circle at 20% 0%,
      hsla(197, 77%, 74%, 0.35) 3.1210986267166043%,
      transparent 40%
    ),
    radial-gradient(
      circle at 40% 0%,
      hsla(147, 77%, 74%, 0.35) 3.1210986267166043%,
      transparent 40%
    ),
    radial-gradient(
      circle at 60% 0%,
      hsla(88, 77%, 74%, 0.35) 3.1210986267166043%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 0%,
      hsla(23, 77%, 74%, 0.35) 3.1210986267166043%,
      transparent 40%
    ),
    radial-gradient(
      circle at 100% 0%,
      hsla(234.26470588235304, 100%, 50%, 0.35) 3%,
      transparent 40%
    );
  background-blend-mode: overlay, normal, normal, normal, normal, normal, normal;
}

.form-section h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 26px;
}

.form-section .alert {
  text-align: center;
}
.pattern-1 {
  position: absolute;
  top: 22%;
  left: 10%;
  width: 60px;
  transition: all 0.5s ease;
  animation: slideUp ease-in forwards 1s;
}
.pattern-2 {
  position: absolute;
  top: 22%;
  right: 18%;
  color: gray;
  z-index: 1;
  color: transparent;
  transition: all 0.5s;
  opacity: 1;
  animation: slideUp ease-in forwards 1s;
}
.pattern-3 {
  position: absolute;
  top: 38%;
  right: -28px;
  width: 60px;
  color: transparent;
  z-index: 1;
  transition: all 0.5s;
  opacity: 1;
  rotate: -20deg;
  animation: slideUp ease-in forwards 1s;
}
.pattern-4 {
  position: absolute;
  bottom: 8%;
  right: 18%;
  width: 60px;
  color: transparent;
  z-index: 1;
  transition: all 0.5s;
  opacity: 1;
  rotate: 20deg;
  animation: slideUp ease-in forwards 1s;
}
.pattern-5 {
  position: absolute;
  bottom: 24% !important;
  left: 0 !important;
  width: 60px;
  color: transparent;
  z-index: 1;
  transition: all 0.5s;
  opacity: 1;
  animation: slideUp ease-in forwards 1s;
}
.pattern-6 {
  position: absolute;
  bottom: 10%;
  left: 14%;
  color: transparent;
  z-index: 1;
  transition: all 0.5s;
  opacity: 1;
  animation: slideUp ease-in forwards 1s;
}
/* Sign In Form */
#sign-in {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sign-in .input-items {
  display: flex;
  flex-direction: column;
}
#sign-in .input-field {
  border-radius: 6px;
  width: 100%;
  border: 1px solid #9f9d9d;
  padding: 10px 12px;
  height: 48px;
}
#sign-in .input-field:focus {
  border: 1px solid #9f9d9d;
  outline: none;
}
#sign-in #login-email,
#sign-in #login-password {
  background-color: #e8f0fe;
  margin: 10px 0;
}
#sign-in .checkbox-item {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#sign-in .checkbox-gap {
  display: flex;
  gap: 4px;
}
#sign-in .text-green {
  color: var(--theme-color);
  font-weight: 600;
}
#sign-in .login-btn {
  background-color: var(--theme-color);
  padding: 10px 10px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 20px 0;
  font-weight: 700;
  color: #fff;
  width: 100%;
}
/* Reset Password Form */
#reset-password {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#reset-password .input-items {
  display: flex;
  flex-direction: column;
}
#reset-password .input-field {
  border-radius: 6px;
  width: 350px;
  border: 1px solid #9f9d9d;
  padding: 10px 12px;
  height: 48px;
  background-color: #e8f0fe;
  margin-bottom: 10px !important;
}
#reset-password .input-field:focus {
  border: 1px solid #9f9d9d;
  outline: none;
}
#reset-password .account-desc {
  text-align: center;
}
#reset-password .checkbox-item {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#reset-password .checkbox-gap {
  display: flex;
  gap: 4px;
  margin-top: 10px;
}
#reset-password .text-green {
  color: var(--theme-color);
  font-weight: 600;
}
#reset-password .reset-password-btn {
  background-color: var(--theme-color);
  padding: 10px 10px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 20px 0;
  width: 100%;
  font-weight: 600;
  color: #fff;
}
/* Password Field */
.password-field {
  position: relative;
  width: 100%;
}
.password-field .input-field {
  flex-grow: 1;
  padding: 10px;
  padding-right: 40px;
  box-sizing: border-box;
}
.password-field .toggle-password-icon {
  position: absolute;
  top: 25px;
  right: 10px;
  font-size: 18px;
  color: #095040 b5;
  cursor: pointer;
  pointer-events: none;
  transition: color 0.2s ease;
}
.password-field .toggle-password-icon:not(.disabled) {
  pointer-events: auto;
}
/* Error Styles */
.error {
  color: red;
  font-size: 14px;
}
/* Animations */
@keyframes slideUp {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  75% {
    transform: translateX(0px) translateY(0px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) translateY(-40px);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  75% {
    transform: translateX(0px) translateY(0px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) translateY(30px);
    opacity: 1;
  }
}