.content {
  margin: 0 auto;
  max-width: 600px;
}

.wrap {
  margin: 0 auto;
  max-width: 270px;
}

.content h1 {
  color: #48728b;
  font-family: 'Adelle', serif;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px;
  text-transform: uppercase;
}

.content input.action {
  margin-top: 10px;
}

.content .signedup-success {
  background: #f0f0f0;
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 15px;
  text-align: center;
}

.Actions {
  overflow: hidden;
}

input[type=submit] {
  float: left;
}
#ForgotPassword {
  float: right;
  position: relative;
  top: 25px;
}
