body{
background-color: #f1f1f1;
    }
h2{
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}
.form-container
 {
  box-shadow: 0px -12px 24px rgb(47 65 129 / 10%);
   padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 0px ;
}
    input, textarea, select {
    padding: 10px 20px;
    color: #1E266D;
    width: 100%;
    height: 50px;
    background: #F5FAFF !important;
    border: 1px solid #EEF1FF;
    border-radius: 5px;
}
textarea{
    height:150px;
}
