.navbar-bg {
    background-color: #3c8c93;
}
.custLabel {
    background-color: darkblue;
    border-radius: 4px;
    border-color: darkred;
    border-width: 1px;
    color: white;
    margin: 4px;
    padding: 10px;
    font-style: italic;
}
form-control-ta {
    height: 420px !important;
    border-radius: 3px;
    padding-left: 40px;
    border-color: #e4e6fc
}
yellow-textbox {
    background-color:yellow

}

