  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* forms */
.ou-form form .row{
	margin-bottom: 1rem;
}

.btn-default, .content .btn-default {
    background-color: #002856!important;
    color: #ffffff !important;
}

.ou-none{
	display:none;
}

.default-montserrat {
	font-family: 'Montserrat', sans-serif !important;
}