html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.fiu-lf-c1 {
	height: 100%;
}

.fiu-form {
	color: rgb(0, 0, 0);
	border-radius: 12px; 
	padding: 1.5rem; 
	margin-bottom: 10px;
	width: 70%;
}

.fiu-form h2 {
	font-size: 1.3rem;
	padding-top: 30px;
	font-weight: 600;
}

.fiu-form p {
	color: #676767;
	font-size: 1rem;
	font-weight: 500;
}

.field {
	line-height: 1; 
	color: #000; 
	border-radius: 0px 5px 5px 0px !important;
	padding: 10px; 
	width: 60%; 
	font-size: 17px; 
	background: #e8f0fe;
	border: none;
}

.input-group-text {
	padding: 1rem !important;
	border-radius: 1rem;
	border: none !important;
	background: #e9e9e9;
}

.fiu-form button {
	line-height: 1;
	margin-bottom: 1rem; 
	color: #fff; 
	background: linear-gradient(135deg, #3b82f6, #2563eb);
	text-align: center; 
	font-size: 1rem; 
	font-weight: bold;  
	padding: .6rem 2rem; 
	cursor: pointer; 
	border-radius: 10px;  
	border: none;
	line-height: 1.5;
	transition: all 0.3s ease;
}

.fiu-form button:hover {
	background: linear-gradient(135deg, #2563eb, #1d4ed8);
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.fiu-c2 {
	background: #e7cbc7;
}
