﻿.form-group label {
    font-size: 1.2rem;
    font-weight: 400;
    color: #3f4254;
}


.table.table-head-custom thead th, .table.table-head-custom thead tr {
    font-size: 1.15rem;
    color: #555 !important;
}


.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}


@media (max-width: 991.98px) {
    .login.login-2 .content .content-img {
        min-height: 470px !important;
        background-size: 1000px;
    }
}

@media (max-width: 575.98px) {
    .login.login-2 .content .content-img {
        min-height: 280px !important;
        background-size: 600px;
    }
}

@media(max-width:375px) {
    .login .logo {
        max-width: 300px;
    }
}

/* 自定义框 */
.kuang-top {
    max-width: 87%;
    margin: 0 auto;
}
.kuang {
    min-height: 30rem;
    background-color: white;
    background-color: #ffffffeb;
    border-radius: 1rem;
    padding: 0;
    max-height: 60rem;
    overflow: auto;
}
.kuang .kaung-div {
    padding: 4rem 5rem;
}
/* 自定义框 end */
