
 
.text-primary {
    color: #0075c1 !important;
}
.decorated-bottom {
	  top:70px;
	  left: 0;
	  z-index: 20;
	  height: 15px;
	  width:100%;
	  position:absolute;
	  transform: translateZ(0); 
 }
.decorated-bottom svg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%; 
   }
.decorated-bottom svg > * 
    {
      fill: currentColor;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); }

}
