﻿.gFormHeader {
    background-color: #d71920;
}

.inherit-text-style, .InheritFontInfo {
    font-size: inherit;
    color: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-family: inherit;
}
a.inherit-text-style:hover, a.InheritFontInfo:hover {
    font-size: inherit;
    color: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-family: inherit;
}

/* Not coded in bootstrap theme */
.panel-primary > .panel-heading {
    color: #ffffff !important;
    background-color: #d71920 !important;
    border-color: #d71920 !important;
}

/*CSC-CCC CUSTOM LOGIN DIALOG STYLE*/
div#loginWrapper {
    background: #edf2f7;
}

#gnosislogin_login.loginbutton {
    background: #d71920;
    border: black;
    color: white;
}

#gnosislogin_register.loginbutton  {
    background: #3f4156;
    border: black;
    color: white;
}
#gnosislogin_login.loginbutton:hover, #gnosislogin_register.loginbutton:hover {
filter: brightness(1.3); /* Increases brightness by 30% */
}

#gnosislogin_forgotpass {
    font-size:16px
}

#loginForm_hint {
  font-size: 14px;
  text-align: center;
  border: #e3181b 1px solid;
  margin: 0 4px 7px 2px;
  padding: 4px;
  font-style: italic;
}
