html{
	background: none;
}

#logo_mip{
	position: absolute;
	width:50%;
	max-width: 228px;
	top: 30px;
	left: 30px;
}

#auth_form{
	margin:100px auto;
	width:100%;
	max-width:300px;
	background:#fff;
	height: auto;
	overflow:hidden;
}

p{
	text-align: center;
}

input{
	width:100%;
	max-width:200px;
	height:35px;
	padding:0 7px;
	font-size:16px;
	border:1px solid #777;
	border-radius:4px;
	font-family:PT Sans,Helvetica,Calibri,Arial,Helvetica;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
}

button{
	cursor:pointer;
	background:none;
	border:none;
}

.fa-lock{
	position: absolute;
	right:10px;
	top:7px;
}

#oval{
	position:absolute;
}

#camera_view{
	position: relative;
	width:640px;
	height:480px;
	margin:-10px auto;
	text-align:center;
}

#preloader{
	position: absolute;
	display:none;
	left:288px;
	top:208px;
}

#content{
	width:100%;
	padding:0;
	margin:0;
	margin-top:30px;
}

#bio_note{
	position:absolute;
	width:330px;
	right:65px;
	height: 480px;
	overflow:hidden;
}