.website {
	display: none;
	visibility: hidden;
}
#waitMessage {
  display: none;
  color: #ccf2ff;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  padding: 2px 5px;
}
.errorMsg {
  color: #e60000;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  padding: 2px 5px;
}
.successMsg {
  color: #EFD307;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  padding: 0;
}
.formway {
	text-align: center;
	width: 100%;
}
.formway p {
	line-height: 1;
  margin-bottom: 10px;
  padding: 0;
}
input, textarea {
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	border-radius: 7px;
	color: #222222;
	font-family: inherit;
  font-size: inherit;
	font-weight: 400;
	padding: 12px 8px;
	width: 100%;
}
input::placeholder {
	font-size: 14px;
	font-weight: 400;
}
textarea::placeholder {
	font-size: 14px;
	font-weight: 400;
}
.submit {
	cursor: pointer !important;
	width: auto !important;
}
::placeholder {
  color: #787878;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #787878;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
::-ms-input-placeholder {
  color: #787878;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}