@import url(bootstrap.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,200);

@font-face {
	font-family: 'blokkert';
	src:url('../font/blokkert.eot');
	src:url('../font/blokkert.eot?#iefix') format('embedded-opentype'),
		url('../font/blokkert.woff') format('woff'),
		url('../font/blokkert.ttf') format('truetype'),
		url('../font/blokkert.svg#blokkert') format('svg');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: 'blokkert';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-lock {
	font-family: 'blokkert';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-lock:before {
	content: "\e0f4";
}

.lock {
	text-align: center;
	margin-top: 100px;
}

.lock i {
	font-size: 140px;
}

.lock h1 {
	font-weight: 200;
	font-family: Raleway;
	margin: 40px 0 0;
	color: grey;
}
.lock h3 {
	font-weight: 200;
	font-family: Raleway;
	margin: 40px 0 0;
	color: grey;
}
.lock h6 {
	font-weight: 200;
	font-family: Raleway;
	margin: 40px 0 0;
	color: grey;
}

.code {
	text-align: center;
	margin-top: 30px;
}

.code input {
	font-size: 32px;
	height: 55px;
	width: 55px;
	margin: 0 10px;
	text-align: center;
}

.code input:last-child {
	margin-right: 0;
}

.btn-pin {
	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7); 
	background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7); 
	background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7); 
	background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7); 
	color: #a7a7a7;
	margin: 30px 0 0;
	width: 50px;
	height: 50px;
	position: relative;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	box-shadow: 0px 1px 4px #aaa, inset 0px 1px 1px #fff;
	border: 0;
	font-size: 20px;
}

.btn-pin:before {
	content: "";
	display: block;
	background: #fff;
	border-top: 2px solid #ddd;
	position: absolute;
	top: -8px;
	left: -8px;
	bottom: -8px;
	right: -8px;
	z-index: -1;
	border-radius: 50%;
	box-shadow: inset 0px 8px 48px #ddd;
}

.btn-pin:hover {
	text-decoration: none;
	color: #555;
	background: #f5f5f5;
}
