﻿.register-container {
	max-width: 400px;
	margin: 60px auto;
	padding: 30px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-family: Arial, sans-serif;
	background-color: #f9f9f9;
}

	.register-container table {
		width: 100%;
		border-collapse: collapse;
	}

	.register-container h2 {
		text-align: center;
		margin-bottom: 20px;
	}

.register-input {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.register-button {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	background-color: #0078d4;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

	.register-button:hover {
		background-color: #005fa3;
	}

.register-links {
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
}

	.register-links a {
		color: #0078d4;
		text-decoration: none;
	}

		.register-links a:hover {
			text-decoration: underline;
		}

.mandatoryField {
	color: red;
	font-weight: bold;
	margin-left: 4px;
}
