@media screen and (max-width: 540px) {
	div.div-login {
		position: relative !important;
		left: 0 !important; width : 100% !important;
		margin: auto;
		box-shadow: 0px 0px 0px black;
		width: 100% !important;
	}
	div.div-campos {
		width: 100% !important;
		border-radius: 0px;
	}
	div.div-imagem {
		width: 0% !important;
	}
	.div-logo {
		position: fixed !important;
		z-index: 1000 !important;
		border-radius: 0px !important;
		height: 70px !important;
	}
	.logo-gfarms {
		height: 40px !important;
	}
	.logo-adizell {
		margin-top: 50%;
		height: 50px !important;
	}
	.labels-login {
		font-size: 30px !important;
		margin: 25px 0px 10px 0px !important;
	}
	.div-acoes {
		margin-top: 60px !important;
	}
	.btn {
		width: 100% !important;
	}
	.link {
		font-size: 20px !important;
		margin-top: 50px !important;
		width: 100% !important;
		text-align: center !important;
		float: left !important;
	}
}

@media screen and (max-width: 880px) {
	div.div-campos {
		width: 60%;
	}
	div.div-imagem {
		width: 40%;
		background-position: left;
	}
}

.div-login {
	width: 90%;
	height: auto;
	background: #f4f4f4;
	border-radius: 10px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 10%;
	left: 5%;
	transition: 1s all;
	bottom: 10%;
}

.div-imagem {
	width: 60%;
	height: 100%;
	background-image: url('fundo-page-colorida.jpg.xhtml?ln=images');
	background-position: center;
	background-size: cover;
	position: relative;
	float: left;
	border-radius: 10px 0px 0px 10px;
	transition: 1s all;
}

.div-imagem:hover {
	opacity: 0.8;
}

.div-campos {
	width: 40%;
	height: 100%;
	background-color: #fefefe;
	position: relative;
	float: right;
	transition: 1s all;
	border-radius: 0px 10px 10px 0px;
}

.div-campos:hover {
	border-radius: 20px;
}

.div-logo {
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: #1e94d2;
	border-radius: 0px 10px 0px 0px;
	transition: 1s all;
}

.div-logo h1 {
	text-align: right;
	float: right;
	margin: 20px 30px 0px 0px;
	font-size: 30px;
	color: #fefefe;
}

.logo-gfarms {
	margin: 10px 0px 10px 20px;
	width: auto;
	height: 60px;
	transition: 1s all;
}

.logo-adizell {
	display: block;
	margin: 60px auto 10px auto;
	width: auto;
	height: 60px;
	transition: 1s all;
}

.form-login {
	width: 80%;
	position: relative;
	margin: auto;
	margin-top: 130px;
}

.labels-login {
	width: 100%;
	display: inline-block;
	margin: 15px 0px 10px 0px;
	font-size: 23px;
	font-weight: 500;
}

.input-text {
	position: relative;
	width: 95%;
	padding: 10px !important;
	font-size: 18px !important;
	border: 2px solid #cecece;
}

.toolbar-buttons {
	margin-top: 40px;
	background: none !important;
	border: none !important;
}

.div-acoes {
	margin-top: 50px;
	width: 100%;
	height: auto;
	transition: 1s all;
}

.btn-logar {
	width: 100%;
	padding: 30px 0px !important;
	font-size: 22px !important;
}

.div-acoes .btn {
	float: left
}

.div-acoes .link {
	text-align: right;
	margin-top: 15px;
	float: right;
	width: 49%;
}