@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);

body{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	overflow:hidden;
 
}


.grad{
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	z-index: 1;
	opacity: 0.3;
}

.header{
	position: absolute;
	top: calc(50% - 35px);
	left: calc(50% - 255px);
	z-index: 2;
}

.header div{
	float: left;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 35px;
	font-weight: 200;
}

.header div span{
	color: #5379fa !important;
}

.body{
	background: #F8C471; /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #F8C471, #F8C471); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #F8C471, #F8C471); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.bodyout{
	position: fixed;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background-image: url(../img/quintadobretao.jpg);
	background-size:cover;
	-webkit-filter: blur(0px);
	z-index: 0;
	background-repeat:no-repeat;
}


.login{
	padding-top: 20px;


	/*top: 0;*/
	/*right: 0;*/
	/*bottom: 0;*/
	/*left: 0;*/

	/*width: 250px;*/
	/*height: 50px;*/

	/*padding: 10px;*/

	display: table;
	margin: 0 auto;

}

.loginMoldura {
	z-index: 2;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 300px;
	border:2px solid #292321;

	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
	color: rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0px 0px 35px 0px rgba(243, 156, 18,1);
	-moz-box-shadow: 0px 0px 35px 0px rgba(243, 156, 18,1);
	box-shadow: 0px 0px 35px 0px rgba(243, 156, 18,1);
}

.loginout{
	position: absolute;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
	padding: 100px;
	margin-left:-70px;
		z-index: 2;
}



.login input[type=text]{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
}

.login input[type=password]{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	margin-top: 10px;
}

.login input[type=button]{
	width: 260px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #000000;
	font-family: 'Exo', sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 0px;
	margin-top: 10px;
}

.login input[type=submit]{
	width: 260px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #000000;
	font-family: 'Exo', sans-serif;
	font-size: 20px;
	font-weight: 400;
	padding: 0px;
	margin-top: 10px;
}

.login input[type=submit]:hover{
	opacity: 0.8;
}

.login input[type=submit]:active{
	opacity: 0.6;
}

.login input[type=text]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=password]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=submit]:focus{
	outline: none;
}

::-webkit-input-placeholder{
   color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder{
   color: rgba(255,255,255,0.6);
}

.font {
	
	color: #F8C471;
	font-family: 'Exo', sans-serif;
	font-size: 18px;
	text-align: center;
	}
	
.font1 {
	
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 42px;
	font-weight: 400;
	padding: -40px;
	margin-top: -165px;
	margin-left:-225px;
	
	
	}
	
.fontout {
	
	color: #FFFFFF;
	font-family: 'Exo', sans-serif;
	font-size: 25px;
	font-weight: 400;
	padding:-30px;
	margin-top: -120px;
	margin-left:-240px;
	
	
	}