

.formset {
        position:absolute;
        top:25%;
        width:25%;
        margin: 0% 37.5% 0% 37.5%;
        font-size: 14px;
        font-family: arial;
        font-style: normal;
        
        
}
input.input_field {
    height: 25px;
}

.form_global {
    position:relative;
    width: 100%;
    margin-top: 5%;

}

.form_col1 {
   position:relative;
    width: 40%; 
    display: inline-block;
    vertical-align: top;

}

.form_col2 {
    position:relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;

}

.form_cell {
    position:relative;
    height: 40px;
    width:100%;
    vertical-align: middle;
}

#lower_form {
    margin: 0 0 30% 0;
}