.password-input {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 10px 20px;
	border: 1px solid #b7b7b7;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: normal 16px/normal "Times New Roman", Times, serif;
	color: rgba(0,142,198,1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: rgba(252,252,252,1);
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.middle {
	position: absolute;
	top:20%;
	width:99%;
	margin: 0 auto;
	text-align: center;
	font-family: 'LegendM54';
	font-size: 50px;
	letter-spacing: 0.1em;
	color:white;
}
.bottomright {
	top:99%;
	left:99%;
	color:white;
	text-align: right;
	font-family: 'LegendM54';
	letter-spacing: 0.1em;
}
a:link {
    color: white;
}
a:visited {
    color: #6FFFFF;
}

@font-face {
    font-family: 'LegendM54'; /*a name to be used later*/
    src: url('legend_m54.ttf'); /*URL to font*/
}
body {
   background-image: url("locked.jpg");
   background-color: black;
}
