.stripes {
    background: -webkit-gradient(linear, left bottom, left top, from(#023260), to(#0065ff));
    background: linear-gradient(to top, #023260, #0065ff);
}
.login .message {
    background: #0150bc;
}
.login input[type=submit],
.login input[type=button]{
    background-color: #1E9FFF;
}
.left-nav{
    background: linear-gradient(
        to bottom, #023260, #071321
    ) !important;
}
.left-nav #nav li a {
    color: #f5f5f5;
}
.container {
    background-color: #023260;
}
.welcome {
    background-color: #071321;
}
.welcome .page-content .layui-tab-title {
    background-color: #0d1e38;
}
.welcome .layui-card {
    background-color: #0d1e38;
}
.welcome .layui-card .layui-card-header {
    color: #ffffff;
}
.welcome .welcome-blockquote {
    background-color: #0d1e38;
    color: #ffffff;
}
.welcome .remind {
    background: #0d1e38;
}
.welcome .remind .left {
    color: #ffffff
}
.welcome .remind .wrap {
    background: #0d1e38;
}
.welcome .remind .layui-row {
    background: #0d1e38;
}
.welcome .remind-chart .remind-top {
    background: -moz-linear-gradient(
        top,
        #023260 0%,
        #071321 100%
    ) !important;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #023260),
        color-stop(100%, #071321)
    ) !important;
    background: -webkit-linear-gradient(
        top,
        #023260 0%,
        #071321 100%
    ) !important;
    background: -o-linear-gradient(
        top,
        #023260 0%,
        #071321 100%
    ) !important;
    background: -ms-linear-gradient(
        top,
        #023260 0%,
        #071321 100%
    ) !important;
    background: linear-gradient(
        to bottom,
        #023260 0%,
        #071321 100%
    ) !important;
}
.welcome .remind-chart .remind-footer {
    background: #0d1e38 !important;
}
.welcome .quick .layui-row {
    background-color: #0d1e38 !important;
}
.welcome .quick {
    background-color: #0d1e38 !important;
}
.welcome .quick li {
    background-color: #0d1e38 !important;
}
.welcome .quick li .li-item {
    color: #3cacfd !important;
    background-color: #0d1e38 !important;
}
.welcome .quick .li-box .li-item:hover {
    background: #071321 !important;
    color: #ffffff !important;
}
.welcome .data-statistic ul {
    background-color: #0d1e38 !important;
}
.welcome .data-statistic li {
    background-color: #0d1e38 !important;
}
.welcome .data-statistic li a {
    background-color: #0d1e38 !important;
}
.welcome .data-statistic li a:hover {
    background-color: #071321 !important;
}
.welcome .data-statistic li a h3 {
    color: #cccccc;
}
.welcome .welcome-footer {
    color: #cccccc;
}
.welcome .layui-progress-text {
    color: #cccccc;
}
.welcome .footer {
    background-color: #0d1e38
}
.page-content .layui-tab-title {
    background-color: #023260;
    color: #ffffff;
}
.welcome .layui-progress-bar {
    height: 10px !important;
    background-color: #28a745 !important;
}
.welcome .layui-progress {
    height: 10px !important;
}
