html{
	background: none;
}

#logo_mip{
	position: absolute;
	width:50%;
	max-width: 228px;
	top: 30px;
	left: 30px;
}

#auth_form{
	margin:100px auto;
	/*margin-left:33%;*/
	width:100%;
	max-width:300px;
	background:#F19100;
	height: auto;
	overflow:hidden;
    border-radius: 12px;
}

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;
}