/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.fcenter {
	display: block;
    max-width: 100%;
}

.bgcolor-alternative {
	background-color: #2B39CD;
}

.bgcolor-alternative h3 {
	color: #FFFFFF;
}

.bgcolor-alternative label {
	color: #FFFFFF;
}

.bgcolor-alternative button {
    background-color: #f99d28;
}

.white {
    color: #FFFFFF !important;
}
