/*
Theme Name: Artemis (flatsome-child)
Description: Stles specific to the Solar Panel page.
Author: Gareth
Template: flatsome
Version: 1.4
*/
/** Note: Change Version to activate any CSS changes  **/

#wpforms-4906 {
	background-color: rgba(27,153,139,0.1);
	padding: 20px;
	border-radius: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(27,153,139,1.0);
  max-width: 700px;
	text-align: left;
}

#wpforms-submit-4906 {
	display: inline-block;
  padding: 10px 30px;
  background-color: #D7263D;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
#forms-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 10px;
	max-width: 80px;
	max-height: 80px;
}

p.forms-intro {
	font-weight: 400;
	color: #2e294e;
	text-align: center;
	margin-bottom: 0.75em;
}

#wpforms-confirmation-4906 {
	background-color: white;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 600;
	color: #d7263d;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(27,153,139,1.0);
  border-radius: 10px;
}
