html,
body {
	min-height: 100%;
}

body {
	background: #e7edf2;
	color: #26323f;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

body::before {
	background: #e7edf2;
	content: "";
	inset: 0;
	position: fixed;
}

.cc-auth-page {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	padding: 28px 16px;
	position: relative;
}

.cc-auth-card {
	background: #ffffff;
	border: 1px solid #d9e1e8;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(20, 31, 43, 0.18);
	box-sizing: border-box;
	max-width: 430px;
	padding: 24px;
	width: 100%;
}

.cc-auth-brand {
	margin-bottom: 18px;
	text-align: center;
}

.cc-auth-logo {
	border-radius: 6px;
	display: inline-block;
	max-height: 80px;
	max-width: 220px;
}

.cc-auth-title {
	color: #5f6f7d;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 16px;
	text-align: center;
	text-transform: uppercase;
}

.cc-auth-subtext {
	color: #607080;
	font-size: 13px;
	line-height: 1.45;
	margin: -6px 0 16px;
	text-align: center;
}

.cc-form-group {
	margin-bottom: 14px;
}

.cc-form-group label {
	color: #405161;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 6px;
}

.cc-form-control {
	border: 1px solid #cbd6e0;
	border-radius: 6px;
	box-sizing: border-box;
	color: #26323f;
	font-size: 14px;
	height: 38px;
	padding: 8px 10px;
	width: 100%;
}

.cc-form-control:focus {
	border-color: #7aa7d8;
	box-shadow: 0 0 0 2px rgba(122, 167, 216, 0.18);
	outline: none;
}

.cc-checkbox-row {
	align-items: center;
	color: #405161;
	display: flex;
	font-size: 13px;
	gap: 8px;
	margin: 2px 0 14px;
}

.cc-button {
	background: #5b8ec1;
	border: 1px solid #4f7faf;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	padding: 0 16px;
	width: 100%;
}

.cc-button:hover,
.cc-button:focus {
	background: #4f7faf;
}

.cc-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 16px;
}

.cc-links a,
.cc-link {
	color: #416f9f;
	font-size: 13px;
	text-decoration: none;
}

.cc-links a:hover,
.cc-links a:focus,
.cc-link:hover,
.cc-link:focus {
	color: #244f7c;
	text-decoration: underline;
}

.cc-alert {
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 14px;
	padding: 10px 12px;
}

.cc-alert-error {
	background: #f8d7da;
	border: 1px solid #f1aeb5;
	color: #842029;
}

.cc-alert-success {
	background: #d1e7dd;
	border: 1px solid #a3cfbb;
	color: #0f5132;
}

.cc-action-list {
	background: #f3f7fa;
	border: 1px solid #d9e1e8;
	border-radius: 8px;
	color: #405161;
	font-size: 13px;
	line-height: 1.45;
	margin: 0 0 14px;
	padding: 12px;
}

.cc-action-list-title {
	color: #26323f;
	font-weight: 700;
	margin: 0 0 8px;
}

.cc-action-list ul {
	margin: 0;
	padding-left: 18px;
}

.cc-action-list li {
	margin: 4px 0;
}

.cc-field-error {
	color: #842029;
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

@media (max-width: 480px) {
	.cc-auth-card {
		padding: 18px;
	}
}
