
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype'),
        url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype'),
        url('../fonts/SourceSansPro-Italic.ttf') format('truetype'),
        url('../fonts/SourceSansPro-Bold.tte');
}


body {
    font-family: 'Source Sans Pro','Arial', Times, serif, sans-serif;
}

.login-pf body {
    background: #fff;
}

.logo{
    width: 45%;
    height: auto;
    float: left;
}

.card-pf{
    border-color: #004799;
}

.pf-c-form-control:hover{
    border-bottom-color: #004799;
}


/*
*==========================================================================
*LoginButton
*==========================================================================
*/
.pf-c-button.pf-m-primary{
    color: black;
    border-color: grey;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
}
.pf-c-button.pf-m-primary:hover {
    background-color: #004799;
    color:#fff;
}
/*
*==========================================================================
*/

/*
*==========================================================================
*WelcomeMessage
*==========================================================================
*/
#kc-header {
    color: black;   
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: none;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 62px 10px 20px;
    white-space: normal;
}
/*
*==========================================================================
*/

/*
*==========================================================================
*Footer
*==========================================================================
*/
ul {
    flex-direction: row;
    display: inline-flex;
    padding-left: 1%;
    padding-right: 1%;
}

ul li {
    margin-right: 1%;
    white-space: nowrap;
}

.footer_class{
    font-size: 1.2em;
    text-align: center;
}
/*
*==========================================================================
*/