.pass-info {
	position: absolute;
	top: 8px;
	right: 0;
	width: 32px;
	height: 32px;
}

.pass-info:focus {
	box-shadow: none !important;
}

.pass-info svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	vertical-align: top;
}
