/* header here */
#loginButton {
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding:10px 24px;
    font-size: 12pt;
    margin: 1em 1em;
    margin-left: 0px;
    border-radius: 3px;
  }

  .ibew-logo{
      width: 50%;
      align-self: center;
      padding-top: 3%;
      padding-bottom: 6%;
      flex-shrink: 0;
      margin: 2rem 0 0 0;
  }
  .login{
      display:flex;
      flex-direction:column;
  }

#union-logo {
    alt: <#APP_TITLE>;
    height: 25px;
    margin-right: 1rem !important;
    }
}
#loginButton:hover{
    background-color: #449d44;
    border-color: #398439;
}
#header-main-text {
    color:#cccccc;
    font-weight: bold;
  }
  .header-right-text{
      color:#9d9d9d;
      text-align: right;
      margin:0;
  }

#header-row{
background: #222;
background-image: unset !important;
border-bottom: 15px solid #8a010e;
padding: .8rem 0;
color: #9d9d9d;
}

.logo-section{
    display: flex;
    align-items: center;
}


#header-main-text{
    margin-top: unset !important;
    font-size: 1.2rem;
    margin-bottom: 0;
}


footer{
    background: #e6e1e1;
}
footer .panel{
    padding:0;
    margin:8px 0;
    border:none;
    background:none;
}
.login-button-section{
    padding-left:0;
}
#resetLink, #regLink, #tipsLink{
    font-size: 10pt;
    margin-bottom: 1em;
}

.top-bar-section .left > li > a{
    line-height: 1.5 !important;
   /* background: none !important; */
    font-size: .75rem !important;
	padding: .25rem 0;
}
.top-bar-section .left li a::after{
	top: 50%;
}

.top-bar-section .left li{
    background:none;
}
.dropdown li a{
	padding-bottom: 1em;
}
.top-bar{

 height: auto;
}