input[type="text"],
input[type="password"],
select,
input[type="email"],
input[type="tel"],
input[type="number"] {
	font-size: 15px !important;
	padding: 1rem .5rem !important;

}

#regForm2 {
	width: 60%;
	float: left;
}

.introText {
	color: #0404B4 !important;
}

.blkcolor {
	color: #585858;
}


.ahca-container {
	display: flex;
	justify-content: center;
	padding: 40px;
	gap: 30px;
	background-color: #f4f6f8;
	margin: 0;
}


.left-panel {
	width: 50%;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	font-family: Arial, sans-serif;
}


.left-panel h1 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.left-panel h3 {
	margin-top: 20px;
	font-weight: bold;
}

.left-panel ol {
	padding-left: 20px;
}

.left-panel li {
	margin-bottom: 8px;
}

.ahca-container a {
	color: #2a5bd7;
	text-decoration: none;
}

.right-panel {
	width: 50%;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.right-panel h2 {
	margin-bottom: 20px;
}

.right-panel form {
	display: flex;
	flex-direction: column;
}

.right-panel label {
	margin: 10px 0 5px;
	font-weight: bold;
}

.right-panel input[type="email"],
.right-panel input[type="password"] {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.ahca-container .checkbox {
	display: flex;
	align-items: center;
	margin-top: 15px;
	gap: 10px;
}

.ahca-container button {
	margin-top: 20px;
	padding: 12px;
	background-color: #2a5bd7;
	color: white;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}

button:hover {
	background-color: #1f47b5;
}

.ahca-container h1 {
	font-size: 2rem !important;
	color: #000 !important;
	padding: 10px 0 !important;
}

.ahca-container ol {
	list-style: decimal;
	padding-left: 20px;
}

.ahca-container ul {
	list-style: disc;
	padding-left: 20px;
}

.ahca-container .left-panel input[type="checkbox"] {
	opacity: 1;
	height: auto;
	width: auto;
}

.ahca-container label {
	color: #000;
	position: static;
}

.ahca-container #registration #passRules {
	float: none;
	width: 100%;
	margin-top: 2rem;
}

.ahca-container #registration {
	width: 100%;
}

.ahca-container #registration #regForm2 .checkboxArea {
	height: auto;
	margin: 10px 0;
	width: 100%;
}

.ahca-container #regForm2 {
	width: 100%;
	float: none;
}


.ahca-container h3,
.ahca-container p,
.ahca-container div,
.ahca-container label {
	font-size: 15px !important;
}


.ahca-container #registration #regForm2 input[type="text"],
.ahca-container #registration #regForm2 input[type="password"] {
	width: 95%;
	margin-bottom: 1rem;
}

.ahca-container p,
.ahca-container #main.termsOfUse li {
	line-height: normal;
	color: #000;
}

.ahca-container input[type="checkbox"] {
	 display: flex;
     align-items: flex-start;
}

.ahca-container .checkboxArea label {
    position: static !important;
    margin: 0 !important;
}

.ahca-container input[type="checkbox"] + label:before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;        /* remove the hack */
    vertical-align: middle;
}

.ahca-container input[type="checkbox"] + label {
    display: flex;
    align-items: flex-start;
}

.ahca-container input[type="checkbox"] + label::before,
.ahca-container input[type="checkbox"]:checked + label::before {
    flex-shrink: 0;
}
