/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wam-form-container {
	/*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;*/
  width: 100%;
  padding: 30px;
  /*border: 1px solid #1E294D;*/
  margin-bottom: 30px;
  background-color: #F5F8FF;
}

.wam-bck-success { 
  background-color: #97e597;
  color: white !important;
}

.wam-bck-error { 
  background-color: #fc6953;
  color: white !important;
}

.wam-form-container p, h4, label, input[type=text], input, select, option {
	color: #1E294D;
}

.wam-flex-container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.wam-grid-item {
	margin-left: 5px;
	padding: 20px;
	width: 30%;
}

.wam-grid-item input[type=text], input[type=tel], input[type=email], input[type=number], select {
	width: 100%;
}

.wam-flex-container .wam-grid-item label {
	display: block;
}

.wam-btn {
	width: 100%;
	text-align: center;
	background-color: #001C54;
	color: white;
	height: 50px;
}


.wam-form-success {
	/*border-bottom: 2px solid #168b3f;*/
}

.wam-form-danger {
	/*border-bottom: 2px solid #dc1d34;*/
}

.text-help {
	color: #dc1d34;
}

.error {
	color: red !important;
}
