/* Portal Login page */
.portal-password-banner-ctn {
	background-color: #000000;
	width: 100%;
	height: 50vh;
}

.portal-password-banner-inner {
	display: flex;
	height: 100%;
    align-items: center;
	max-width: 1140px;
	margin: 0 auto;
	padding-block-start: 18%;
}

@media only screen and (min-width: 576px) {
	.portal-password-banner-inner {
		padding-block-start: 4%;
	}
}

.portal-password-banner-inner h2 {
	font-size: 2.5rem;
	color: #f7f8f9 !important;
}

.post-password-form-wrapper {
	display: flex;  	
	justify-content: center;
	max-width: 1140px;
	margin: 80px auto;
}

@media only screen and (max-width: 1160px) {
	.post-password-form-wrapper,
	.portal-password-banner-inner {
  		padding-left: 15px;
		padding-right: 15px;
   }
}    

.post-password-form p {
	display: block !important;
}

.post-password-form input:first-child {
	max-width: 250px;
}

.post-password-form input:last-child {
	padding: 11px 40px 7px 40px !important;
}

.post-password-form input {
	margin-top: 6px;
	display: block;
}
/* END Portal Login page */

/* Portal Page */
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
	.portal-page-content-cntnr .e-con-inner {
		--content-width: 77%;
	}
}

@media only screen and (max-width: 767px) {
	.portal-content-col {
		padding-bottom: 0 !important;
	}

	.portal-download-col svg {
		height: 0.7em !important;
	}

	.portal-download-col {
		padding-top: 0 !important;
	}
}
/* END Portal page */

/* Contact Page */
.bios-contact-forms fieldset input[type=text],
.bios-contact-forms fieldset textarea,
.bios-contact-forms fieldset select {
	width: 100% !important;
}

.bios-contact-forms fieldset {
	margin-bottom: 14px !important;
}

.bios-contact-forms ul {
	list-style-type: none;
	padding-inline-start: 0px;
}

.bios-contact-forms ul input {
	margin-right: 8px;
}

.bios-contact-forms ul span {
	margin-left: 0 !important;
}

.bios-contact-forms ul label {
	display: block;
}

.bios-contact-forms fieldset .hs-error-msgs {
	margin-top: 6px;
}
/* END Contact Page */