Open Form Styling

How to style you Form

When you add a file named template.css, that file will be automatically loaded by the Open Form Module.
You can add your CSS to add or overrule the Form's styling.

Example CSS

.ModOpenFormC .alpaca-field-radio{
	border-bottom: solid 1px #32ad93;
}

.ModOpenFormC .control-label{
	color: #165792;
}

.ModOpenFormC .alpaca-field-radio .control-label{
	display:block;
	width: 100%;
}

.ModOpenFormC  .radio.alpaca-control{
margin-right: 1.5em;
}

.ModOpenFormC .btn-primary{
	color: #fff;
}