/**/
/* font */
/**/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

.invalid {
	color: red;
	font-size: 14px;
}
.message {
	display: block;
	color: #6fb679;
	padding-bottom: 25px;
	font: 300 24px/27px 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
}
.message i {
	display: block;
	margin: 0 auto 20px;
	width: 100px;
	height: 100px;
	border: 1px solid #6fb679;
	border-radius: 50%;
	font-size: 60px;
	line-height: 100px;
}

.red {
	color: red;
}

.btn-primary {
  background: rgb(76,62,153)!important;
}

.btn-group-lg>.btn, .btn-lg {
  --bs-btn-padding-y: 1rem!important;
  --bs-btn-padding-x: 1.5rem!important;
  --bs-btn-font-size: 1.75rem!important;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.bg-body-seiu {
  background: rgb(76,62,153);
}

.brand-color {
  color: rgb(76,62,153);
}

.prominent {
  font-weight: 700;
  font-size: 1.1em;
}