@font-face {
	font-family: "HelveticaNowText";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../Styles/Fonts/HelveticaNowForTELUS/HNforTELUS.otf) format("opentype");
}

@font-face {
	font-family: "HelveticaNowText";
	font-style: normal;
	font-weight: 500;
	font-display: block;
	src: url(../Styles/Fonts/HelveticaNowForTELUS/HNforTELUS-Md.otf) format("opentype");
}

@font-face {
	font-family: "HelveticaNowText";
	font-style: normal;
	font-weight: 700;
	font-display: block;
	src: url(../Styles/Fonts/HelveticaNowForTELUS/HNforTELUS-Bd.otf) format("opentype");
}

* {
	box-sizing: border-box;
}

html, body {
	overflow: auto;
	font-size: 100%;
	letter-spacing: normal;
	font-family: "HelveticaNowText", Helvetica, Arial, sans-serif;
	font-weight: 400; /* should be 300, but not when Helvetica Now is being used as no font weight exists */
}

form {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.content {
	flex-grow: 1;
	min-width: 800px;
}

footer {
	flex-shrink: 0;
	min-width: 800px;
}

	footer .copyright {
		float: right;
	}

.footer-logo {
	position: absolute;
	top: 7px;
}

footer {
	flex-shrink: 0;
	min-width: 800px;
}

	footer #languageSwitcher {
		float: right;
		margin-top: 10px;
	}

		footer #languageSwitcher > a {
			color: #fff;
		}

.container {
	width: 1024px;
	max-width: 100%;
	padding: 1rem;
	margin: 0 auto;
	position: relative;
}

	.container:after {
		display: none;
		content: "";
		clear: both;
	}

.content > .container {
	margin-top: 30px;
}

.form-group {
	margin-bottom: 1rem;
}

	.form-group > label {
		display: block;
		margin-bottom: .5rem;
	}

input {
	font-family: "HelveticaNowText", Helvetica, Arial, sans-serif;
}

.tds-input {
	border: 1px solid #a9a9a9;
	border-radius: 4px;
	padding: 1rem;
	width: 300px;
	max-width: 100%;
	font-weight: 400; /* should be 300, but not when Helvetica Now is being used as no font weight exists */
}

	.tds-input:focus {
		outline: 0;
		border-color: transparent;
		box-shadow: 0 0 4px 1px #54595f;
	}

.error-message {
	display: block;
	background-color: #FFF6F8;
	padding: 1rem;
	margin-bottom: .5rem;
}

.mt-2 {
	margin-top: 2rem;
}

.login-environment {
	background-color: #C12335;
	display: block;
	color: #fff;
	padding: 2px;
	position: absolute;
	top: 0;
	right: 0;
}

.login-form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	float: left;
	width: 50%;
}

	.login-form > .h2 {
		font-weight: 400; /* should be 100 but there isn't a 100 font weight for HelveticaNow */
	}

	.login-form > .logo {
		margin-bottom: 16px;
		margin-bottom: 1rem;
	}

	.login-form > .section {
		width: 300px;
	}

	.login-form #forgotPassword {
		width: 150px;
		float: left;
		text-align: left;
	}

	.login-form .btn-primary--lg {
		text-align: center;
		min-width: 200px;
		font-weight: 400;
	}

.login-image > img {
	max-width: 100%;
	float: left;
	width: 40%;
	transform: scaleX(-1);
}

span.machineName {
	color: transparent;
	left: 0;
	top: 0;
	position: relative;
}

span.validator {
	font-size: 1rem !important;
	margin-top: 5px !important;
}

.system-notice {
	color: red;
	font-size: 24px
}
