body{
	color: #522324;
	font-family: Arial, sans-serif;
	background-color: #fffcf5;
}
.principal{
	display: flex;
	width: 1513px;
	height: 705px;
	justify-content: center;
	align-items: center;
}
.elementos{
	display: flex;
	width: 920px;
	height: 400px;
	gap: 20px;
}
.logo{
	display: flex;
	width: 420px;
	height: 400px;
	justify-content: center;
	align-items: center;
}
.formulario{
	border-style: solid;
	border-color: #522324;
    border-width: 0.5px;
	display: flex;
	width: 475px;
	height: 400px;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.imagen{
	background-image: url(imagen-2.png);
	width: 340px;
	height: 275px;
	border-radius: 180px;
}
form{
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}
input{
	width: 350px;
	height: 40px;
	border-radius: 10px;
	border-width: 0.5px;
}
button{
	color: #522324;
	width: 350px;
	height: 40px;
	border-radius: 10px;
	border-width: 0.5px;
	background-color: #d1bbae;
	border-color: #d1bbae;
}
.us-c{
	display: flex;
	flex-direction: column;
}
.pass{
	display: flex;
	flex-direction: column;
}
a{
	color: inherit;
}