.control{
    overflow: hidden
}
.crmEntityFormView .cell.crmquickform-cell:first-child {

    border-right: none;
    background-color: #F2F1E8;
    padding-left:5px;
}

.crmEntityFormView .cell input{

    background-color: #F2F1E8 !important
}

.crmEntityFormView .cell textarea{

    background-color: #F2F1E8 !important
}

.crmEntityFormView .cell{
    margin-bottom: 0 !important;
}

.crmEntityFormView .form-control-cell{
    background-color: #F2F1E8 
}