body {
  background: #fefefe;
  min-height: 1000px;
}

p {
  margin-bottom: 4px;
}

label,
.fieldset-legend {
  color: var(--Form-field-text-label, #161616);
  text-align: right;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}

input {
  display: flex;
  padding: 0px var(--Form-Input-container-padding-right, 16px) 0px
    var(--Form-Input-container-padding-left, 8px);
  justify-content: flex-end;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  line-height: normal;
  border: 1px solid #9da4ae;
}

input::placeholder {
  color: var(--Form-field-text-placeholder, #6c737f);

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.btn-login {
  margin-top: 20px;
  width: 100%;
  height: 45px;
  padding-right: 14px;
  align-items: center;
  border-radius: 8px;
  background: #25935f;
  box-shadow: 0px 2px 5px 0px rgba(103, 110, 118, 0.15),
    0px 1px 4px 1px rgba(103, 110, 118, 0.01),
    0px -1px 1px 0px rgba(0, 0, 0, 0.01);

  color: #fff;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.page-header {
  padding-top: 50px;
}

.page-header h3 {
  color: #242424;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
}

.page-header p {
  color: #242424;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

/* .form-background::before {
  content: "";
  display: block;
  width: auto;
  height: 527px;
  flex-shrink: 0;
  border-radius: 528px;
  opacity: 0.1;
  background: #ffb20f;
  filter: blur(97px);
  margin: 130px auto;
} */

.login-section {
  /* position: absolute; */
  margin: 0px auto;
  width: auto;
  min-height: 636px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  padding: 50px 46px;
  top: 60%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
}

.login-form-header {
  color: #242424;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
}

.login-form-header-info {
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.login-form-header img {
  margin-left: 8px;
}

.login-form {
  margin-top: 60px;
}

.apps-section {
  margin-top: 70px;
  text-align: center;
}

.apps-section p {
  color: #435363;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.login-section-buttom {
  margin-top: 40px;
  text-align: center;
}

.login-section-buttom p {
  color: #435363;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.login-section-buttom a {
  color: #25935f;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.login-form .nafath {
  width: 100px;
  height: 100px;
  background: unset;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px dotted #079795;
  margin: 0 auto;
}

.nafath-number {
  color: #319795;
  font-size: 64px;
  font-weight: 700;
}

/* account status page */

.status-pending-section {
  display: flex;
  margin-top: 55px;
}

.remaining-section {
  position: relative;
  margin-left: 15px;
}

.status-remaining {
  position: absolute;
  top: 15px;
  right: 25px;
}

.status-remaining .remaining-hours {
  color: #435363;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 6px;
}

.status-remaining p {
  width: 45.411px;
  color: #838e8f;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.status-info {
  color: #9da4ae;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.status-text {
  width: 135px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;

  border-radius: 50px;
  background: rgba(245, 189, 2, 0.25);

  color: var(--Stander-colors-Fonts-Primary-Font, #435363);
  text-align: center;

  font-size: 14px;
  font-weight: 400;
}

.status-text.rejected {
  background: rgba(180, 35, 24, 0.2);
}

.status-messgage {
  width: 241px;
  color: #9da4ae;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.register-steps {
  margin-top: 100px;
}

.register-steps-heading {
  color: #435363;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
}

.register-step {
  display: flex;
}

.step-icon {
  margin-left: 10px;
}

.step-icon:not(.last-child):after {
  display: block;
  content: "";
  height: 30px;
  width: 4px;
  background: #25935f;
  margin-right: 18px;
}

.step-title {
  color: #435363;
  font-size: 12px;
  font-weight: 400;
}

.step-description {
  color: #697582;
  font-size: 12px;
  font-weight: 400;
}
