/*
 * OEM CSS
 * This file can be used by OEM partners, to add and overwrite CSS properties.
 * This file should only contain partner properties in a default installation!
 */
.partner-logo
{
  /* Uncomment the next line if you want to display the partner-logo.png */

  /*display:block!important;*/
}

/* you can modify css properties for size and position for login logo here */
.login-body .login-content #logo-container img.partner-logo-login.partner-logo-login
{
  /** uncomment the next lines to modify the size of of the partner logo. */
  /*height: 50px;*/
  /*width: 50px;  */
}

/* you can modify css properties for size and position for footer logo here */
.wrapper #main-wrapper .footer img.partner-logo.partner-logo-footer
{
  /* you can modify css properties for size and position here   */
    /*height: 50px;*/
    /*width: 50px;  */
}

.footer-logout .partner-logo.partner-logo-logout
{
   /* you can modify css properties for size and position here   */
   /*height: 50px;*/
   /*width: 50px;  */
}