.rap-form-options{
    padding-top: 5px;
    }
    
.rap-welcomeform{
	padding-left: 8px;
}

#consumerOnlyErrorDiv{
	display:none;
}

#consumerOnlyErrorLabel,#prospectOnlyErrorLabel{
	border: 2px solid #f4e175;
	background: #fbf7aa;
	margin: 5px 0;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	padding: 10px;	
	margin-bottom: -20px;
	margin-top: 16px;	
}

#prospect-customer-msg{
	display:none;
	margin-top: -15px;
}

#prospect-customer-authenticatedonly-msg{
	display:none;
	margin-top: -30px !important;
}

p.prospect-content{
	margin: 1em 0 !important;
    padding: 1em 0;
}

.propspect-ele input[type=submit]{
	box-shadow: none;
	 border-radius: 4px;
	 font-family: "PNC Brand Medium";
	 color: #fff;
	 font-size: 16px;
	 text-decoration: none;
	 display: inline-block;
	 padding: 10px 20px;
	 letter-spacing: 0.03px;
	 text-align: center;
	 border: none;
	 cursor: pointer;
	 line-height: normal;
	 box-sizing: border-box;
	 background: #0069aa;
 }

 .propspect-ele input[type=submit]:focus {
		 outline: 2px solid #0069aa;
		 outline-offset: 2px;
	 }
 .propspect-ele input[type=submit]:hover {
	 background: #1A3547;
	 outline: 2px solid #1A3547;
	 outline-offset: 2px;
 }

.rap-form-option input[type="radio"] {
    margin: .5em 0;
}

#rap-customerform {
margin-bottom: 1rem;
}