body{
	background: var(--main-bg-cl);
}
.content-login{
  	height: 100vh;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
.form-login{
	width: 400px;
	margin: 10px;
	padding: 40px 50px;
	background: #fff;
	border-radius: 10px;
}
p{
	margin-bottom:5px;
}