body {
	margin: 0;
	padding: 0;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('/public/img/human_robotics_background_54B_Marketing_65.jpg') no-repeat center center fixed;
	background-size: cover;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.login-container {
	background: rgba(255, 255, 255, 0.1); /* Adjust transparency here */
	padding: 40px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 400px;
	width: 100%;
	text-align: center;
}
.login-container h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #fff; /* Change title color to white */
}
.uk-input, .uk-button {
	border-radius: 30px;
}
.uk-button-primary {
	background-color: #007bff;
	border-color: #007bff;
}
.uk-button-primary:hover {
	background-color: #0056b3;
	border-color: #0056b3;
}
.uk-button-gray {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff;
}
.uk-button-gray:hover {
	background-color: #5a6268;
	border-color: #545b62;
}
.horizontal-separator {
	border: 0;
	height: 1px;
	margin: 20px 0;
	background: #ccc;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.white-text {
	color: #fff; /* Change text color to white */
}

signup-btn , forgot-password-btn {
	color: white;
}

.checkbox-container {
	text-align: left;
	margin-bottom: 10px;
}

.checkbox-container .uk-form-label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.checkbox-container input[type="checkbox"] {
	margin-right: 10px;
}

.white-text {
	color: white;
}

.on-left {
	text-align: left;
}
