.processcontainer{
    border:#07244c;
	background: #0e3461;
	height:22px;
	border-radius: 20px;
}

.processbar {
    background: linear-gradient(to right,#565bd0,#47e1d9);
    border-radius: 20px;
    float: left;
    height: 100%;
    text-align: center;
    line-height: 150%;
    white-space: nowrap;
    color: #90f4ff;
    font-size: 16px;
}