*{
	/*font-family: 'Montserrat', cursive;*/
		font-family: arial, sans-sarif;
		outline: none;
		transition: all .23s ease-in-out;
		-webkit-transition: all .23s ease-in-out;
		-o-transition: all .23s ease-in-out;
}
body{
	background: #eee;
	color: #333;
	
	
}
form.log{
	display: block;
	margin: auto;
	width: 90%;
	max-width: 400px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	padding:20px 0px;
	text-align: center;
}
form.log p{
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 20px;
}
form.log input.field{
	 	margin: auto;
	width: 80%;
	padding-left: 10px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	margin-top: 10px;
}
form.log input.fieldd{
	 	margin: auto;
	width: 60%;
	padding-left: 10px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
	margin-top: 10px;
}
form.log input.field:focus{
	border: 1px solid #0074d9;
	height: 30px;
}
form.log input.submit{
	display: block;
	margin: auto;
	margin-top: 20px;
	width: 100px;
	padding: 10px 7px;
	border-radius: 10px;
	border:none;
	background: #ddd;
	color: #666;
	cursor: pointer;
	font-weight: bold;
	transition: 0.4s;
	}
	form.log input.submit:hover{
		background: white;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

	}
	form.log a{
		display: block;
		margin-left:35px;
		width: auto;
		text-align: left;
		text-decoration: none;
		color: #666;
		margin-top: 20px;
		font-size: 15px;
		cursor: pointer;
	}
	form.log a:hover{
		color: #000;
	}

	#registar{
		display: none;
	}
	#credito{
		display: block;
		margin:auto; 
		text-align: center;
		width: 90%;
		margin-top: 20px;
		margin-bottom: 20px;
		color: #666;
		font-size: 10px;
	}
	#loading{
		position: fixed;
		top:0;
		left: 0;
		height: 100vh;
		width: 100%;
		display: none;
	}
	#loading #opacity{
		position: absolute;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100%;
		background: #000;
		opacity: 0.8;
		z-index: -1;
	}
	#loading p{
		display: block;
		margin: auto;
		width: 200px;
		height: 30px;
		
		margin-top: 45vh;
		text-align: center;
		vertical-align: middle;
		background: #0074D9;
	  	color: #333;
	  	font-size: 20px;
	  	padding:5px; 
	  	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	  	border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		-moz-border-radius:5px;
	}
	