.section-login {
  background: #f7f9ff;
  padding: 225px 0 188px;
  position: relative;
}

.wrap-login {
  max-width: 710px;
  background: #fff;
  margin: auto;
  box-shadow: 20px 40px 80px 0px #2d33511f;
  padding: 59px 144px 70px 145px;
  border-radius: 8px;
}

.wrap-login h2 {
  margin-bottom: 8px;
  text-align: center;
  font-family: Roboto;
  letter-spacing: 0;
}

.wrap-login .item-field {
  margin-top: 28px;
}

.item-field label {
  font-size: 16px;
  line-height: 1;
  color: #0c1421;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  display: inherit;
}

.item-field input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 14px 0 14px 17px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1;
}

.item-field input::placeholder {
  color: rgb(0 0 0 / 20%);
}

.item-submit input {
  background: linear-gradient(318.24deg, #3b82f6 0%, #86b4ff 94.95%);
  border: none;
  width: 100%;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.item-submit input:hover {
  opacity: 0.8;
}

.item-field.forgot-pw {
  margin: 22px 0;
  display: inline-block;
  text-align: right;
  width: 100%;
}

.item-field.forgot-pw a {
  color: #3b82f6;
  margin-right: 18px;
}

.form-login .text-or {
  margin: 58px 0 34px;
  position: relative;
  text-align: center;
  line-height: 1;
  font-weight: 400;
}

.form-login .text-or:after,
.form-login .text-or:before {
  content: "";
  position: absolute;
  background: #cfdfe2;
  width: 44%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.form-login .text-or:after {
  right: 0;
}

.form-login .text-or:before {
  left: 0;
}

.item-login-gg a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #034d820d;
  padding: 12px 0;
  border-radius: 8px;
}

.item-login-gg a p {
  margin: 0 0 0 16px;
  line-height: 1;
  color: #313957;
  letter-spacing: 0.01em;
}

.form-login .create-acc {
  margin: 48px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #000000;
}

.form-login .create-acc a {
  color: #3b82f6;
}

.top-form h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 14px;
}

.top-form p {
  font-family: "Inter";
  font-size: 14px;
  line-height: 24px;
  color: #201e1e;
  font-weight: 400;
}

.wrap-forgot-pw {
  padding: 91px 108px 103px 108px;
  max-width: 672px;
}

.form-forgot-pw .item-submit {
  margin-top: 17px;
}

.form-forgot-pw .item-field {
  margin-top: 20px;
}

/*=======================
       Privacy Page
=======================*/
.bg-privacy {
  background: #034d82;
  padding: 17px 0 !important;
}

.privacy {
  padding: 87px 0 154px;
}

.bg-hero img {
  object-fit: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.head-privacy h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -1px;
  margin: 16px 0 12px;
}

.head-privacy p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 36px;
}

.content-privacy p {
  margin: 0 0 16px;
}

.content-privacy h3 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  color: #0e243e;
  margin: 56px 0 6px;
}

.privacy-copyright {
  font-weight: 400;
  color: rgba(117, 123, 138, 0.8);
  margin-top: 66px !important;
}

@media (max-width: 767px) {
  .wrap-login {
    padding: 60px 20px;
  }

  .section-login {
    padding: 150px 0 150px;
  }
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

@media (max-width: 768px) {
  /* Adjust breakpoint as needed */
  .d-flex {
    flex-direction: column;
  }
}
