/*
.theme-company-logo {
    background-image: url("images/logo.png");
    background-repeat: no-repeat;
    height: 56px !important;
    width: 320px !important;
    /* background-attachment: fixed;
}
*/

.form-fields.login .form-field > span.yui-button {
    border-color: #1c3e53  !important;
}
.form-fields.login .form-field > span.yui-button > .first-child {
    border-color: #1c3e53  !important;
    background-color: #1c3e53  !important;
}
.login-copy  {
    display: none !important;
}
.login .product-name  {
    display: none !important;
}
.login .product-community  {
    display: none !important;
}
body.ENTERPRISE
{
   background: url("images/eye.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

body.UNKNOWN
{
   background: url("images/eye.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
   }
.alfresco-guest .sticky-wrapper {
    background: url("images/eye.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size:: cover;
    -o-background-size:: cover;
    background-size:: cover;
    -webkit-filter: grayscale(80%);
}
.alfresco-share .alfresco-header-Header {
    background-color: #1c3e53; /* Overriding the black background color */
}
.alfresco-share .alfresco-header-Header .dijitReset.dijitInline.dijitMenuItemLabel.dijitMenuItem {
    color: #fff;
}