
/*label colors*/
.blue-label{
    color:#3f5683;
}
.white-label{
    color:#fff;
}
.orange-label{
    color: #df6231;
}
/*decorative line*/
.header-line{
    width: 10%;
    align-items: middle;
    height:2px;
    border-width:0;
}
.line-white{
    background-color: #fff;
}
.line-blue{
    background-color: #3f5683;
}
.orange-line{
    background-color: #df6231;
}