body {
    margin: 0;
    padding: 0;
  }
  .title {
    width: 1200px;
    margin: auto;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 25px;
    background: #48d5d0;
    color: #ffffff;
    padding: 0 10px;
  }

  .password-form{
    width: 1200px;
    margin: auto;
    text-align: center;
    font-size: 25px;
    padding: 0 10px;
  }

  .password-form>div{
      padding: 10px;
      margin-bottom: 20px;
  }

  .input_box {
    width: 261px;
    height: 33px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    display: flex;
    margin: auto;
  }

  .input_ {
    border: none;
    border-radius: 17px;
    border-radius: 17px;
    padding: 0 20px;
    width: 220px;
    outline: none;
  }

  .code-box {
    display: flex;
    align-items: center;
    width: 283px;
    margin: auto;
    justify-content: space-between;
  }
  
  .code-btn {
    width: 120px;
    height: 50px;
    background: #48d5d0;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    border: none;
    margin-left: 5px;
  }

  .input_code {
    border: none;
    border-radius: 17px;
    width: 100px;
    padding: 0 30px !important;
    outline: none;
  }

  .code_input {
    width: 261px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    display: flex;
    margin: auto;
  }
  
  .sure{
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    margin: auto;
    text-align: center;
    color:  #757575;
  }