.left-side {
  background-image: url("../../images/Image.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 50%;

}

.left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* background-color: #0f3a4f; */
}

.right-side {
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f3a4f;
  opacity: 0.7;
  z-index: 0;
}

.left-content h1 {
  font-family: Cormorant Garamond;
  font-size: 66px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
}

.left-content h2 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 6px;
  text-align: center;
  color: #ffffff;
}
.form-layout {
  width: 470px;
}

.form-layout h2 {
  font-family: Cormorant Garamond;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: left;
  color: #00365e;
}

.form-layout p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #00365e;
}

.form-layout form input {
  border: 1px solid #5e8bf7;
}

.form-layout form a {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #00365e;
}

.form-layout form button {
  padding: 14px, 32px, 14px, 32px;
  border: 2px;
  gap: 8px;
  background: #5e8bf7;
  border: 2px solid #5e8bf7;
}

.form-layout button img {
  width: 22px;
  height: 22px;
}
.form-layout button:not(form button) {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #00365e;
  background-color: transparent;
  border: 1px solid #5e8bf7;
}

.create-account-text {
  text-align: center;
}
.create-account-text p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: center;
}
.create-account-texts p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: center;
}

.forgetpassword h2 {
  font-family: Cormorant Garamond;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: left;
}

.forgetpassword p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: center;
}

.reset-signin-text {
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 1px;
  text-align: left;
}

@media (max-width: 1200px) {
  .left-side,
  .right-side {
    width: 100%;
    height: auto;
  }
  .create-account-text {
    display: none;
}
.overlay{
  padding-top: 12px;
}
.row{
  display: block;
}
.forgotPassword {
  display: none;
}
.smallScreenForgot{
  font-size: 22px;
  margin-top: 12px;
}
.heading-text{
  font-size: 36px;
  /* background-color: #5e8bf7; */
}

}
@media (min-width: 1200px) {
  .smallScreenForgot {
    display: none;

  }
}
