/* ------------------------------------------ */
/*                    Geral                   */
/* ------------------------------------------ */
body{
	background: #fff; /* branco */
	width: 100%;
	height: 1080px;
}

/* ------------------------------------------ */
/*              Faixa superior                */
/* ------------------------------------------ */
/*
.faixa-login-gestor{
	display: grid;
	grid-template-columns: 1fr 243px 1fr;
	align-items: center;
	width: 100%;
	height: 90px;
}
*/
.ajusta-logo{
	justify-self: center;
}

/* ------------------------------------------ */
/*              Acesso do usuário             */
/* ------------------------------------------ */

.imagem-envelope{
	position: relative;
	top: 20px;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-left: -250px;
}

.imagem-chave{
	position: relative;
	top: 20px;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-left: -248px;
}

.linha{
	margin-left: 0;
}

.acesso-alternativo{
	text-align: center;
	margin-left: -5px;
	top: 20px;
	font-size: 18px;
}

.logo-facebook{
	position: absolute;
	margin-top: 30px;
	width: 45px;
	height: 45px;
	left: 50%;
	margin-left: -75px;
	border-radius: 15%;
}

.logo-gmail{
	position: absolute;
	margin-top: 30px;
	width: 45px;
	height: 45px;
	left: 50%;
	margin-left: 15px;
	border-radius: 15%;
}

a {
	text-decoration: none;
} 

.centra-login{
	display: grid;
	grid-template-columns: 1fr 160px 1fr;
}

.botao-login{    /* depois remover */
    background-color: #4f4f4f;
    border: none;
    color: white;
	width:150px;
	height:50px;
	margin: 10px;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	border-radius: 10px;
}

.ajusta-form-login{
	font-size: 16px;
	background: #fff;
	max-width: 30%;
	margin: 0 auto;
	padding: 5px;
	padding-left: 0;
}

.input-olho-senha{
	position: relative;
}

.olho-senha {
    position: absolute;
    top: 20px;
    right: 1px;
    cursor: pointer;
}

.imagem-ecastle-login{
	position: absolute;
	top: 0;
	width: auto;
	height: 85%;
	margin: 8px;
}