html,body{
    height: 100%;
    background: #013366 url("/images/login-bt.jpg") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.head-menu-two-backcolor{
    background: #fff;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
    color:#013365;
}
.navbar-light .navbar-nav .nav-link {
    color:#013365;
    font-size: 18px;
    text-align: center;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:#916820;
}
.custom-head-height{
    height: 145px;
}
.head-menu{
    display: none;
}
.foot-tab{
    display: none;
}
.body-content{
    /*background-color: rgba(0, 0, 0, 0.6);*/
}
.action-user-type-btn-group{
    width: 80%;
}
.action-user-type-btn-group .btn{
    width: 30%;
}
.action-user-type-btn{
    background: #013365 !important;
}


@media (max-width: 992px) {
    html,body{
        height: 100%;
        background: #013366 url("/images/login-bt-p.jpg") no-repeat;
        background-size: 100% 100%;
    }
}

.krajee-default{
    width: 160px;
    height: 160px;
}
.krajee-default.file-preview-frame .kv-file-content{
    width: 160px; /* 预览图片的宽度 */
    height: 160px; /* 预览图片的高度 */
    overflow-y: hidden;
}
.krajee-default.file-preview-frame .kv-file-content img{
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
}
.file-drop-zone{
    min-height: 165px;
}
.file-preview{
    width:210px;
    height: 210px;
}
.file-drop-zone{
    padding: 0;
}
.file-drop-zone-title{
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    display: grid;
    place-items: center; 
}
.krajee-default.file-preview-frame{
    margin: 0;
    padding:0;
    border-radius: 50%;
}
.file-thumb-loading{
    width: 210px;
}
.Square-Thumbnails .file-drop-zone .file-preview-thumbnails .file-preview-frame{
    border-radius: 4px;
}
.Square-Thumbnails .file-drop-zone .file-preview-thumbnails .file-preview-frame .kv-file-content img{
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget {
    font-size: 12px; /* 设置字体大小 */
}