.form-wrapper .form-group{
    min-height: 38px;
}
.brand-link .brand-image{
    margin-left: 0;
}
.display-5{
    font-size:2.5rem;
    line-height:1.2;
}
.display-6{
    font-size:1.5rem;
    line-height:1.2;
}
.form-group-dq{
    padding-top: 30px;
    padding-bottom: 15px;
}
.negative-value {
    color: red;
}

.cutsom-table td{
    padding: 0;
    height: 40px;
}
.cutsom-table td input{
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 1px solid transparent;
    color: #5f5f5f;
}
.cutsom-table td input:hover{
    border: 1px solid rgb(96, 179, 223);
}
.cutsom-table td input::placeholder{
    color: #c3c3c3;
}
.cutsom-table td label{
    display: block;
    padding: 5px;
    line-height: 1;
    min-width: 130px;
    font-size: 15px;
    margin-bottom: 0;
}

tr.input_section td input {
    height: 50%;
}
tr.input_section td span {
    height: 50%;
    display: block;
    line-height: 1;
    padding: 5px;
}

tr.input_section td {
    height: 100px;
}