.button-snapid {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	height: 68px;
	width: 300px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	border: 2px solid #ccc;
	border-bottom: 5px solid #ccc;
	border-radius: 5px;
	padding: 0;
}

.button-snapid:hover {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
}

.button-snapid span {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/SnapID-Signin-Button.png") center center no-repeat;
	text-indent: -9999px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

	.button-snapid span {
		background: url("../images/SnapID-Signin-Button2x.png") center center no-repeat;
		background-size: 207px;
	}

}

.snapid-or {
	text-align: center;
	margin: 10px auto;
}

.snapid-two-step #loginform {
	position: relative;
	padding-bottom: 60px;
}

.snapid-protected {
	position: absolute;
	bottom: 0;
	right: 0;
}

.snapid-protected span {
	float: left;
	margin: 21px 1px 0;
	font-size: 14px;
	font-weight: bold;
}

.snapid-protected img {
	margin: 10px 0 0;
}

#snapid-reset {
	display: none;
}

.snapid-modal p.snapid-small {
	font-size: 12px;
}
