.hidden {
	display: none;
}

@font-face {
	font-family: 'passwordFont';
	font-style: normal;
	font-weight: 400;
	src: url(Content/passwordFont.ttf);
}

#txtPassword {
	font-family: "passwordFont";
}

.showPasswordIcon {
	background-color: lavender;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	padding: 8px 8px;
	position: absolute;
	transform: translate(-30px, 0);
	z-index: 1;
}

@font-face {
	font-family: 'OpenSans';
	font-style: normal;
	src: url(Content/OpenSans-Regular.ttf);
}

body {
	background-image: url('../../Images/pulse-login-background.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: OpenSans, Arial, sans-serif !important;
	min-height: 990px;
	overflow: hidden;
}

.footer {
	bottom: 0;
	color: white;
	left: 50%;
	position: fixed;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
}

.well-large {
	font-size: 12px;
	padding: 12px;
}

.login-wrapper {
	background-color: rgba(255, 255, 255);
	border-radius: 10px;
	padding: 20px;
	width: 350px;
}

	.login-wrapper h4 {
		color: black;
		padding: 0 0 25px 0;
	}

	.login-wrapper label {
		color: black;
		cursor: default;
	}

	.login-wrapper input {
		box-sizing: border-box;
		font-family: OpenSans, Arial, sans-serif;
		height: 45px;
		max-width: none;
		width: 100%;
		font-size: 20px;
	}

		.login-wrapper input[type="submit"] {
			margin: 5px 0 5px 0;
		}

	.login-wrapper img {
		padding-bottom: 15px;
	}

span.error-text {
	color: red !important;
}

.line-container {
	align-items: center;
	display: flex;
	padding: 5px 0 5px 0;
	color: black;
}

.line {
	background-color: black;
	flex-grow: 1;
	height: 1px;
}

.empty-space {
	color: black;
	text-align: center;
	width: 50px;
}

.textbox-link-header label, a {
	display: inline
}

.textbox-link-header label {
	float: left;
}

.textbox-link-header a {
	text-decoration: none;
	color: cornflowerblue;
	float: right;
}

.flex-page-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: self-end;
	height: 100vh;
	margin-top: -3rem;
}

.flex-login-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1000;
}

.flex-footer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: absolute;
	bottom: 0%;
	z-index: 1;
}

.flex-footer-disclaimer {
	color: white;
}

.flex-footer-server-name {
	position: fixed;
	right: 0%;
	bottom: 0%;
	font-size: xx-large;
	font-weight: 700;
	color: white;
	padding: 5px;
}

.logo {
	width: 500px;
}

.btn-sso-login {
	margin: 5px 0 5px 0;
	box-sizing: border-box;
	font-family: OpenSans, Arial, sans-serif;
	height: 30px;
	max-width: none;
	width: 100%;
	background-color: rgba(84, 53, 114, 1) !important;
	border: 1px solid rgb(131, 76, 186);
	color: white !important;
	border-radius: 5px;
}

	.btn-sso-login:hover {
		background-color: rgba(84, 53, 114, 0.7) !important;
	}