html,
      body {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        height: 100%;
        position: relative;
        background: #f1f2f7;
        min-height: 632px;
        min-width: 1100px;
        overflow-y: hidden;
      }
      .logoImg {
        margin: 17px 0 20px 60px;
        width: 200px;
      }
      .centerBox {
        width: 100%;
        height: calc(100% - 172px);
        background: url(../../img/bg.png) no-repeat;
        background-size: 100% 100%;
        text-align: center;
        vertical-align: middle;
      }
      .centerContent {
        position: absolute;
        top: calc(50% - 284px);
        left: calc(50% - 550px);
        width: 1100px;
        height: 496px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 4px;
        padding: 0 60px;
      }
      .titie {
        height: 76px;
        line-height: 76px;
        width: 100%;
        font-size: 20px;
        border-bottom: 1px solid #f0f0f0;
        color: #333333;
        letter-spacing: 2px;
      }
      .inputBox {
        margin-top: 20px;
      }
      .inputBox span {
        display: inline-block;
        width: 94px;
        text-align: right;
        padding-right: 14px;
      }
      .inputBox input {
        display: inline-block;
        width: 300px;
        height: 40px;
        border: 1px solid #e6e6e6;
        padding-left: 20px;
        outline: none;
        box-sizing: border-box;
      }
      .codeBox {
        margin: 20px 0 30px 0;
      }
      .codeBox span {
        display: inline-block;
        width: 94px;
        text-align: right;
        padding-right: 14px;
      }
      .codeBox input {
        display: inline-block;
        width: 190px;
        height: 40px;
        border: 1px solid #e6e6e6;
        padding-left: 20px;
        outline: none;
        box-sizing: border-box;
      }
      .codeBtn {
        width: 110px;
        background: #c7000b;
        color: #fff;
        height: 42px;
        line-height: 40px;
        border: none;
        cursor: pointer;
      }
      .codeBtnDisable {
        width: 110px;
        background: #e0dcdc;
        color: #fff;
        height: 42px;
        line-height: 40px;
        border: none;
        cursor: pointer;
      }
      .changePassword {
        width: 140px;
        height: 40px;
        background: #d41226;
        color: #fff;
        font-size: 16px;
        outline: none;
        border: none;
        border-radius: 6px;
        letter-spacing: 6px;
        text-align: center;
        cursor: pointer;
        margin-left: 114px;
      }
      .backToLogin {
        width: 140px;
        height: 40px;
        background: #d41226;
        color: #fff;
        font-size: 16px;
        outline: none;
        border: none;
        border-radius: 6px;
        letter-spacing: 6px;
        text-align: center;
        cursor: pointer;
        margin-left: 20px;
      }
      .changePassword:hover {
        background: #c7000a;
      }
      .forgetPassword {
        margin-top: 20px;
        color: #999999;
        font-size: 14px;
        display: block;
        cursor: pointer;
        text-decoration: none;
      }
      .questionIcon {
        vertical-align: -2px;
        margin-right: 6px;
      }
      .footerBox {
        width: 100%;
        height: 60px;
        font-size: 14px;
        text-align: center;
        font-size: 12px;
        padding: 20px 0;
        line-height: 20px;
      }
      .footImg {
        vertical-align: middle;
      }
      .errorBottom{
        color:#c7000a;
        margin-top:10px;
      }
      .successfulBottom{
        color:green;
        margin-top:10px;
      }