p {
  color: #3C4857;
  margin-top: 0;
  margin-bottom: 1rem;
}

.form_align {
  position: relative;
  width: 100%;
  padding: 30px;
  border-radius: 16px;
  -webkit-box-shadow: 1px 1px 13px 5px rgb(0 0 0 / 19%);
  box-shadow: 1px 1px 13px 5px rgb(0 0 0 / 19%);
  border: 1px solid rgba(245, 130, 38, 0.06);
  margin: 0 auto;
}

*, :after, :before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}

@media screen and (min-width: 480px) and (max-width: 599px) {
  h2 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  h2 {
    font-size: 1.5rem;
  }
}

.heading_h2 {
  font-weight: 600;
  text-align: center;
  color: #0b4d9e;
}

* {
  outline: none;
}

* {
  box-sizing: border-box;
}

