.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;
}

.btn {
  background-color: #142cd4 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0px 6px 7px -2px rgb(40 24 165) !important;
  box-shadow: 0 5px 8px 0 rgba(237, 139, 53, 0.36);
  font-weight: 550;
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px 25px;
  line-height: 1.3;
  position: relative;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  min-width: 130px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
}

