html {
	font-family: sans-serif;	
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	background-size:cover;
	padding: 0;
	margin: 0;
	height:100%;
}

.container {
	width: 380px;
	margin:7% auto;
	border-radius: 25px;
	background-color: rgba(0,0,0,0.1);
	box-shadow: 0 0 17px #333;
}

.header {
	text-align: center;
	padding-top: 75px;
}

.header h1 {
	color: #333;
	font-size: 45px;
	margin-bottom: 80px;
}

.main {
	text-align: center;
}

.main input, .btnreg {
	width: 350px;
	height: 40px;
	border:none;
	outline: none;
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 20px;
	color: #333;
	margin-bottom: 40px;
}

.main .btnreg {
	padding-left: 0;
	background-color: #83acf1;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 70px;
}

.main .btnreg:hover {
	box-shadow: 2px 2px 5px #555;
	background-color: #7799d4;
	color:#fff;
}
.main input:hover {
	box-shadow: 2px 2px 5px #555;
	background-color: #ddd;
}

.main span {
	position: relative;
}

.main i {
	position: absolute;
	left: 15px;
	color: #333;
	font-size: 16px;
	top: 2px;
}

em a {
	font-size: 1.4em;
	color: #333;
	text-decoration:none;
}

em a:hover {
	color:#fff;
}

.show-pass{
	position: absolute;
	right: 35px;
	transform: translate(0, -50%);
	top: 50%;
	cursor: pointer;
}

























