@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}
html {
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url(../_images/bg_password.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	width: 100%;
	height: 100%;
}

#eyes {
	width: 100%;
	height: 50%;
	background-image: url(../_images/eyes.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#password {
	width: 100%;
	height: 50%;
	text-align: center;
}

form {
	background-image: url(../_images/pediment.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 324px;
	height: 190px;
	padding-top: 58px;
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -162px;
}
input {
	background: none;
	border: 1px solid #c49821;
	margin-bottom: 15px;
	font-family: Palatino, Georgia, Times, serif;
	color: #fff4e0;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	width: 259px;
	height: 30px;
	padding: 10px 0;
}
input[placeholder] {
	color: #fff4e0;
}
input::-webkit-input-placeholder {
	color: #fff4e0;
}
input::-moz-placeholder {
	color: #fff4e0;
}
input:-moz-placeholder {   /* Older versions of Firefox */
	color: #fff4e0;
}
input:-ms-input-placeholder { 
	color: #fff4e0;
}

button {
	background: transparent;
}
button:hover {
	cursor: pointer;
	opacity: .85;
}