.password-interface{
	position: relative;
	width: 150px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.password-interface .input-password{
	width: 100%;
	line-height: 26px;
	height: 26px;
	background: #ffffff;
	border: 2px solid #D3D3D3;
	padding-left: 4px;
	margin-bottom: 5px;
}
.password-interface .input-password span{
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	width: 10px;
	height: 10px;
	margin: 8px 2px;
}
.password-interface .input-password span.filled{
	background-color: #222;
}
.password-interface .input-password span.auto{
	background-color: #012d59;
}
.password-interface .numbers{
	margin-left: 4px;
	width: 100%;
}
.password-interface .numbers .number{
	display: inline-block;
	width: 26px;
	line-height: 26px;
	text-align: center;
	background: #012d59;
	color: #ffffff;
	margin: 2px;
	cursor: pointer;
}