.index-title{
    min-height: 700px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #e7e7e7;
}
.title-block-b {
    color: #000;
}
.title-block, .title-block-b {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    margin-left: 10px;
    margin-top: 10px;
    border-left: 10px solid #B90000;
    padding-left: 10px;
}
.user_panel{
    background-color: #fff;
    width: 100%;
    height: auto;
    margin: 0 5px 10px 5px;
    padding: 10px;
    border: 1px solid rgb(232, 229, 229);
}