/*** Styles relating to the generic thank you text and overall style of the primary form ***/

/*** Credit Report Panel ***/
.form-nextstep-panel{
	border: 1px solid #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 15px;
	color: #fff !important;
	border-radius: 8px;
	background: rgba(255,255,255,0.6);
	width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.form-nextstep-panel p, .form-nextstep-panel h4{
	color: #555 !important;
}
.form-nextstep-panel img{
	margin: 0 auto;
}
.btn-creditreport{
	white-space: normal !important;
}
/*** End ***/