body {
	background: url('../../assets/img/project/login_background.jpg') no-repeat center center fixed;
	background-size: cover;
	font-family: Arial, sans-serif;
	height: 100vh;
}
.login-container {
	width: 100%;
	max-width: 400px;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.logo {
	text-align: center;
}
.logo img {
	width: 300px;
	margin-bottom: 45px;
}

.form-check-label {
	font-size: 14px;
}
.btn-custom {
	background-color: #cc0a2f;
	color: white;
	font-size: 16px;
	min-width:100px;
}
.btn-custom:hover {
	color: white;
	background-color: #990723;
}
.full-height {
	height: 100vh;
}
.d-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-box-msg {
	margin: 0;
	padding: 0 20px 20px;
	text-align: center;
}
.login-header {
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #004b8d;
}