.table-form{width: 100%;}
.table-form table{width: 100%;text-align: center;}
.table-form table tr td,
.table-form table tr th{border: 1px solid #ced4da;padding: .5rem;}
.table-form table tr{border: 1px solid #ced4da;}

.btn-opt-new{
    white-space: nowrap;
    border: 0px;
    background-color: rgb(0, 157, 255);
    color:white;
    padding: 0.45rem 0.9rem;
    border-radius: 0.15rem;
    cursor: pointer;
}
.btn-opt-new:hover{background-color: rgb(1, 127, 206);}