body {
 background-image: url("images/site/wc_bg.jpg");
 background-color: #cccccc;
 background-repeat: no-repeat;
 background-size: cover;
 height: 100vh;
}
.wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  font-family: arial, helvetica;
  font-size: 24px;
}
.site_title {
  font-family: Times, Helvetica;
  font-size: 96px;
  font-style: normal;
  margin: 300px 0 40px 0;
 }
.box {
  width: 700px;
  background-color: #FFFFFF;
  padding: 50px;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
 .box input {
  font-family: "Roboto", sans-serif;
  background: #f2f2f2;
  width: 640px;
  border: 0;
  padding: 30px;
  font-size: 36px;
}
.box input[type=submit] {
  width: 700px;
  background-color: #333333;
}
.create {
  font-family: arial, helvetica;
  font-size: 36px;
  margin-top: 60px;
}
.create a {
  text-decoration: none;
}
.created_by {
  font-family: arial, helvetica;
  font-size: 36px;
  margin-top: 40px;
}