<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.ccm-block-type-form div.form-group {
    margin-bottom: 10px;
}

div.ccm-block-type-form span.text-muted {
    opacity: .50;
}

div.ccm-block-type-form div.form-group label.control-label {
    font-weight: bold;
    display: block;
}

div.ecRecaptcha div { margin: 0 auto; }

.control-label { text-align: left; width: 95%; margin: 15px auto 5px auto;  }

.fields input, .fields select,
.fields textarea, .form-actions input[type="submit"] { 
border: 1px #0c0a0b solid; background: none; color: #0c0a0b; }
.fields input::placeholder,
.fields textarea::placeholder { color: #111; text-align: left; }

.fields .checkboxList {
	    text-align: left;
    width: 90%;
    margin: 0 auto;
}
.fields, .form-actions input[type="submit"] { max-width: 500px; margin: 0 auto; }
.field input,
.field select,
.field textarea,
.form-actions input[type="submit"] { width: 90%; padding: 15px 3%; }
.field input[type="checkbox"] { width: auto; }
.field .checkbox { margin: 2px 0; }
.field select,
.form-actions input[type="submit"] { width: 100%; max-width: 300px; }
.field select option { color: #333; }

.form-actions { text-align: center; }
.form-actions input[type="submit"] { cursor: pointer; transition: all 0.15s ease-in-out; }
 
/* 
.fields {
	border: 1px #efefef solid;
    padding: 15px 5px 5px 5px;
    margin: 10px auto;
    -moz-border-radius: 8px;
    border-radius: 8px; }*/</pre></body></html>