.w-fill {
  width: -webkit-fill-available;
}

.w-fit {
  width: fit-content;
}
.w-max {
  width: max-content;
}

h1 {
  font-size: 2.25rem;
  font-weight: 800;
  text-align: center;
}
.p-sabt {
  margin-bottom: 2.75rem;
}
.fs-8 {
  font-size: 0.87rem;
}
.fs-7 {
  font-size: 0.75rem;
}
.div-box {
  padding: 0.5625rem 0.75rem;
  border-radius: 0.9375rem;
  background: #f7f7f7;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.31rem;
}
.register-1 {
  border-radius: 0.625rem;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.mg {
  height: 2.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 0.8125rem;
  border-radius: 0.625rem;
  background: var(--Bank-Bank-5, #39c501);
  margin-bottom: 1.31rem;
}

.mg:hover{
  background: #2f9905;
}
.form-control:focus {
  background: #f7f7f7;
}
.form-control {
  padding: 0rem !important;
  border: unset !important;
  direction: rtl;
  box-shadow: unset !important;
  font-size: 1rem;
  font-weight: 600;
  color: #0c0c0c;
  background: #f7f7f7;
}
.form-control::placeholder {
  font-size: 1rem;
  font-weight: 600;
  color: #767171;
  background: #f7f7f7;
}

@media (max-width: 992px) {
  .first {
    width: 100% !important;
  }
  h1{
    font-size: 1.5rem;
  }
}

