#fp-form-elementor .btn-primary{
	width: 100%;

}#fp-form-elementor input.form-control{
	text-align: left;
}
#fp-form-elementor .form-group {
    margin-bottom: 10px;
}
#fp-form-elementor .custom-checkbox label{
  margin-bottom: 0;
  display: flex;
}
#fp-form-elementor .custom-checkbox small{
  font-size: 94%;
  line-height: 1;
}


#fp-form-elementor .form-control{
  font-size:14px
}

#fp-form-elementor textarea{
	width: 100%;
	max-width: inherit;
	height: 12rem;
}
#fp-form-msg {
  margin-top: 10px;
  font-size: 0.95rem;
}


.fp-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: fp-spin 0.8s linear infinite;
  vertical-align: middle;
  margin-right: 6px;
}

.fp-sending-text {
  vertical-align: middle;
  font-style: italic;
  color: #555;
}

@keyframes fp-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}