/* modal bacground */
.modal-content {
    background-color: #f9f9f9;
}

/* modal image settings */
.modal-img{
	max-width:130px;
	margin-top:0px;
	margin-bottom:0px;
}

/* progress bar setting */
.progress {
	margin-top:1em;
	margin-left:0px;
	height:30px;
	border-radius:60px;
	box-shadow: -9px 2px 7px #ccc;
}

.progress-bar-animated{
	background-color: #5cb85c;
}

/* progress bar hover background color without stripes */
.progress:hover .progress-bar-animated {
	background: #5cb85c;
}

/* modal button settings */
.modal-body .btn, .infusion-submit button{
	background-color: rgb(255, 167, 0);
}

/* modal button hover bacground color */
.modal-body .btn:hover, .infusion-submit button:hover{
	background-color: #ffaf00;
}

/*new style for blue bacground*/
body{
    background-color: #1e293e;
}

.top-bar{
	background-color: #75cdd4;
}

.right h1, .subtext, .privacy-text, .copyright, .copyright a{
	color: #fff;
}