input::placeholder {
    color: #333;
  }
.inner-pagebox {
    margin-top: 60px;
}
.innerresize-box {
    max-width: 420px;
}
.innerresize-head {
    margin-bottom: 24px;
}
.innerresize-body > div {
    max-width: 420px;
}
.innerresize-l ul input, .innerresize-l ul select {
    height: 44px;
}
.inner-title {
    font-size: 32px;
    margin-bottom: 6px;
    line-height: 1.1875;
    font-weight: 700!important;
}
.inner-des {
    font-size: 14px;
    text-align: center;
}
.verify-img, .btn-password {
    position: absolute;
    cursor: pointer;
    right: 8px;
    top: 8px;
    z-index: 3;
}
.verify-img {
    top: 10px;
}
.btn-password {
    font-size: 18px;
    top: 12px;
    right: 12px;
    color: #aaa;
}
.forget-row {
    text-align: right;
    margin: 12px auto 24px;

}
.forget-row a {
    color: #333;
}
.forget-row a:hover {
    text-decoration: underline;
}
.regis-btn {
    margin-top: 32px;
    text-align: center;
}
.regis-btn .des {
    margin-bottom: 12px;
}
.regis-btn .btn-box {
    display: block;
    width: 100%;
}
.regis-btn button {
    width: 100%;
    height: 48px;
    line-height: 1;
    color: #333;
    font-weight: 500;
}
.regis-btn button:hover {
    border: none;
    color: #fff;
    background: linear-gradient(110deg, #FF5EA7 0%, #C85AFF 70%, #5A74FF 100%);
}
/* regis-page */
.inner-des a,  .privacy a {
    color: #5A74FF;
}
.regis-box .inner-title {
    margin-top: 6px;
    margin-bottom: 0;
}
.privacy {
    margin-top: 16px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .inner-title {
        font-size: 24px;
    }
    .inner-pagebox {
        margin-top: 32px;
    }
    ::-webkit-input-placeholder { /* WebKit browsers */
        font-size: 13px;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 13px;
    }

    :-ms-input-placeholder { /* Internet Explorer 10+ */
        font-size: 13px;
    } 
}
.confirm-btns {
    position: relative;
}
.confirm-btns .is-loading {
    border-radius: 6px;
}