body {
  font-size: 14px;
  line-height: 23px;
  font-family: "Merriweather Sans",sans-serif;
  color: white;
  padding: 0px;
  margin: 0px;
  background-color: #2C3E50;
  text-transform: uppercase;
  padding-top: 10px;
}

input
{
  background: white none repeat scroll 0 0;
  border: 0px solid #fff;
  border-radius: 0px;
  color: #909195;
  font-size: 13px;
  line-height: 13px;
  padding: 7px 7px 7px 7px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button
{
	background-color: #00D671;
	color: white;
	margin-top: 5px;
}

.mbox.error
{
	background-color: #c0392b;
	width: 98%;
	padding: 1px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}