.container {
    max-width:1140px;
    min-height:600px;
    border: solid 1px #FF773E;
    border-radius:0px 0px 0px 0px;
  }
.header {
    background: #FF773E;
    border-radius:0px 0px 0px 0px;
    padding: 2px;
    /*font-size: 20px;*/
  }

fieldset{
    padding: 15px;
  }
.form-control {
    padding:2px 8px !important;
    height:30px !important;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 1px solid rgba(0,0,0,.1);
    color: inherit;
}

.btn-orange {
    color: #212529;
    background-color: #FF773E;
    border-color: #FF773E;
}



.required:before {
    content: " ＊";
    color: #E00;
}

.row_top_padding {
    padding-top: 10px;
}
/*.bg_color{*/
    /*font-weight: 600;*/
    /*background-color: #F2CB75;*/
/*}*/

/*.content{*/
/* padding: 5px;*/
/* margin: 0 auto;*/
/*}*/
/*.content span{*/
/* width: 250px;*/
/*}*/

.dz-message{
 text-align: center;
 font-size: 25px;
}

.dropzone {
    min-height: 300px !important;
    border: 2px dashed rgba(0, 0, 0, 0.3) !important;
    background: white;
    padding: 20px 20px;
}

