.image-login {
  border-radius: 8px 0px 0px 8px;
}
.header h5 {
  color: var(--gray, #595f62);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  opacity: 0.9;
}
.login-btn {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid rgba(89, 95, 98, 0.2);
  background: #fff;
  color: #1d170f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.14px;
  box-shadow: 0px 2px 2px 0px rgba(9, 23, 45, 0.04);
}
.login-details {
  margin-top: 15px;
}
.login-details h4 {
  color: var(--gray, #595f62);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.login-details h1 {
  color: #1d170f;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
  letter-spacing: 0.24px;
  margin-top: 8px;
}
.login-details h6 {
  color: var(--gray, #595f62);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  margin-top: 5px;
}
.login-input {
  width: 85%;
}
.login-input-field {
  border: none;
  outline: none;
  border-radius: 8px;
  background: #f6f6f6;
  width: 100%;
  padding: 16px 0px 16px 20px;
  margin-top: 24px;
}
.login-input-field::placeholder {
  color: var(--gray, #595f62);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}
.input-login-btn {
  width: 100%;
  padding: 10px 0px;
  border-radius: 8px;
  background: var(--primary, #3a86f4);
  box-shadow: 0px 3px 0px 0px #2f71d0;
  color: var(--white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-top: 20px;
}
.login-divider {
  color: var(--gray, #595f62);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
}
.fb-btn,
.google-btn {
  border-radius: 8px;
  border: 1px solid rgba(89, 95, 98, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(9, 23, 45, 0.04);
  color: #1d170f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
  padding: 16px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0.9;
}
.fb-btn {
  background: #2d4c74;
  color: #fff;
}
.term-and-policy {
  color: rgba(89, 95, 98, 0.7);
  font-family: Rubik;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.14px;
  opacity: 0.9;
  margin-top: 15px;
}
.term-and-policy span {
  text-decoration-line: underline;
  color: var(--black, #25373f);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.14px;
}
.react-tel-input {
  margin-top: 24px;
}
.react-tel-input .form-control {
  @apply py-6;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 8px;
  background: #f6f6f6;
  width: 100%;
}
.otp-input {
  @apply flex flex-1 justify-between gap-2 mr-2 py-4 outline-none;
  border-radius: 8px;
  background: #f6f6f6;
}
.change-input {
  @apply inline-flex gap-2 items-center;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid rgba(89, 95, 98, 0.2);
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(9, 23, 45, 0.04);
  margin-top: 16px;
  cursor: pointer;
}
