
body.login {
    background: url(../images/bcib-highway-project.jpg) no-repeat center top;
    font-size: 17px;
    display: flex;
    flex-direction: column;
	background-size: cover;
}

body.login .message {
	border-left: 4px solid #45453E;
}

body.login #login {
	background-color: white;
	padding: 15px;
	margin-top: 60px;
}

body.login h1 a {
	padding-bottom: 0px;
	background: url(../images/BCIB_logo_RGB.png) no-repeat center;
	background-size: contain;
	width: 200px;
	height: 120px;
	margin: 0 auto;

}

.wp-core-ui .button.button-large {
	padding: 3px 20px;
	background-color: #0054A5;
	border-color: #0054A5;
	font-size: 17px;
	font-weight: 500;
	color: white;
	display: inline-flex;
	align-items: center;
	text-transform: capitalize;
	border-radius: 0;
}

.wp-core-ui .button.button-large:hover {
	color: white;
	text-decoration: none;
	opacity: unset;
	transform: scale(1.03);
	box-shadow: 0px 0.5px 1.5px rgb(0 0 0 / 3%), 0px 1.2px 3.9px rgb(0 0 0 / 4%), 0px 2.5px 8px rgb(0 0 0 / 5%), 0px 5.1px 16.4px rgb(0 0 0 / 7%), 0px 14px 45px rgb(0 0 0 / 11%);
	transition: 0.3s;
}


.kimbo-login-brand {
    display: inline-block;
    width: 150px;
    position: relative;
    top: 12px;
}

