
/* v109: remove unnecessary copy/policy card and polish form design */
.nn-form-head-v108{
  padding:22px 26px!important;
  margin-bottom:20px!important;
}
.nn-form-head-v108 h1{
  margin-bottom:0!important;
}
.nn-form-head-v108 p{
  display:none!important;
}
.nn-form-section-card-v108{
  border:1px solid #edf1f6!important;
  box-shadow:0 12px 38px rgba(16,24,40,.055)!important;
}
.nn-form-section-card-v108:hover{
  box-shadow:0 18px 52px rgba(16,24,40,.075)!important;
}
.nn-form-section-card-v108 .form-section-title{
  background:linear-gradient(90deg,#fff7f8,transparent)!important;
  margin:-24px -24px 20px!important;
  padding:18px 24px!important;
  border-bottom:1px solid #edf1f6!important;
}
.nn-form-section-card-v108 .form-section-title .index{
  border-radius:999px!important;
  background:#e60023!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(230,0,35,.18)!important;
}
.nn-form-section-card-v108 .form-control,
.nn-form-section-card-v108 .form-select{
  border-color:#d7dde7!important;
}
.nn-form-section-card-v108 .form-control:hover,
.nn-form-section-card-v108 .form-select:hover{
  border-color:#b8c0cc!important;
}
.nn-form-section-card-v108 .form-text{
  margin-top:6px!important;
}
.nn-form-actions{
  justify-content:center!important;
  padding-bottom:96px!important;
}
.nn-form-actions .btn-danger{
  min-width:280px!important;
  min-height:56px!important;
}
@media(max-width:760px){
  .nn-form-head-v108{
    padding:18px 16px!important;
    margin-bottom:12px!important;
  }
  .nn-form-section-card-v108{
    border-radius:16px!important;
  }
  .nn-form-section-card-v108 .form-section-title{
    margin:-18px -14px 16px!important;
    padding:14px!important;
  }
  .nn-form-section-card-v108 .form-section-title .index{
    width:28px!important;
    height:28px!important;
    flex-basis:28px!important;
  }
  .nn-form-section-card-v108 .form-section-title h2{
    font-size:1rem!important;
  }
  .nn-form-section-card-v108 .form-label{
    font-size:.88rem!important;
  }
  .nn-form-section-card-v108 .form-control,
  .nn-form-section-card-v108 .form-select{
    min-height:49px!important;
  }
}
