.v-block
{
	background-color:#eee;
	border-radius: 6px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
	min-height:20px;
	margin:20px;
	padding:2em;
}
.v-block .btn-qt { width: 100%; }

.logo:not([src])
{
	background: url("https://schemas.quenchtec.net/1.0.0/Images/quenchtec.png") no-repeat;
	height: 62px;
	width: 256px;
}
img.icon { display: none; }
span.icon {	display: inline-block; height: 20px; vertical-align: text-bottom; width: 20px; }

/* Forgotten Password */
.fp-un > label { display: none; }
.fp-icon span.icon { background: url("https://schemas.quenchtec.net/1.0.0/Images/fp.png") no-repeat; }

/* Reset Password */
.rp-un > label,
.rp-pw > label { display: none; }
.rp-icon span.icon { background: url("https://schemas.quenchtec.net/1.0.0/Images/rp.png") no-repeat; }

/* Login */
.login-block .btn-qt:first-of-type { margin-bottom: 10px; }
.login-fp { text-align: center; }
.login-un > label,
.login-pw > label { display: none; }
.login-rl { text-align: center; }
.login-icon span.icon { background: url("https://schemas.quenchtec.net/1.0.0/Images/login.png") no-repeat; }

/* Logout */
.logout-icon span.icon { background: url("https://schemas.quenchtec.net/1.0.0/Images/logout.png") no-repeat; }
.logout-block iframe.signout { color: transparent; display: none; }

/* WCAG v2.0 */

/* From https://www.w3.org/TR/WCAG20-TECHS/C7.html. Hide <span/> within a link. Allows description to be added without being shown. */
a span { height: 1px; overflow: hidden; position: absolute; top: -10px; width: 1px; }
