body,input{
    background-color: #d8d9d3 !important;
}
.form-check{
    width: 20%;
    float: left;
}
.label-back{
    background-color: #c48869;
    color: #333;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.main-color{
    color: #c48869;
}
.second-color{
    color: #8f4823;
}

.b-t-l-r{
    border-top:1px solid #333;
    border-left:1px solid #333;
    border-right:1px solid #333;
}
.b-bottom{
    border-bottom: 1px solid #333;
}
input{
    border-radius: 0 !important;
    box-shadow: none;
}
.form-control:focus {
    border-color: initial;
    box-shadow: none;
}
.form-check-input{
    width: 15px;
    height: 15px;
}
i{
    font-size: 12px;
}

.p-10{
    padding: 5px 10px;
}
.p-7{
    padding: 7px 10px;
}

.d-flex{
    align-items: center;
    display: flex;
}
.row{
    width: 100%;
    padding: 0;
    margin:0;
}

label{
     font-size: 14px !important;
    text-transform: capitalize;
 }
.col-form-label {
    padding-top: calc(0.38rem + 1px) !important;
}
input.form-control {
    height: calc(1.399em + 0.75rem + 2px) !important;
}

textarea{
    height: 90px !important;
    background-color: #d8d9d3 !important;
    border: 1px solid #333 !important;
    border-radius: 0 !important;
}
.controltextarea{
    height: 280px !important;
}