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: linear-gradient(135deg, #e2f3f0 0%, #f1e7f4 55%, #fdf6d7 100%);
    flex-direction: column;
    align-items: center;
}

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

.div_icone img {
	width: 230px;
	height: auto;
}

.div_input {
	width: 420px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.input_login {
	width: 80% !important;
	border-radius: 10px !important;
	margin-bottom: 20px;
	height: 52px !important;
	border: 1px solid #d8dde8 !important;
	box-shadow: 0 10px 30px rgba(46, 53, 87, 0.08);
}

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

#btn_login {
	width: 80%;
	height: 52px;
	background: #2E3557;
	border: none;
	color: #fff;
	border-radius: 10px;
	font-weight: 700;
}
