.forgot {
  width: 100%;
  margin: 0;
  padding: 0;
}
.forgot .email {
  display: block;
  width: 100%;
}
.forgot input[type=text], .forgot input[type=password] {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
}
.forgot input[type=submit] {
  width: 100%;
  margin-bottom: 15px;
}
.forgot {

}
.btn-green {
  width: 100%;
  margin-bottom: 15px;
}
a.return {
  display: block;
  text-align: center;
  margin-top: 15px;
}