@import url("https://fonts.googleapis.com/css?family=Open+Sans");

* {
  margin: 0;
  padding: 0 0 0 0;
}
#S5Title {
	height:75px; 
	color:white;
}
#S5Logo
{
	cursor:pointer; 
	float:right; 
}
#showAPI {
	margin-top: -20;

  /* Double-sized Checkboxes */
  -ms-transform: scale(.5); /* IE */
  -moz-transform: scale(.5); /* FF */
  -webkit-transform: scale(.5); /* Safari and Chrome */
  -o-transform: scale(.5); /* Opera */
  transform: scale(.5);
  padding: 15px;
  cursor:pointer;
}

body {
  font-family: "Open Sans";
  font-size: 12px;
  background-color: #434343;
}

.container {
  width: 500px;
  margin: 25px auto;
}

form {
  padding: 20px;
  background:#182a3c;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
      
}
h3 {
	  font-size: 15px;
}

div,
h3,
label,
input,
button {
  border: 0;
  margin-bottom: 3px;
  display: block;
  width: 100%;
}
 input {
  height: 25px;
  line-height: 25px;
  background: #fff;
  color: #000;
  padding: 0 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
 button {
  height: 50px;
  line-height: 25px;
  background: #e67e22;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
 display: inline;
}
form .error {
  color: #c96262;
}
.h2: { color: white; }