body {
	font-family: sans-serif;	
	background-image: url(../../../assets/imgs/fndlog.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover;
}

.container {
	width: 380px;
	margin:7% auto;
	border-radius: 25px;
	background-color: rgba(112, 112, 112, 0.173);
	box-shadow: 0 0 17px #333;
}

.header {
	text-align: center;
	padding-top: 75px;
}

.main {
	text-align: center;
}

.main input, button {
	width: 300px;
	height: 40px;
	border:none;
	outline: none;
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 15px;
	color: #333;
	margin-bottom: 40px;
}

.main button {
	padding-left: 0;
	background-color: #30bb58;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 70px;
	border-radius: 20px; /* Ajusta este valor según tus necesidades */
	padding: 10px;
	border: 1px solid #ccc;
}

.main button:hover {
	box-shadow: 2px 2px 5px #555;
	background-color: #7799d4;
}
.main input:hover {
	box-shadow: 2px 2px 5px #555;
	background-color: #ddd;
}

.main span {
	position: relative;
}

.main i {
	position: absolute;
	left: 15px;
	color: #333;
	font-size: 16px;
	top: 2px;
}

.caja-texto {
	border-radius: 20px; /* Ajusta este valor según tus necesidades */
	padding: 10px;
	border: 1px solid #ccc;
}





















