fieldset.form-field {
	margin-bottom: 25px;
}

fieldset.form-field > legend {
	margin-bottom: 0;
	border-bottom: none;
	font-size: 1em;
}

.text-input[type="text"], .text-input[type="email"], .text-input[type="password"] {
	display: block;
	border: 2px solid #606060;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
	padding: 5px 5px 5px 7px;
}

.text-input[type="text"]:focus, .text-input[type="email"]:focus,
	.text-input[type="password"]:focus {
	outline: 4px solid #3899FC;
	outline-offset: 1px;
}

@media screen and (max-width: 767px) {
	input.text-input{
		width:100%;
	}
}

.bcgov-btn-primary {
	background-color: #003366;
	border: none;
	border-radius: 4px;
	color: white;
	padding: 12px 32px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 18px;
	font-family: 'BCSans', 'Noto Sans', Verdana, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
}

.bcgov-btn-primary:hover {
	text-decoration: underline;
	opacity: 0.80;
	color: white;
}

.bcgov-btn-primary:focus {
	outline: 4px solid #3b99fc;
	outline-offset: 1px;
	color: white;
}

.bcgov-btn-primary:active {
	opacity: 1;
	color: white;
}

.has-error .text-input {
	border-color: #a94442 !important;
}

.invalid-feedback {
	color: #a94442;
}

.page-error {
	display: block;
	margin-bottom: 25px;
	color: #a94442;
	font-weight: bold;
}

.page-error::before {
	font-family: 'FontAwesome';
	font-size: 1.2em;
	content: '\f06a';
	padding-right: 10px;
}

.bc-gov-alertbanner {
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 15px;
	word-break: normal;
	overflow-wrap: anywhere;
}

.bc-gov-alertbanner:before {
	float: left;
	font-family: 'Font Awesome 5 Free', FontAwesome;
	font-size: larger;
	font-style: normal;
	line-height: 1;
	margin-right: 10px;
	position: relative;
	top: 5px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.bc-gov-alertbanner p {
	font-size: 18px;
	margin: 0;
	padding-left: 35px;
	font-weight: 700;
}

.bc-gov-alertbanner-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a12622;
}

.bc-gov-alertbanner-error p {
	color: #a12622;
}

.bc-gov-alertbanner-error:before {
	content: "\f06a";
}

.bc-gov-alertbanner-error a {
	color: #843534;
}

.bc-gov-alertbanner-warning {
	background-color: #f9f1c6;
	border-color: #faebcc;
	color: #6c4a00;	
}

.bc-gov-alertbanner-warning p {
	color: #6c4a00;	
}

.bc-gov-alertbanner-warning:before {
	content: "\f071";
}

.bc-gov-alertbanner-warning a {
	color: #66512c;
}

.bc-gov-alertbanner-info {
	background-color: #d9eaf7;
}

.bc-gov-alertbanner-info:before {
	content: "\f05a";
}

.bc-gov-alertbanner-info a {
	color: #1a5a96;
}

.bc-gov-alertbanner-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #2d4821;
}

.bc-gov-alertbanner-success:before {
	content: "\f058";
}

.bc-gov-alertbanner-success a {
	color: #2b542c;
}