/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * No deletion without permission, or be held responsible to law.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
.login-page {
    /*background-image: url('../images/login-bg.jpg')  !important;*/
    background:url('../images/login-bg.jpg') no-repeat 0 50% !important;
    background-size: cover !important;
    overflow: hidden  !important;
}
/* 自定义文件图标样式 */
.custom-file-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    vertical-align: middle;
}

/* 图片文件类型 */
.custom-file-icon.image { background-image: url('/static/icon/image_icon.png'); }
.custom-file-icon.pdf { background-image: url('/static/icon/pdf_icon.png'); }
.custom-file-icon.word { background-image: url('/static/icon/word_icon.png'); }
.custom-file-icon.excel { background-image: url('/static/icon/excel_icon.png'); }
.custom-file-icon.ppt { background-image: url('/static/icon/PPT_icon.png'); }
.custom-file-icon.zip { background-image: url('/static/icon/archive_icon.png'); }
.custom-file-icon.video { background-image: url('/static/icon/video_icon.png'); }
.custom-file-icon.audio { background-image: url('/static/icon/music_icon.png'); }
.custom-file-icon.code { background-image: url('/static/icon/html_icon.png'); }
.custom-file-icon.default { background-image: url('/static/icon/text_icon.png'); }