/* Arquivo de complemento do login */
.login-topo {
	width: 100%;
	/*height: 5%;
	height: 100px;*/
	height: 60px;
	/*border-bottom: 2px solid #57b846;*/
	/*border-bottom: 2px solid #660000;*/
	border-bottom: 1px solid #f3f3f3;
}

.login-topo-imagem {
	background-image: url('../../images/logo.png');
	background-repeat: no-repeat;
	/*width: 257px;
	height: 84px;*/
	width: 170px;
	height: 60px;
	background-size: 170px;
}

.linha {
	width: 30px;
	height: 408px;
	margin-left: 30px;
	margin-right: 10px;
	/*border-left: 1px solid #57b846;*/
	border-left: 1px solid #660000;
	display: block;
}

.rodape {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	border-top: 1px solid #f3f3f3;
	float: left;
	color: #660000;
	text-align: center;
	line-height: 50px;
	position:absolute;
	bottom: 0;
}


@media only screen and (max-width: 600px) {
  .linha {display: none;}
	.rodape {bottom:unset;}
	/*.login100-form {height: 100vh;}*/
}
