.login-container {
	display: flex;
	flex-direction: column;
	width: min(100%, 378px);
	gap: 1em;
	width: 100%;
}

.login-form-container input {
	width: 100%;
	padding: 0.5rem 1.5rem;
	font-size: 0.9rem;
	color: #000000;
	background: #E3E1E1;
}

.login-form-container {
	display: flex;
	flex-direction: column;
	gap: 1em;
	width: min(100%, 378px);
	align-items: flex-start;
}

.forgot-details-form {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: min(100%, 378px); 
}