label[for="id_email"]{display : none;}
#id_email
{ 
	display : inline-block;
	width : 80%;
	height : 35px;
	border : 1px solid rgb(250,250,240);
	box-shadow : 2px 2px 2px rgb(240,240,240);
	border-radius : 20px;
	background-repeat : no-repeat;
	background-position : 10px;
	background-size : 20px;
	padding: 5px 5px 5px 40px;
	background-repeat : ;
	background-position : 10px;
	background-size : 20px;
}
form di--
{
	border:2px solid red;
}
#id_email
{
	background-image : url("person-circle.svg");
}

input:focus
{
	outline-color : orange;
}
.container-center
{
	background-color:#fff;
	padding : 5px 70px 5px 30px;
	min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	width : 100%;
}
.form-container
{
	/* background-color : orange; */
	color : #000;
	text-align : center;
	margin-left : auto;
}

body
{
	background-color:#fff;
}
