.login-pf body {
    /*background: #20665E;*/
    background: #4A5186;
    height: 100%;
}

#kc-header-wrapper {
	/*background: #008FCB;*/
	/*background: #20665E;*/
	background: white;
	text-transform: unset;
	padding: 0.4em;
	/*color: #FABE5D !important;*/
	color: #4A5186 !important;
	font-weight: bold;
	font-size: 3em;
}

div.pb-logo-text {
    background-image: url(../img/petabite.svg);
    background-repeat: no-repeat;
    background-size: 10em 3.43em;
	height: 3.53em;
	width: 10.1em;
    margin: 0 auto;
}

div.pb-logo-text span {
    display: none;
}

div.pb-logo-squares {
    background-image: url(../img/pb_squares.svg);
    background-repeat: no-repeat;
	background-size: 4.65em 5em;
	height: 4.75em;
	width: 5.1em;
	margin: 0em auto;
}

div.pb-logo-squares span {
    display: none;
}
