a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: black;
}
a:focus {
  color: black;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


body {
  font-size: 12px;
}



.login-pf {
  height: 100%;
}

.login-pf body {
    background: #0f0f0f url("../img/CAAS-Harmony-Background.png") no-repeat;
    background-size: cover;
    background-position: 0 80px;
}


.header-harmony{
    background: white;
    height: 120px;
    padding-right: 1%;
    padding-left: 1%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    padding-top:10px;
}

.header-caas-logo{
    width: 275px; 
    height: 100px;
    background: url("../img/CAAS_color_logo.PNG") no-repeat;
    display: inline-block;
    float: left;
    background-size: 80%
}

.header-caas-gov-logo {
    float: right;
    width: 89%; 
    height: 35px;
    background: url("../img/CAAS_gov_logo.PNG") no-repeat;
    background-position: 175px;

}


ul#horizontal-list {
    display: block;
    float: right
}

ul#horizontal-list li {
    display: inline;
}  


.header-caas-gov-logo-and-links {
    float: right;
    display: inline-block;
    padding-top: 10px;
    width: 450px;
}


.footer-harmony{
    background: #08366B;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top:10px;
    padding-bottom:10px;
    color: white;
    font-weight:bold;
    max-height:100px;
}

.footer-harmony-left{ 
    padding-left: 3%;
    float:left;
    
}

.footer-harmony-right{ 
    padding-right: 35px;
}

.maintance {
    position: fixed;
    top: 70%;
    left: 3%;
    font-size: 24px;
    color: black;
}

.alert-error {
    background-color: #ffffff;
    border-color: RGB(168,0,96);
    color: RGB(168,0,96);
    font-size: 18px;
}

* .fa,
* .fab,
* .fal,
* .far,
* .fas {
    line-height: inherit;
}


@media (min-width: 1px) {
    #kc-container-wrapper {
        position: absolute;
        width: auto;
        bottom: 15%;
        left: 3%;  
    }

    #kc-logo-wrapper {
        margin-left: auto;
    }

    .login-pf .container {
        padding-right: 80px;
    }

    #kc-locale {
        position: relative;
        width: 200px;
        left: -230px;
        text-align: right;
        z-index: 9999;
    }

}

label {
  font-weight: 600;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  color: white;
}


/*list item under alert*/
ul {
    list-style: decimal;
    margin-left: 13px;
}

/*alert text color*/
.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}

/*alert box*/
.alert {
    border-width: 2px;
    padding-left: 5px;
    position: relative;
width: 75%;
}

.pficon-error-circle-o:before {
  color: #cc0000;
  /*content: "\e61d";*/
  font-family: 'PatternFlyIcons-webfont';
}

.loginButton{
  background-color: #0085cf;
  background-image: linear-gradient(to bottom, #00a8e1 0%, #0085cf 100%);
  background-repeat: repeat-x;
  border-color: #006e9c;
  color: white;
font-weight: bold;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 1px;
}

@font-face {
  font-family: 'PatternFlyIcons-webfont';
  src: url('../vendor/patternfly-v4/assets/pficon/pficon.woff2');
  font-weight: normal;
  font-style: normal;
}

