/* CSS Document
    Authors : Nicolas Picavet, Luca Zanetti-Chini
    Copyright (c) 2007-2018 UShareSoft, All rights reserved
    */
/*Some examples*/
/*Links*/
/*
a {
    color: rgb(0, 128, 0) !important;
}
a:hover {
    color: rgb(50, 128, 0) !important;
}
*/
/*Titles*/
/*
.title, .subTitle {
    color: rgb(255, 0, 0);
}
*/
/*Buttons*/
/*
.expandableButton {
    background: rgb(255, 215, 0);
    border-color: rgb(255, 0, 0);
}
.expandableButton .expandableButtonContent svg path {
    fill: rgb(255, 0, 0) !important;
    stroke: rgb(255, 0, 0) !important;
}
*/
#main .loginPanelWrapper .loginPanelContent .loginPanelLogoContainer img {
  width: 180px;
  padding-bottom: 20px;
}
/*Re-align the header container to the right in absence of a logo*/
#header .headerContainer .header .headerActions .headerRightLogoContainer {
  display: none;
}
