.ui-form-submit {
	background-color: #000;
	color: white;
	display: block;
	width: 100%;
	padding: 1em 1em;
	font-size: 120%;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

.form .ui-form-password-show {
	font-size: 11px;
	background-image: url(../images/vector/icons/eye.svg);
	background-repeat: no-repeat;
	background-position: 0.2em 0.2em;
	background-size: auto 1.6em;
	height: 20px;
	position: absolute;
	right: 28px;
	top: 22px;
	width: 20px;
	cursor: pointer;
	z-index: 99;
}

.form .ui-form-password-hide {
	font-size: 11px;
	background-image: url(../images/vector/icons/eye-slash.svg);
	background-repeat: no-repeat;
	background-position: 0.2em 0.2em;
	background-size: auto 1.6em;
	height: 20px;
	position: absolute;
	right: 28px;
	top: 22px;
	width: 20px;
	cursor: pointer;
	z-index: 99;
}

.ui-form-input:required:valid,
.ui-form-input.valid {
	border-bottom-color: #4caf50;
	background-image: url(../images/vector/icons/check-0.5-green.svg);
}

.ui-form-row.comment.error {
	background-color: rgba(244, 67, 54, 0.1);
	background-image: url(../images/vector/icons/exclamation-red.svg);
	background-position: 1em center;
	background-size: auto 3em;
	background-repeat: no-repeat;
	border-radius: 0.3em;
	text-align: left;
	padding: 0.5em 0.5em 0.5em 5em;
}

.ui-form-input:focus:invalid {
	border-bottom-color: #f44336;
	background-image: url(../images/vector/icons/exclamation-0.5-red.svg);
}

.ui-app-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999;
	font-size: 11px;
	min-height: 1em;
	padding: 0.2em 1em 0;
}

	.ui-app-footer a {
		color: #999;
	}

		.ui-app-footer a.powered-by {
			color: #999;
			background-position: left top;
			background-repeat: no-repeat;
			background-size: contain;
			display: inline-block;
			text-decoration: none;
			vertical-align: bottom;
			padding: 0.7em 0 0.1em 8.4em;
			height: 1.8em;
			-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
			visibility: visible;
		}

			.ui-app-footer a.powered-by:hover {
				-webkit-filter: grayscale(0%);
				filter: grayscale(0%);
			}

			.ui-app-footer a.powered-by span {
				display: none;
			}

@media screen and (max-width: 768px) {
	.ui-app-footer {
		display: none;
	}
}

:root {
	--branding-color-primary: #f26a3d;
	--branding-color-secondary: #192f4b;
	--branding-color-randmcnally: #00a4ff;
	--background-color: #f5f5f5;
	--text-color-primary: #333;
	--text-color-secondary: #999;
	--text-size-small: 11px;
	--text-size-normal: 14px;
	--branding-button-color: #2196f3;
	--kpi-healthy: #4caf50;
	--kpi-warning: #ff9800;
	--kpi-critical: #f44336;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	*::before, *::after {
		-webkit-box-sizing: inherit;
		box-sizing: inherit;
	}

[data-lang]::before {
	content: attr(data-lang);
}

body {
	background-color: #f5f5f5;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form {
	background-color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3em 2em 0.5em;
	max-width: 30rem;
}

@media screen and (max-width: 768px) {
	.form {
		max-width: 100%;
	}
}

.form .branding-logo {
	display: block;
	height: 4em;
	text-align: left;
}

	.form .branding-logo img {
		max-height: 4em;
		max-width: 100%;
	}

		.form .branding-logo img[src*=".svg"] {
			width: 100% \9;
		}

@media screen and (max-width: 768px) {
	.form .branding-logo {
		text-align: center;
	}
}

.form .branding-logo:empty {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

.form .branding-logo img {
	max-width: 100%;
	max-height: 100%;
	height: 100%;
}

.form .ui-form {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	margin: 0 2em;
}

.form .ui-align-center {
	text-align: center;
}

.form .input-password {
	padding-right: 50px;
}

.form input::-ms-clear,
.form input::-ms-reveal {
	display: none;
}

@media screen and (max-width: 768px) {
	.form {
		width: 100%;
		padding-right: 0.5rem;
	}

		.form .ui-form {
			margin: 0 auto;
		}
}

.no-feature,
.feature {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 40%;
	position: relative;
}

	.no-feature[style],
	.feature[style] {
		background-size: cover;
	}

	.no-feature::before,
	.feature::before {
		content: "";
		position: absolute;
		bottom: 1em;
		right: 1em;
		width: 10em;
		height: 10em;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		opacity: 0.7;
	}

	.no-feature::after,
	.feature::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 1em;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	}

.ui-form {
	max-width: 30em;
	padding: 0.5rem 2rem 2rem 0;
	font-size: 80%;
}

@media screen and (max-width: 768px) {
	.ui-form {
		font-size: 70%;
	}
}

.ui-form h1 {
	margin: 3rem 0 1rem;
	line-height: 1.3;
	font-family: "Open Sans", sans-serif;
	color: #042e63;
	text-align: left;
	font-weight: bold;
	font-size: 200%;
}

@media screen and (max-width: 768px) {
	.ui-form h1 {
		text-align: center;
	}
}

.ui-form h2 {
	color: #999;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	margin-bottom: 3rem;
	font-size: 1.17em;
}

@media screen and (max-width: 768px) {
	.ui-form h2 {
		text-align: center;
	}
}

.ui-form a.link {
	font-size: 76%;
	color: #999;
	text-decoration: none;
}

	.ui-form a.link:hover {
		color: #f26a3d;
		text-decoration: underline;
	}

.ui-form-row.input {
	position: relative;
	margin-top: 1.5rem;
	min-width: 20em;
}

.ui-form-row:last-child {
	margin-top: 3em;
}

.ui-form-row.flex-space-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ui-form-row.comment {
	text-align: center;
}

	.ui-form-row.comment.error strong {
		display: block;
		margin-bottom: 0.5em;
	}

	.ui-form-row.comment.success {
		background-color: rgba(76, 175, 80, 0.1);
		background-image: url(/img/icons/check-green.svg);
		background-position: 1em center;
		background-repeat: no-repeat;
		background-size: auto 3em;
		border-radius: 0.3em;
		text-align: left;
		padding-left: 5em;
	}

		.ui-form-row.comment.success strong {
			display: block;
			margin-bottom: 0;
		}

	.ui-form-row.comment.info {
		background-color: rgba(33, 150, 243, 0.1);
		background-image: url(/img/icons/info-circle-blue.svg);
		background-position: 1em center;
		background-size: auto 2em;
		background-repeat: no-repeat;
		border-radius: 0.3em;
		text-align: left;
		padding-left: 3.6em;
	}

	.ui-form-row.comment:not(:empty) {
		padding-top: 1em;
		padding-bottom: 1em;
	}

.ui-form-label {
	display: block;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #999;
	font-size: 0.86em;
	white-space: nowrap;
}

.ui-form-input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}

.ui-form-input {
	margin: 0;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	outline: none;
	padding: 0.5em 1.5em 0.5em 0.5em;
	font-size: 130%;
	z-index: 2;
}

.ui-form-input {
	background-position: right center;
	background-size: auto 60%;
	background-repeat: no-repeat;
}

	.ui-form-input:focus,
	.ui-form-input:valid,
	.ui-form-input[readonly] {
		background-color: white;
	}

		.ui-form-input:focus + .ui-form-label,
		.ui-form-input:valid + .ui-form-label,
		.ui-form-input[readonly] + .ui-form-label {
			top: 0;
			font-size: 100%;
			opacity: 1;
		}

.ui-form-input-error {
	display: none;
}

.ui-form-input:focus:invalid ~ .ui-form-input-error {
	display: block;
	background-color: rgba(244, 67, 54, 0.1);
	padding: 0.3em 1em;
	font-size: 90%;
}

.ui-form-submit:focus {
	outline: none;
}

.ui-form-submit.secondary {
	background-color: var(--branding-color-secondary);
}

a.ui-form-submit {
	color: white;
	text-decoration: none;
	text-align: center;
}

a[href="/forgotpassword"].link {
	color: #f26a3d;
}

#password-changed .comment {
	background-color: rgba(76, 175, 80, 0.1);
	background-image: url(/img/icons/check-green.svg);
	background-position: 1em 2em;
	background-repeat: no-repeat;
	background-size: auto 3em;
	border-radius: 0.3em;
	text-align: left;
	padding-left: 5em;
	padding-right: 1em;
}

	#password-changed .comment strong {
		display: block;
		margin-bottom: 0.5em;
	}

#password-changed .mobile-comment {
	background-color: rgba(33, 150, 243, 0.1);
	border-radius: 0.3em;
	text-align: center;
	padding: 1em;
}
