.progress {
	background-color: #e9ecef;
	border-radius: 10px;
	overflow: hidden;
}

.progress-bar {
	transition: width 0.4s ease, background-color 0.4s ease;
}

.password-checklist li {
	transition: all 0.3s ease;
}

.password-checklist i {
	margin-right: 6px;
}

.btn-primary:disabled {
	background-color: #9aa0a6;
	border-color: #9aa0a6;
	cursor: not-allowed;
}

body {
	background: linear-gradient(135deg, #0b5ed7, #0a2f6b);
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Segoe UI', sans-serif;
}

.register-container {
	width: 100%;
	max-width: 460px;
	padding: 20px;
}

.register-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 30px;
	box-shadow: 0 20px 45px rgba(0,0,0,0.2);
}

.brand {
	font-weight: 700;
	font-size: 24px;
	color: #0b5ed7;
}

.brand span {
	color: #e63946;
}

.form-control {
	border-radius: 12px;
	height: 48px;
}

.btn-primary {
	border-radius: 12px;
	height: 48px;
	font-weight: 600;
}

.footer-text {
	font-size: 13px;
}

@media (max-width:576px) {
	.register-card {
		padding: 20px;
	}
}
