div.kc-logo-text {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: auto 130px;
    background-position: center center;
    width: 385px;
    height: 135px
}

div.kc-logo-text2 {
	height: 74px;
	color: rgb(20,49,70);
	font-size: 3rem;
	letter-spacing: -.015em;
	line-height: 74px;
	text-align: center
}


.login-pf body {
		background: var(--base-200, rgba(243, 244, 240, 1));
    background-size: cover;       
}


.login-pf-page .login-pf-page-header {
    margin-bottom: 5px;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 0px 10px 20px;
    white-space: normal;
}

.login-pf-page .login-pf-header {
	display:none;
}

.login-pf-page {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.card-pf {
    margin: 0 auto;
    box-shadow: var(--pf-global--BoxShadow--lg);
    padding: 0 20px;
    max-width: 500px;
    border: none;
    background-color: whitesmoke;
}


.pf-c-form__label-text {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: rgba(112,112,112,1);
}

.control-label {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 27px;
	color: rgba(112,112,112,1); 
}

.pf-c-form-control {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}

.pf-c-button.pf-m-primary, .pf-c-button.pf-m-primary.disabled, .pf-c-button.pf-m-primary:disabled {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	background-color: rgba(227,10,23,1);
	border-radius: 5px;
	height: 50px;
	color: #fff;
}

.pf-c-form-control:not(textarea) {
	height: 50px;
	border-radius: 1px;
}

#kc-attempted-username {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-weight: normal;
    padding-right: 10px;
}


