/* ----------- Custom Classes ---------- */

.alert {
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    vertical-align: middle;
}

.authlinks {
    color: #FF9B5B;
    font-size: 15px;
}

.authlinks:hover {
    color: #9AA7AF;
}

.biombox p {
    font-size: 14px;
}

.biombox h3 {
    font-size: 22px;
    font-weight: 100;
}

.biombox h5 {
    font-size: 14px;
    font-weight: 600;
}

.btn-create {
    color: #FEFEFE;
    background-color: #395774;
    border: 1px solid #395774;
    padding: 7px 25px;
}

.btn-create:hover {
    color: #FEFEFE;
    border: 1px solid #90bbd7;
    background-color: #263949;
}

.btn-submit {
    color: #FEFEFE;
    background-color: #e12330;
    border-color: #e12330;
}

.btn-submit:active,
.btn-submit:focus,
.btn-submit.focus,
.btn-submit:hover {
    color: #FEFEFE;
}

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
    color: inherit;
    border: 1px solid #d2d2d2;
}

.btn-white:active,
.btn-white.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}

.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
    color: #cacaca;
}

.clients-list .tab-pane {
    position: relative;
    height: auto;
}

.clients-list table tr td {
    height: auto;
    vertical-align: middle;
    border: 1px solid #e7eaec;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.cnt-title {
    text-transform: uppercase;
    font-weight: bold;
    color: #4D4D4D;
}

.cnt-agreement ol {
    list-style: none;
    padding: 0px;
    margin-left: -4px;
    counter-reset: my-awesome-counter;
    height: 540px;
    max-height: 540px;
    overflow-y: scroll
}

.cnt-agreement ol li {
    padding: 5px;
    color: #4D4D4D;
    counter-increment: my-awesome-counter;
}

.cnt-agreement ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #FF6401;
    font-weight: bold;
}

.copyright {
    color: #676a6c;
    color: #555758;
}

.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu>li>a {
    border-radius: 3px;
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #FEFEFE;
    text-decoration: none;
    background-color: #1ab394;
    outline: 0;
}

.dropdown-menu>li>a.font-bold {
    font-weight: 600;
}

.dt-toast {
    position: fixed;
    top: 5;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 5px 0 20px;
}

.error-desc a {
    font-weight: 700;
}

.error-desc a:hover {
    color: #0277BD;
}

.error-desc p {
    font-size: 14px;
}

.dt-toggle {
    display: none;
}

.forcepointer {
    cursor: pointer;
}

.ibox {
    clear: both;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
}

.ibox a {
    padding-left: 8px;
    cursor: pointer;
}

.ibox-tools .dropdown-menu>li>a {
    padding: 1px 10px;
    font-size: 12px;
}

.loaderImage {
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    background-image: url("../img/loading-eclipse.gif");
    width: 200px;
    height: 200px;
}

.message {
    color: #e12330;
    color: #ff0000;
    border: 1px thin #e12330;
    border: none;
    padding: 2px 15px 3px 2px;
    border-radius: 4px;
}

.p-xxsn {
    padding: 0px;
}

.p-xxs {
    padding: 3px;
}

.popover {
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
    padding: 0;
}

.popover .popover-title {
    margin: 0 !important;
}

.red-tooltip+.tooltip>.tooltip-inner {
    color: #8fc4e5;
    border: 1px solid #5078a0;
    background-color: #395774;
    font-weight: 600;
}

.red-tooltip+.tooltip>.tooltip-arrow {
    border-bottom-color: #5078a0;
}

.resp-width {
    margin: 0px auto;
    width: 240px;
    padding-top: 10px;
}

.tooltip>.tooltip-inner {
    color: #f3f6f7;
    border: 1px solid #353535;
    background-color: #353535;
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    .ibox-content {
        min-height: auto;
    }
}

a.dt-nolink {
    text-decoration: none;
    color: inherit;
}

a.dt-standout {
    color: #5D9CEC;
}

a.dt-standout:hover {
    color: #FEFEFE;
}


/* --------------- normal login --------------- */

.loginbox p {
    font-size: 14px;
}

.loginbox h3 {
    font-size: 22px;
    font-weight: 100;
}

.loginbox input {
    color: #676a6c;
    font-weight: normal;
}

.loginscreen.middle-box {
    width: 640px;
}

.loginscreen.middle-box .biombox {
    margin-top: 60px;
    min-width: 580px;
    width: 400px;
    /*color: #f3eeee;*/
    color: #2C313A;
    color: #4D4D4D;
    /*text-shadow: 1px 0 0 currentColor;*/
}

.loginscreen.middle-box .loginbox {
    min-width: 400px;
    width: 400px;
    margin: 0 auto;
    /*color: #f3eeee;*/
    color: #2C313A;
}

.logo-name {
    /*color: #E6E6E6;*/
    color: #e6e3e3;
    font-size: 140px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.middle-box {
    max-width: 580px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.middle-box h1 {
    font-size: 140px;
}

.passwordBox {
    min-width: 360px;
    max-width: 430px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}


/* --------------- biometric enrollment --------------- */

.biom_contents {
    padding: 0;
}

.biom_contents p {
    font-size: 14px;
}

.biom_notice span {
    font-size: 18px;
}

.biom_qr_code {
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 200px;
}

.biom_text_content {
    padding-top: 15px;
}

.biom_text_content a,
.biom_instruct a,
.biom_contents a {
    border-bottom: 1px dashed #e1e1e1;
}

.card {
    padding: 0px;
    background: white;
    margin: 0px;
    user-select: none;
    transform-origin: top left;
}

.card_layout h1 {
    font-size: 2rem;
    font-weight: 200;
}

.card_layout h1 strong {
    font-weight: 300;
    color: #ff3a00;
}

.card_layout h2 {
    font-size: 0.9rem;
    line-height: 2.5;
    color: gray;
    font-weight: 400;
}

.play-image {
    padding: 0;
    margin-top: 5px;
}

p.biom_instruct {
    font-size: 12px;
    margin-left: -15px;
}

@media screen and (max-width: 1366px) {
    .biombox p,
    .biombox h3,
    .loginbox p,
    .loginbox h3 {
        /*color: #f3eeee;*/
        color: #2C313A;
    }
    .loginscreen.middle-box {
        width: 320px;
        min-width: 320px;
    }
    .loginscreen.middle-box .biombox {
        min-width: 320px;
        width: 320px;
        color: #676a6c;
    }
    .loginscreen.middle-box .loginbox {
        min-width: 320px;
        width: 320px;
        margin: 0 auto;
        color: #676a6c;
    }
    .logo-name {
        color: #dbd8d8;
        font-size: 125px;
        font-weight: 800;
        letter-spacing: -10px;
        margin-bottom: 0;
    }
    .passwordBox {
        min-width: 320px;
        margin: 0 auto;
        padding: 100px 20px 20px 20px;
    }
    p.copyright {
        color: #555758
    }
}

@media screen and (max-width: 480px) {
    .biombox p,
    .biombox h3,
    .loginbox p,
    .loginbox h3 {
        /*color: #f3eeee;*/
        color: #2C313A;
    }
    .loginscreen.middle-box {
        width: 320px;
        min-width: 320px;
    }
    .loginscreen.middle-box .biombox {
        min-width: 320px;
        width: 320px;
        color: #676a6c;
    }
    .loginscreen.middle-box .loginbox {
        min-width: 320px;
        width: 320px;
        margin: 0 auto;
        color: #676a6c;
    }
    .logo-name {
        color: #dbd8d8;
        font-size: 110px;
        font-weight: 800;
        letter-spacing: -10px;
        margin-bottom: 0;
    }
    .passwordBox {
        min-width: 320px;
        margin: 0 auto;
        padding: 100px 20px 20px 20px;
    }
    p.copyright {
        color: #555758
    }
}

@media screen and (max-width: 320px) {
    .biombox p,
    .biombox h3,
    .loginbox p,
    .loginbox h3 {
        /*color: #f3eeee;*/
        color: #2C313A;
    }
    .loginscreen.middle-box {
        width: 260px;
        min-width: 260px;
    }
    .loginscreen.middle-box .biombox {
        min-width: 260px;
        width: 260px;
        color: #676a6c;
    }
    .loginscreen.middle-box .loginbox {
        min-width: 260px;
        width: 260px;
        margin: 0 auto;
        color: #676a6c;
    }
    .logo-name {
        color: #dbd8d8;
        font-size: 90px;
        font-weight: 800;
        letter-spacing: -10px;
        margin-bottom: 0;
    }
    .passwordBox {
        min-width: 270px;
        margin: 0 auto;
        padding: 100px 20px 20px 20px;
    }
    p.copyright {
        color: #555758
    }
}


/* --------------- Bootstrap Overwrites --------------- */

.alert-success {
    color: #FFEEEE;
    background-color: #75E44F;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #75E44F;
}

.alert-success .alert-link {
    color: #FFEEEE;
}

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

.btn-info {
    color: #FEFEFE;
    background-color: #FF893D;
    border-color: #FF893D;
}

.btn-info:hover {
    color: #FEFEFE;
    background-color: #FE7A26;
    border-color: #FE7A26;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 158, 95, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #FEFEFE;
    background-color: #FFA469;
    border-color: #FFA469;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #FEFEFE;
    background-color: #FF893D;
    border-color: #FF893D;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 137, 61, 0.5);
}

.btn-primary {
    color: #FEFEFE;
    background-color: #FF893D;
    border-color: #FF893D;
}

.btn-primary:hover {
    color: #FEFEFE;
    background-color: #FE7A26;
    border-color: #FE7A26;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 158, 95, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #FEFEFE;
    background-color: #FFA469;
    border-color: #FFA469;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #FEFEFE;
    background-color: #FF893D;
    border-color: #FF893D;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 137, 61, 0.5);
}

.card .card-body {
    padding: 15px 15px 25px 15px;
}

.text-center a {
    color: #FF9B5B;
}

.text-center a:hover,
.text-center a:active,
.text-center a:checked {
    color: #75E44F;
    text-decoration: none;
}

a {
    color: #FF9B5B
}

a:hover {
    color: #FF6401;
    text-decoration: none;
}


/* --------------- Button Animation Classes --------------- */

.has-spinner .fa-spinner {
    max-width: 0;
    opacity: 0;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s;
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .fa-spinner {
    max-width: 50px;
    opacity: 1;
}

.has-spinner .fa-spinner {
    max-width: 0;
    opacity: 0;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s;
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .fa-spinner {
    max-width: 50px;
    opacity: 1;
}


/* ----------- Font Awesome Extended Classes ---------- */

.bigger {
    font-size: 14px;
}

.bigger-md {
    font-size: 16px;
}

.green {
    color: #5DEA2C;
}

.red {
    color: #e12330;
}

.white {
    color: #FEFEFE;
}

.orange {
    color: #FF6401
}


/* ----------- Font Awesome Overwrites ---------- */

.fa-check:before {
    content: "\f00c";
    color: #FE6F13;
}


/* --------------- Form Control Adjustments --------------- */

.form-control-feedback {
    position: relative !important;
    float: right;
    left: 15px;
    top: -25px !important;
}

.form-horizontal .form-group {
    margin-left: 2px;
}


/* ----------- Google Recaptcha Classes ---------- */

.g-recaptcha {
    transform: scaleX(1.09);
    -webkit-transform: scaleX(1.09);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}


/* ----------- Component: Data Tables ---------- */

.ambiguous {
    background-color: #FFFFE6;
}

.clockin {
    background-color: #C2EDC2;
}

.clockout {
    background-color: #C7DEF0
}

.dataTables_info {
    position: absolute;
    text-align: center;
    bottom: 5;
    left: 0;
}

.dataTables_paginate {
    position: absolute;
    right: 0;
}

.dataTables_wrapper {
    position: relative;
    padding-bottom: 40px;
}

.dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: center;
}

.dataTables_length {
    float: left;
}

.dataTables_filter label {
    margin-right: 5px;
}

.dateRangeFix {
    position: relative;
    top: 0;
    z-index: 9999;
}

.dateRangeFix .form-group {
    margin-bottom: 6px;
}

.dt-history tr {
    cursor: pointer;
}

.failed {
    background-color: #EDBEBE;
}

.fix-position {
    padding-top: 0;
}

.html5buttons {
    float: right;
}

.html5buttons a {
    border: 1px solid #e7eaec;
    background: #fff;
    color: #676a6c;
    box-shadow: none;
    padding: 6px 8px;
    font-size: 12px;
}

.html5buttons a:hover,
.html5buttons a:focus:active {
    background-color: #eee;
    color: inherit;
    border-color: #d2d2d2;
}

.page-item.active .page-link {
    color: #FEFEFE;
    background-color: #FF9B5B;
    border-color: #FF9B5B;
}

.page-link {
    color: #FF9B5B;
    background-color: #FEFEFE;
}

.page-link:hover {
    color: #FF9B5B;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.passed {
    background-color: #ECF9EC;
}

.pincode {
    background-color: #FCDDCA;
}

div.dataTables_wrapper div.dataTables_info {
    white-space: normal;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

div.dt-button-info {
    z-index: 100;
}

tr.selectV2 {
    background-color: #FF9B5B;
    opacity: 0.7;
    color: #FEFEFE;
}

table.dataTable tbody>tr>.selected {
    background-color: #FF9B5B;
    opacity: 0.7;
    color: #FEFEFE;
}

table.dataTable tbody tr:nth-child(even):hover td {
    background-color: #FFA972;
    opacity: 0.6;
    color: #FEFEFE;
}

table.dataTable tbody tr:nth-child(odd):hover td {
    background-color: #FFA972;
    opacity: 0.6;
    color: #FEFEFE;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

td.dt-center,
th.dt-center {
    text-align: center;
}

@media (max-width: 320px) {
    .table-mobile {
        overflow-x: auto;
    }
}

@media (max-width: 480px) {
    .fix-position {
        padding-top: 10px;
    }
    .table-mobile {
        overflow-x: auto;
    }
}

@media (max-width: 768px) {
    .dataTables_info {
        float: left;
        clear: both;
    }
    .dataTables_length {
        float: none;
    }
    .html5buttons {
        float: none;
        margin-top: 10px;
    }
    .table-mobile {
        overflow-x: auto;
    }
}

@media (min-width: 992px) {
    .dataTables_wrapper .dataTables_paginate {
        justify-content: flex-end;
    }
}


/* --------------- Component: Date Picker --------------- */

.datepicker {
    padding: 12px;
}


/* ----------- Component: Error Pages ---------- */

.error-desc a {
    cursor: pointer;
}

.error-desc a:hover {
    text-decoration: underline;
}

.list-inline .special:hover {
    text-decoration: underline;
}


/* --------------- Component: file browser --------------- */

.category-list li {
    display: block;
}

.category-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.category-list li a .text-danger {
    color: #ef5352;
}

.category-list li a .text-info {
    color: #23c6c8;
}

.category-list li a .text-navy {
    color: #1ab394;
}

.category-list li a .text-primary {
    color: #1c84c6;
}

.category-list li a .text-warning {
    color: #f8ac59;
}

.category-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}

.corner {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid #f1f1f1;
    border-bottom: 0.6em solid #f1f1f1;
    right: 0em;
    bottom: 0em;
}

.file a:hover {
    text-decoration: none;
}

.file {
    border: 1px solid #e7eaec;
    padding: 0;
    background-color: #FEFEFE;
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

.file .file-name {
    padding: 10px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7eaec;
}

.file .icon,
.file .image {
    height: 100px;
    overflow: hidden;
}

.file .icon {
    padding: 15px 10px;
    text-align: center;
}

.file .icon i {
    font-size: 70px;
    color: #dadada;
}

.file-box {
    float: left;
    width: 220px;
}

.file-control {
    color: inherit;
    font-size: 11px;
    margin-right: 10px;
}

.file-control.active {
    text-decoration: underline;
}

.file-manager {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.file-manager .hr-line-dashed {
    margin: 15px 0;
}

.file-manager h5 {
    text-transform: uppercase;
}

.file-manager h5.tag-title {
    margin-top: 20px;
}

.file-name small {
    color: #676a6c;
}

.folder-list li {
    border-bottom: 1px solid #e7eaec;
    display: block;
}

.folder-list li a {
    color: #666666;
    display: block;
    padding: 5px 0;
}

.folder-list li i {
    margin-right: 8px;
    color: #3d4d5d;
}

.tag-list li {
    float: left;
}

.tag-list li a {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}


/* ----------- Component: layout ---------- */

.wd-xxxl {
    width: 400px;
}

.wrapper {
    background-color: #fefefe;
}

.wrapper .section-container {
    background-color: #fefefe;
}


/* ----------- Component: sidebar ---------- */

.sidebar .nav-heading {
    color: #919DA8;
}

.sidebar-nav>li>a,
.sidebar-nav>li>.nav-item {
    color: #515253;
}

.sidebar-nav>li>a:focus,
.sidebar-nav>li>a:hover,
.sidebar-nav>li>.nav-item:focus,
.sidebar-nav>li>.nav-item:hover {
    color: #FF6401;
}

.sidebar-nav>li.active,
.sidebar-nav>li.active>a,
.sidebar-nav>li.active>.nav-item,
.sidebar-nav>li.active .sidebar-nav,
.sidebar-nav>li.open,
.sidebar-nav>li.open>a,
.sidebar-nav>li.open>.nav-item,
.sidebar-nav>li.open .sidebar-nav {
    background-color: #fcfcfc;
    color: #FF6401;
}

.sidebar-nav>li.active>.nav-item>em,
.sidebar-nav>li.active>a>em,
.sidebar-nav>li.open>.nav-item>em,
.sidebar-nav>li.open>a>em {
    color: #FF6401;
}

.sidebar-nav>li.active {
    border-left-color: #FF9B5B;
}

.sidebar-subnav>li>a,
.sidebar-subnav>li>.nav-item {
    color: #515253;
}

.sidebar-subnav {
    background-color: #FEFEFE;
}

.sidebar-subnav>.sidebar-subnav-header {
    color: #515253;
}

.sidebar-subnav>li>a:focus,
.sidebar-subnav>li>a:hover,
.sidebar-subnav>li>.nav-item:focus,
.sidebar-subnav>li>.nav-item:hover {
    color: #75E44F;
}

.sidebar-subnav>li.active>a,
.sidebar-subnav>li.active>.nav-item {
    color: #FF6401;
}

.sidebar-subnav>li.active>a:after,
.sidebar-subnav>li.active>.nav-item:after {
    border-color: #FF6401;
    background-color: #FF6401;
}


/* ----------- Component: top-navbar ---------- */

.topnavbar {
    background-color: #FF9B5B;
    background-image: linear-gradient(to right, #FFA972 0%, #FF9B5B 100%);
}

.topnavbar .navbar-header .brand-logo {
    padding: 5px 7px;
}

.topnavbar .navbar-header .brand-logo>img {
    margin: 0px 0px 0px -35px;
}

.topnavbar .navbar-header .brand-logo-collapsed>img {
    margin: 0px auto;
}

@media (max-width: 768px) {
    .topnavbar .navbar-header .brand-logo>img {
        margin: 0px 0px 0px -5px;
    }
}