body {
	margin-top: 30px;
	font-family: helvetica, sans-serif;
}

.logo {
	margin: auto;
	text-align: center;
}

.logo img {
	height: 180px;
}

.form {
	text-align: center;
}

.form button {
	display: block;
	margin: auto;
	margin-top: 20px;
}

.form input.big {
	width: 540px;
    height: 70px;
    font-size: 40px;
    margin: 20px 0;
}


button {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 15px 45px;
  font-size: 20px;
  line-height: 1.8;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  background-color: #6496c8;
  text-shadow: -1px 1px #417cb8;
  border: none;
}

button:focus {
  outline: none
}

section.press button {
  color: #fff;
  background-color: #6496c8;
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px #27496d;
}

button:hover,
button.hover {
  background-color: #417cb8
}

button:active,
button.active {
  background-color: #417cb8;
  box-shadow: 0 5px #27496d;
  transform: translateY(5px);
}


.header {
	width: 800px;
	margin: auto;
}

.header-logo {
	display: inline;
}

.header-logo img{
	height: 100px;
}

.header-menu {
	float: right;
	margin-top: 20px;
}

.header-menu a{
	display: block;
	text-align: right;
}

.emails {
	margin-top: 20px;
	text-align: center;
}

.changeit input {
	margin: 10px 0;
}

.success {
	margin-top: 60px;
	text-align: center;
}
