@media only screen and (min-width: 576px) {

	.card-signin {
		width: 500px;
	}
}

/* fix the height of the tabbed content to avoid content "jumping" about below */
.card-body-signIn {
	min-height: 300px !important;
}



.signin-info img {
	width: 32px;
	opacity: 0.6;
	transition: all 0.2s ease;
}

.signin-info:hover img {
	opacity: 1
}


.signin-info-lg img {
	width: 64px;
}

.signin-info-lg:hover img {
	width: 72px;
	margin: 0px !important;
}



/* set the height of the "cards" containing "help" and "mobile app" on the student/parent sign in pages */
.card-info {
	min-height: 140px;
}

/* equalise the height of the various "sign in with ..." buttons, otherwise the different logos result in differing heights */
.btn-signIn {
	min-height: 44px;
}

/* Equalise tab heights due to the GO logo making the first taller */
.nav-item-signIn,
.nav-item-signIn a {
	min-height: 44px;
}
