/* sign-up css */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Basic CSS Reset */
.sign-up .sign-up-image-wrapper {
  /* width: 600px; */
  height: 100vh;
  gap: 0px;
  border-radius: 16px 0px 0px 0px;
  position: fixed;
  width: 50%;
  overflow: hidden;
}
.sign-up .sign-up-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
}
.sign-up-heading-wrapper h2 {
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.sign-up-heading-wrapper span {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sign-in-form-container {
  max-width: 400px;
  margin: auto;
  padding: 20px;
}

#form-sign-in-custom input {
  color: #d9d9d9;
  font-family: Poppins;
}
.sign-in-btn button {
  background-color: #e50000;
  font-family: Poppins;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  border-radius: 30px;
  padding: 9px;
  font-weight: 400;
  width: 100%;
}

.sign-in-btn button: active {
	 background-color: #e50000 !important;
	 border: none !important;
}

.sign-in-btn button: hover {
	 background-color: #e50000 !important;
	 border: none !important;
}

.sign-in-form-container .already-account-wrapper div {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #122b31;
}
.sign-in-form-container .already-account-wrapper div a {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-decoration: none;
  color: #122b31;
}

.already-account-wrapper div a:hover {
  text-decoration: underline;
}
.forgot-password {
  text-align: right;
}
.forgot-password a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #e50000 !important;
  text-align: right;
  text-decoration: none;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ddd;
}

.divider:not(:empty)::before {
  margin-right: 0.25em;
}

.divider:not(:empty)::after {
  margin-left: 0.25em;
}

.sign-in-social-btn {
  border-radius: 12px 9px;
  padding: 10px;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 16px;
  border: none;
}

.sign-in-social-btn {
  background-color: #f3f9fa;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.sign-in-social-btn i {
  margin-right: 10px;
}

.reserved-footer-text {
  font-family: Poppins;
  color: #959cb6;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 768px) {
}
