
.findback_password {
    width: 400px;
    height: auto;
    padding: 30px;
    background: #fff;
    margin: 30px auto;
    border-radius: 2px;
}

.findback_password_title {
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    color: rgb(255, 97, 0);
    margin-bottom: 25px;
}

.formItem {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    display: flex;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 2px;
}

.formItem::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.formItem:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.formItem:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.sliderContainer {
    width: 400px !important;
}

.sliderText {
    font-size: 14px !important;
}

.findback_password_btn {
    display: inline-block;
    width: 400px;
    height: 40px;
    text-align: center !important;
    background: #ecbc25;
    margin: 20px 0;
    border: none !important;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}

.sliderContainer {
    background: #fff !important;
}

.sendCode {
    position: absolute;
    width: 100px;
    height: 40px;
    background: #ecbc25;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

#code{
    border-right: 1px solid #ccc;
    margin-bottom: 20px;
}
