#mandua-auth-login-form {
	max-width: 400px;
	margin: 1rem auto;
	padding: 1rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
}

#mandua-auth-login-form p {
	margin-bottom: 1rem;
}

#mandua-auth-login-form label {
	display: block;
	margin-bottom: 0.25rem;
	font-weight: 600;
	color: #333;
}

#mandua-auth-login-form input[type="text"],
#mandua-auth-login-form input[type="date"],
#mandua-auth-login-form input[type="password"],
#mandua-auth-login-form button {
	width: 100%;
	padding: 0.5rem;
	font-size: 1rem;
	border: 1px solid #bbb;
	border-radius: 4px;
	box-sizing: border-box;
}

#mandua-auth-login-form button {
	background-color: #0073aa;
	color: #fff;
	border: none;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

#mandua-auth-login-form button:hover,
#mandua-auth-login-form button:focus {
	background-color: #005177;
	outline: none;
}

#mandua-auth-error {
	margin-top: 0.5rem;
	font-weight: 600;
	color: #d63638;
}
