/* =============================================
   Login / Auth Page Styles
   Used by: index.jsp, forgetPassword.jsp,
            AdminPage.jsp, adminForgetPassword.jsp
   ============================================= */

/* --- Form heading section --- */
.heading_sec_frm h3 {
	color: #1e3a8a;
	font-weight: 700;
	font-size: 1.6rem;
}

.heading_sec_frm p {
	color: #7c7c7c;
	font-size: 0.9rem;
}

/* --- Register button table --- */
.reg_bttn_tb {
	padding-left: 0px;
}

.reg_bttn_tb ul {
	list-style: none;
	padding-left: 0px;
}

.reg_bttn_tb ul li {
	width: 8.05rem;
	text-align: center;
	padding: 2px 0px;
	background-color: #f9f9f9;
	border-radius: 3px;
}

.reg_bttn_tb ul li a {
	color: #1e3a8a;
	cursor: pointer;
}

/* --- Login form container --- */
.form-sec-lg {
	border: 1px solid #1e3a8a;
	padding: 25px;
	border-radius: 6px;
	background-color: #f9f9f9;
	width: 100%;
}

/* --- Logo / title centered --- */
.tex-cen-td {
	text-align: center;
	padding-bottom: 0.29rem;
}

.tex-cen-td span {
	font-size: 1.1rem;
	font-weight: 600;
	color: #1e3a8a;
}

/* --- Login form input / link --- */
.form-sec-lg form input {
	font-size: 0.7rem;
	color: #1e3a8a;
	width: 100%;
	line-height: 1.822;
}

.form-sec-lg form a {
	font-size: 10px;
}

/* --- Submit / login button --- */
.sub-bt-gd {
	padding: 5px 15px;
	background-color: #1e3a8a;
	color: #ffffff !important;
	font-weight: 600;
	border-radius: 6px;
	border: 0px;
	cursor: pointer;
}

/* --- Register button --- */
.reg_btn_tb {
	padding: 5px 10px;
	font-weight: 600;
}

.reg_bttn_tb ul {
	padding: 5px 0px;
}

/* --- Contact info section --- */
.text_con_se h5 {
	font-size: 14px;
	color: #1e3a8a;
	font-weight: 700;
}

.text_con_se p {
	font-size: 12px;
	color: #7c7c7c;
	margin-top: 0px;
}

.text_con_icon {
	padding-top: 10px;
}

.text_con_icon img {
	background-color: #f9f9f9;
	padding: 10px;
	border-radius: 25px;
}

/* --- Password eye toggle --- */
.passwordEye {
	position: absolute;
}

/* --- Responsive: 1000px - 1450px --- */
@media screen and (max-width: 1450px) and (min-width: 1000px) {
	.heading_sec_frm h3 {
		font-size: 16px;
	}
	.heading_sec_frm p {
		font-size: 10px;
	}
	.tex-cen-td span {
		font-size: 12px;
	}
	.form-sec-lg form input {
		font-size: 8px;
	}
	.text_con_se p {
		font-size: 10px;
	}
}

/* --- Responsive: <= 991px --- */
@media screen and (max-width: 991px) {
	.heading_sec_frm {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
