.certLogo{
    background: url(../imagens/3_marca_2.png) no-repeat;
    margin-top: 11.039435%;
    max-width: 175px;
    width: 100%;
    height: 240px;
    float: left;
    cursor: pointer;
	position:absolute;
}

.textInformeEsqueciSenha{
	font-size: 12px;
	margin-top: 20px;
	text-align: left;
}

@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;	
	}
	
	.certLogo {
		background: url(../imagens/3_marca_2.png) no-repeat;
		margin-top: -15.961%;
		max-width: 175px;
		width: 100%;
		height: 240px;
		float: left;
		cursor: pointer;
		position: absolute;
	}
	
	h1{
		margin-top: 22.08695652173913%;
		font-weight: 300;
		font-size: 25px;
		color: #604848;
		margin-left: 20rem;
	}
}

@media screen and (min-width: 978px) 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;	
	}
	
	h1{
		margin-top: 22.08695652173913%;
		font-weight: 300;
		font-size: 36px;
		color: #604848;
		margin-left: 20rem;
	}
}