html{
	background: none;
}

#logo_mip{
	position: absolute;
	width:50%;
	max-width: 228px;
	top: 30px;
	left: 30px;
}

#auth_form{
	position:absolute;
	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;
}

.login-form ul {
	margin:0;
	padding: 0;
	list-style: none;
	}
	.login-form li {
		margin-bottom: 20px;
	}
	.login-form input[type=submit] {
			color: #FFF;
			padding: 8px 12px;
			background: #000;
			border: 0;
			cursor: pointer;
			border-radius: 3px;
	}
	.login-form input[type=submit]:hover {
		background: red;
	}
