﻿@font-face {
	font-family: Aptos;
	src: url('fonts/Aptos.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Aptos;
	src: url('fonts/Aptos-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: Aptos;
	src: url('fonts/Aptos-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	font-family: Aptos, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212529;
}
.pageContent
{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 782px;
	background-color: #ffffff;
}

/* Modern form styles */
.form-group {
	margin-bottom: 16px;
}

.form-label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 14px;
	color: #212529;
}

.form-control {
	display: block;
	width: 100%;
	padding: 8px 12px;
	font-size: 14px;
	font-family: Aptos, Arial, Helvetica, sans-serif;
	color: #212529;
	background-color: #ffffff;
	border: 1px solid #ced4da;
	border-radius: 6px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	box-sizing: border-box;
}

.form-control:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.btn {
	display: inline-block;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 600;
	font-family: Aptos, Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
	color: #ffffff;
	background-color: #003E67;
	border-color: #003E67;
}

.btn-primary:hover {
	background-color: #002e4d;
	border-color: #002844;
}

.btn-primary:focus {
	box-shadow: 0 0 0 3px rgba(0, 62, 103, 0.25);
}

.btn-secondary {
	color: #212529;
	background-color: #ffffff;
	border-color: #ced4da;
}

.btn-secondary:hover {
	background-color: #e9ecef;
	border-color: #bcc0c4;
}

.btn-secondary:focus {
	box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.25);
}

.form-text {
	font-size: 13px;
	color: #6c757d;
}

.form-link {
	color: #003E67;
	text-decoration: none;
	font-size: 14px;
}

.form-link:hover {
	color: #BCC9D8;
	text-decoration: underline;
}

.alert {
	padding: 12px 16px;
	margin-bottom: 16px;
	border-radius: 6px;
	font-size: 14px;
}

.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border: 1px solid #badbcc;
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border: 1px solid #f5c2c7;
}

.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border: 1px solid #ffecb5;
}

.required-marker {
	color: #dc3545;
}
