#forgot .title {
    font-weight: 500;
    font-size: 36px;
    color: #333333;
    margin-bottom: 30px;
    text-align: left;
}

#forgot .el-main {
    overflow-x: hidden;
}

#forgot .el-form .el-input {
    height: 56px;
    background: #FFFFFF;
    border-radius: 10px;
    /* border: 1px solid #DFE7EF; */
}

.el-form .el-form-item__content {
    padding: 1px;
}

.el-form .el-input .el-input__inner {
    height: 56px;
    line-height: 56px;
    border-radius: 10px 0 0 10px;
    border-right: none;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #DFE7EF;
    border-right: none;
}

.el-form .fillet .el-input .el-input__inner {
    border-radius: 10px;
    border: 1px solid #DFE7EF;
}

.el-form .el-input .el-input-group__append {
    padding: 0;
    min-width: 100px;
    text-align: center;
    border: none;
    border: 1px solid #DFE7EF;
    border-left: none;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    width: 140px;
}

.el-form .el-input .el-input-group__append .el-button {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.el-form .el-input-group__append .el-button span {
    font-weight: 400;
    font-size: 18px;
    color: #1D4DD8;
}

.el-form .verification .el-button span {
    font-weight: bold;
    font-size: 24px;
    color: #4596FF;
    font-style: italic;
}

.el-form .verification .el-input-group__append {
    border: none;
    background: #DAECFF;
    width: 120px;
}

.el-form .verification .el-button img {
    max-width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
}

.el-form .login-btn .el-button {
    padding: 0;
    border-radius: 10px;
    border: none;
    line-height: 56px;
}

.el-form .login-btn .el-button span {
    display: block;
    width: 350px;
    height: 56px;
    background: linear-gradient(270deg, #1C49D4 0%, #2875FD 100%);
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.el-form .login-btn .el-button.is-disabled span {
    background: linear-gradient(270deg, rgba(28, 73, 212, .5) 0%, rgba(40, 117, 253, .5) 100%);
}

#pane-second .verification {
    margin-bottom: 0;
}

#pane-second .forgot {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 20px;
}

.el-input .el-input__inner:focus {
    outline: 1px solid #1E4FD9;
    /* border: none; */
}