*{
    margin: 0;
    padding: 0;
}


.title-padding{
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.title-right-margin{
    height: 40px;
    right: 0;
    display: flex;
    position: absolute;
}
.title-margin1{
    padding-right: 10px;
}

/*.form-group{*/
/*    padding-left: 400px;*/
/*}*/

.group1{
    width: 100%;
    height: 35px;
    display: flex;
}
.group3{
    width: 100px;
    text-align: center;
    line-height: 36px;
}
.btn-b{
    width: 12%;
    height: 37px;

}
.btn2{
    width: 57px;
    height: 25px;
    background-color: #3e8f3e;
}
.group2{
    width: 100%;
    /*height: 100px;*/
    border-color: aquamarine;
    border: 5px ridge #a8a8a8;
}
.form-control{
    width: 100%;
}
.form-1{
    height: 130px;
    width: 80%;
}



.date-input {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
    max-width: 300px;
}