body.login {
	background-attachment: fixed;
	background-image: url("https://ik.imagekit.io/eei82mxvvgg/Bolton%20SICT/Pngtreecartoon_books_sunflowers_RhRpwydBD.png?updatedAt=1710164790446");
	background-position: center;
	background-size: cover;
}

#login h1 a,
.login h1 a {
	background-image: url("../images/sict-logo.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 90px;
	padding-bottom: 20px;
	width: 250px;
}

.bsict-login-message {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	box-sizing: border-box;
	line-height: 1.5;
	margin: 0 auto 18px;
	max-width: 420px;
	padding: 12px 14px;
	text-align: center;
}

.bsict-login-message a {
	color: #0073aa;
}
