/* header*/
.infHeader{
	background-color: #FFF;
	margin-top: 1.87%;
	margin-bottom: 2.5%;
	font-weight: 300;
	color: #604848;
	font-size: 30px;
	text-align: center;
}

/*end header*/

/* container */
.jumbotron{
	text-align: center;
	background: #edde45;
}

.inputsLoginPosition{
	text-align: center;
}

.certLogoLogin{
    background: url(../imagens/6_certMarca.png) no-repeat;
    background-size: 90% auto;
    max-width: 140px;
    height: 160px;
    margin: 1.739130434782609% auto 0.8695652173913043% auto;
}

.contem_form_login{text-align:center;}

.form-control{
	height: 46px;
	--width: 32rem;
}

a:hover{text-decoration: none; color:#49aec0; cursor: pointer;}
.leftText{font-size: 12px;}
.rightText{font-size: 12px;}
/* end container */

/* footer */

span{margin-left: -15px;}

footer {
    width: 100%;
	padding: 4% 0;
    background-color: #FFF;
}

.textFooterLeft{
	text-align: right;
	color: #604848;
}

.linkSiteProext{
	padding: 8% 30%;
}

.linkSiteUfam{
	padding: 20% 60%;
}

#proext{
	cursor: pointer;
	width: 107px;
    height: 27px;
	margin: 0 30px 0 0;
	margin-top: 15px;
    background-image: url(../imagens/4_proext.png);
	background-repeat: no-repeat;
}

#ufamLogo{
	cursor: pointer;
	width: 163px;
    height: 64px;
	margin: 0 30px 0 0;
    background-image: url(../imagens/5_ufam.png);
	background-repeat: no-repeat;
}
/* footer end */

@media screen and (min-width: 1px) and (max-width: 978px) {
	body{
		width: 100%;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;	
	}
	
	body  header{
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
		
	body footer {
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;	
	}
	
	#proext, #ufamLogo{
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		display: none;	
	}
}


@media screen and (min-width: 979px) and (max-width: 10000px) {
	body{
		width: 100%;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;	
	}
	
	body  header{
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
		
	body footer {
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;	
	}
	
	#proext{
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		display: block;
		cursor: pointer;
		width: 107px;
		height: 27px;
		margin: 0 30px 0 0;
		margin-top: 15px;
		background-image: url(../imagens/4_proext.png);
		background-repeat: no-repeat;
	}
	
	#ufamLogo{
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		display: block;
		cursor: pointer;
		width: 163px;
		height: 64px;
		margin: 0 30px 0 0;
		background-image: url(../imagens/5_ufam.png);
		background-repeat: no-repeat;
	}
}
