#login .logo-container {
    width: 100% !important ;
    height: 43px;
}

.logo-company-name {
    color:#fff;
    margin-left:10px;
    font-size:24px;
    vertical-align: bottom;
}

.landing-page {
    background-repeat: no-repeat;
    background-position: relative;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    position: absolute;
        width: 100%;
}

#login {
    margin-top: 60px;
}

#login.panel>.panel-heading {
    background-color: #c22525 !important;
}

#login .panel-heading {
    background-color: #c22525 !important;
}
#login.panel>.panel-heading {
    background-color: #c22525 !important; 
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover { 
    background-color: #c22525 !important; 
}
.btn-primary {
    background-color: #c22525 !important;
}
.btn-primary:hover { 
    background-color: #c22525 !important;  
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary { 
    background-color: #c22525 !important;  
    border-color: red;
}

.btn-primary {
    color: #fff;
    background-color: #c22525 !important;
    border-color: red !important; 
}

@media screen and (min-width:768px) {
    
    body>.content { 
        max-width: unset
    }

    body {
        padding-top: 0px
    }
}
