.form-group {
    padding-bottom:10px;
}
.form-group label {
    font-size:18px;
}
.tools-btn a{
    padding: 30px;
    display: block;
    font-size: 22px;
    transition: 0.3s;
    color: #0557a3;
    text-align: center;
}
.tools-btn a.active,.tools-btn a:hover{
    background: #0557a3;
    color: #fff;
}
.tools-btn a:hover{
    box-shadow: 0px 5px 10px rgba(65, 84, 241, 0.08);
}
.tools .section-header {text-align: left;}
.widget-heading{
    margin-bottom:50px;
    padding:10px 0;
    border-bottom: 2px solid #0557a3;
    color: #0557a3;
    text-transform: uppercase;
}
.widget-heading h3{
    font-size: 20px;
}
.tools-btn a{
    text-transform: uppercase;
}

.widget-content {
    margin-top:40px;
    border: 2px solid #f8f9fa;
    padding:20px;
}
.table-responsive  td{
    font-size: 13px;
}
.table-responsive thead td{
    font-weight: bold;
}
.file-input-area{
    position: relative;
}
.file-input-area .form-control{
    position: absolute;
    opacity: 0;
    height: 50px;
}