/* VERINFO applicant-cdu-login.css CDU Customisations (05/08/2025 14:25:00) */

/*
 * This stylesheet contains additional or overridden CSS rules 
 * for the Applicant Portal login/logout pages in the CDU GEN2 project.
 */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: 0;
}

.cc-login-layer {
	background-color: white;
}

.cdu-login-insignia {
	filter: brightness(20);
	margin-top: 33px;
}

.cdu-login-header {
	background-color: #211645;
}

.cdu-btn-large {
	font-size: 1.9rem;
}

.cc-login-p a {
	color: #211645;
	font-size: 1rem;
}

@media (min-height: 830px) {
	.cdu-login-footer {
		position: fixed;
		bottom: 0;
		width: 100%;
	}
}

@media (max-height: 829px) {
	.cdu-login-footer {
		margin-top: 30px;
		width: 100% !important;
	}
}

.cdu-login-footer p {
	width: 600px;
	margin-left: 20px;
	margin-right: 20px;
}