.form-container {
  width: 700px;
  padding-bottom: 70px;
  margin: 0 auto 20px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px 1px rgba(140, 140, 140, 0.1);
          box-shadow: 0px 2px 6px 1px rgba(140, 140, 140, 0.1); }

.form-title {
  height: 154px;
  line-height: 154px;
  font-size: 36px;
  color: #333333;
  border-bottom: 1px solid #f2f2f2; }

.form-content {
  width: 360px;
  padding-top: 40px;
  margin: 0 auto;
  text-align: left; }
  .form-content .label {
    margin-bottom: 5px;
    text-align: left;
    font-size: 18px;
    color: #74777d; }
    .form-content .label.required span {
      color: #e51c23; }
  .form-content input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 0px 0px #d7d7d7;
            box-shadow: 0px 0px 0px 0px #d7d7d7;
    vertical-align: middle; }
  .form-content .verification-code-input {
    width: 220px; }
  .form-content .verification-code-submit {
    display: inline-block;
    width: 133px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: rgba(16, 16, 16, 0.5);
    cursor: pointer; }
    .form-content .verification-code-submit:hover {
      border-color: transparent;
      background-color: #fff470; }
  .form-content .forget-password {
    margin-top: 10px;
    text-align: right;
    font-size: 14px; }
    .form-content .forget-password a {
      color: #74777d; }
      .form-content .forget-password a a:visited {
        color: #74777d; }

.form-item {
  margin-bottom: 10px; }
  .form-item:last-child {
    margin-bottom: 0; }
  .form-item.forget-password {
    margin-bottom: 0; }

.form-submit {
  width: 360px;
  height: 50px;
  margin: 40px auto 17px;
  line-height: 50px;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  color: #051027;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer; }
  .form-submit:hover {
    border-color: transparent;
    background-color: #fff470; }

.go-to-login-or-registered {
  text-align: center;
  font-size: 14px;
  color: #74777d; }
  .go-to-login-or-registered a {
    color: #74777d; }
    .go-to-login-or-registered a:visited {
      color: #74777d; }