.upload-container {
    position: relative;
  }
  .upload-container input {
    border: 1px solid #92b0b3;
    background: #f1f1f1;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    padding: 100px 0px 100px 250px;
    text-align: center !important;
    width: 100%;
  }
  .upload-container input:hover {
    background: #ddd;
  }
  .upload-container:after {
    /* position: absolute;
    bottom: 50px;
    left: 245px; */
    content: " (or) Drag and Drop files here. ";
    color: #3f8188;
    font-weight: 900;
  }
  .upload-btn {
    margin-left: 300px;
    padding: 7px 20px;
  }


.form-header-group{
    color: azure;
}

#header_1 {
    color: #2c3345 !important;
    font-size: 50px !important;
    padding: 40px 52px;
}

div.form-header-group{
    padding: 25px 52px;
}
.form-header-group {
    background-color: #02448f;
}

.form_ditail{
    padding: 30px 52px;
}
.form-group{
margin-bottom: 0rem;
}