body {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	display: flex !important;
	justify-content: center !important;
	align-content: center !important;
	align-items: center !important;
}

.area_login {
	width: 100%;
    height: 100%;
    display: flex;
    background-color: #4eb6b0;
    flex-direction: column;
    align-items: center;
}

.div_icone {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div_icone img{
	width: 130px;
	height: 130px;
}

.div_input {
	width: 420px;
	/* background-color: black; */
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.input_login {
	width: 80% !important;
	border-radius: 5px !important;
	margin-bottom: 20px;
	height: 50px !important;
}

.div_button {
	width: 420px;
	display: flex;
	justify-content: center;
}

#btn_login {
	width: 80%;
	height: 50px;
}