.form {
  background: #fff;
  width: 400px;
  margin: 30px auto 0;
  border-radius: 6px;
  overflow: hidden;
  padding-top: 40px;
  box-sizing: border-box; }
  .form .re_title {
    text-align: center;
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin: 0 auto 40px; }
  .form .err-message, .form .err-password, .form .err-code, .form .err-agreement {
    height: 20px;
    margin: -20px 0 0 33px !important;
    overflow: hidden;
    color: #e74b3b; }
  .form .re_code {
    width: 336px;
    height: 42px;
    margin: 0 32px 20px;
    display: flex;
    justify-content: start; }
    .form .re_code .validationint {
      width: 236px;
      height: 42px;
      margin: 0;
      border-right: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .form .re_code .validationbtn {
      width: 100px;
      height: 42px;
      text-align: center;
      line-height: 42px;
      margin: 0;
      font-size: 14px;
      color: #fff;
      background-color: #E74B3B;
      border-radius: 0 4px 4px 0;
      border: 1px solid #E74B3B; }
      .form .re_code .validationbtn.tick {
        color: #999999;
        border: 1px solid #d2d2d2;
        background-color: #f1f1f1; }
  .form .agreement {
    width: 323px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    text-align: left;
    margin: 0 auto 20px auto;
    position: relative; }
    .form .agreement span, .form .agreement a {
      color: #E74B3B; }
    .form .agreement input {
      width: 16px;
      height: 16px;
      position: absolute;
      margin: 0;
      top: 1px;
      left: 0px;
      border: 0;
      outline: none; }
  .form .to_login {
    width: 400px;
    height: 50px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    text-align: center;
    margin-top: 24px;
    background-color: #eeeeee; }
  .form .index-login {
    margin-left: 32px;
    margin-top: 8px; }
    .form .index-login a {
      color: #E74B3B; }
  .form input {
    width: 336px;
    height: 42px;
    margin: 0 32px 20px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    outline: none;
    text-indent: 14px; }
    .form input[type="text"], .form input[type="password"] {
      box-sizing: border-box;
      padding: 14px 0; }
  .form button {
    width: 336px;
    height: 42px;
    margin: 0px 32px 0;
    background-color: #e74b3b;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    border: 0;
    border-radius: 2px;
    outline: none; }
  .form button:hover {
    cursor: pointer; }
