.main-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.75;
}
.table-form .btn {
    min-width: 5rem;
    margin-right: 10px;
}

/* 找回密码 */
.page-title {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}
.page-title span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 20px;
}

@media (min-height: 750px) {
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}