label.error {
    color: red;
    font-weight: normal;
}
input.error {
    background-color: #EED3D7;
    border: 1px solid red;
}
fieldset {
    border: none;
}
fieldset.admin-fields {
    border-top: 1px solid #899687;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #bec9bd;
}
.table-navi th {
    font-weight: normal;
}
#admin-logo{
    text-align: center;
    margin:10px;
    width: auto !important;
    height: 40px !important;
}
#admin-logo.logo-sm-menu {
    width: auto !important;
    height: 20px !important;
    margin: 0px;
}