body {
  align-items: center;
  background-color: #f5f5f5;
}

header{
  font-family: sans-serif;
  text-align: center;
  padding: 10px;
  background-color:#68284d3d;
}

.form_container {
margin-top: 1px;
margin-bottom: 35px;
} 

.fas {
  line-height: 2;
}


form{
  padding-top: 2px;
}

.user_card {  
background: #ccc;
padding: 35px;
border-radius: 20px;
}

footer{ 
position:fixed;
bottom:0;	
width:100%; 
height:40px;
background:#68284d; 
color:#fff; 
text-align:center;
line-height:40px;
font-weight:500;
}






