.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html, body {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    height: 100%;
}

.btn:focus, .btn:active:focus,
.btn.active:focus, .btn.focus,
.btn:active.focus, .btn.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

body {
    padding-top: 48px;
}

.link,.link:hover {
    text-decoration: none;
    color: #2b85e4 !important;
}

.sitename {
    display: inline-block;
    margin-left: 5px;
    font-size: 20px;
    font-weight: normal;
    vertical-align: middle;
    color: white;
}

.container-center {
    display: table;
    height: 100%;
    margin-top: -50px;
}

.row-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.bg-dark {
    background-color:#292929 !important;
}

.nav-item {
    font-size: 14px;
}

.nav-link {
    color: #fff !important;
}

.btn:hover {
    color: #fff !important;
}

.carousel-item {
    width: 100%;
    height: 100%;
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
}

#footer {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
}

#footer .copyright {
    padding-top: 0;
}

#footer .beian {
    padding-top: 10px;
}

#footer a {
    color: #ffffff;
}