@font-face {
	font-family: "Selawik";
	src: url("/polarion/ria/fonts/selawik/selawk.ttf");
}

@font-face {
	font-family: "Selawik";
	src: url("/polarion/ria/fonts/selawik/selawkb.ttf");
	font-weight: bold;
}

@font-face {
	font-family: "Open Sans";
	src: url("/polarion/ria/fonts/opensans/OpenSans-Regular.ttf");
}

@font-face {
	font-family: "Open Sans";
	src: url("/polarion/ria/fonts/opensans/OpenSans-Bold.ttf");
	font-weight: bold;
}

@font-face {
	font-family: "Open Sans";
	src: url("/polarion/ria/fonts/opensans/OpenSans-Italic.ttf");
	font-style: italic;
}

@font-face {
	font-family: "Open Sans";
	src: url("/polarion/ria/fonts/opensans/OpenSans-BoldItalic.ttf");
	font-weight: bold;
	font-style: italic;
}

#mainBody, #internalBody {
	margin: 0px;
	padding: 0px;
	font-family: "Segoe UI", "Selawik", "Open Sans", Arial, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

.cb {
	clear: both;
}

.hidden {
	display: none;
}

.less {
	height: 10px;
}

#container {
	position: absolute;
	top: 40vh;
	float: left;
	color: #235b82;
	margin-top: -10vh;
}

#box {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 40px;
	background-color: white;
	z-index: 100;
	max-height: 460px;
	margin-bottom: 80px;
}

#logInForm {
	width: 480px;
}

.providersSpacer {
	margin-left: 20px;
}

#polarionLogo {
	float: left;
}

.logo {
	width: 100px;
}

#companyAndContainer {
	width: 560px;
	height: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#companyAndContainer.login-extended {
	width: 792px;
	height: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#loginRow {
	width: 480px;
	height: 100px;
}

#login {
	padding-left: 20px;
	padding-right: 20px;
	width: 330px;
	float: right;
	overflow: hidden;
}

.loginFailure {
	display: block;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #ffffff;
	font-weight: bold;
}

.registerMessage {
	display: block;
	color: #000000;
	font-weight: bold;
}

.input {
	width: 300px;
	height: 22px;
	padding: 6px 3px 7px 10px;
	color: #0E4075;
	font-size: 18px;
	font-family: "Segoe UI", "Selawik", "Open Sans", Arial, sans-serif;
	border: 1px solid #bbbbbb;
	transition: all 0.40s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	outline: none;
	border-radius: 3px;
}

input:focus {
	box-shadow: 0 0 5px rgba(81, 155, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 155, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 155, 238, 1);
	border: 1px solid #78b8e5;
}

#username {
	padding: 10px 0px;
}

#username, #password {
	position: relative;
}

#username label, #password label {
	cursor: text;
	color: #a9a9a9;
	font-size: 18px;
	position: absolute;
	left: 10px;
	padding: 7px 0px;
}

#submit {
	float: right;
	width: 350px;
	padding-top: 10px;
	overflow: hidden;
}

#submitButton {
	width: 195px;
	height: 42px;
	padding: 0px;
	border: 1px solid #89adce;
	color: #00346d;
	text-transform: uppercase;
	font-weight: bold;
	background: #EAF4FA
		url('/polarion/ria/images/backgrounds/bg_form_btn.gif')
		repeat-x scroll 0 0;
	cursor: pointer;
	border-radius: 4px;
	font-family: "Segoe UI", "Selawik", "Open Sans", Arial, sans-serif;
}

#submitButton:hover {
	background-image: none;
}

.remember {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
	color: #235b82;
}

.no-password #rememberme {
	margin-left: 20px;
}

#serverName {
	padding-top: 10px;
	float: left;
	position: absolute;
	text-align: center;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.changeServer {
	float: right;
	padding-right: 13px;
}

.changeServer a, .changeServer a:visited {
	font-weight: normal;
	color: #a9a9a9;
	text-decoration: underline;
}

#errorMessage {
	color: #ffffff;
	overflow: hidden;
	width: 530px;
	padding: 25px 0px 25px 65px;
	background: red
		url('/polarion/ria/images/login/exmark_login.png')
		no-repeat 15px 13px;
	background-size: 40px;
}

.login-extended #errorMessage {
	width: 750px;
}

#warning {
	color: #8B7B33;
	overflow: hidden;
	width: 530px;
	padding: 25px;
	background: #fadd5a
		url('/polarion/ria/images/login/info_login.png')
		no-repeat 15px 13px;
	background-size: 40px;
}

.login-extended #warning {
	width: 750px;
}

#warning a, #warning a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#warning ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#warning li {
	margin-left: 40px;
}

#warning li+li {
	padding-bottom: 10px;
}

#moreinfo {
	cursor: pointer;
	padding-left: 3px;
	text-decoration: underline;
}

#lessinfo {
	display: block;
	text-align: right;
	cursor: pointer;
	text-decoration: underline;
}

#warningInfo {
	margin-bottom: 40px;
}

#account {
	padding-top: 20px;
	text-align: center;
	text-shadow: 1px 1px #000000;
}

#account a {
	font-weight: bold;
	text-decoration: underline;
}

#prefetch {
	display: none;
	width: 1px;
	height: 1px;
}

#header {
	font-weight: bold;
}

#productName {
	font-size: 20pt;
	padding-bottom: 20px;
}

#productName sup {
	font-size: 60%;
}

p {
	color: #235b82;
	margin-top: 0;
	font-size: 13px;
	text-align: center;
}

.test {
	margin-top: 10px
}

#companyAndContainer.login-extended #extProviders {
	width: 160px;
	max-height: 256px;
	overflow-y: auto;
	margin-top: 40px;
	padding-top: 11px;
}

#companyAndContainer #extProviders {
	width: 195px;
}

#extProviders a {
	appearance: button;
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 0em;
	font: 400 13.3333px;
	padding: 1px 6px;
	text-decoration: none;
	position: relative;
	background: #EAF4FA
		url('/polarion/ria/images/backgrounds/bg_form_btn.gif')
		repeat-x scroll 0 0;
	width: 100%;
	height: 42px;
	border: 1px solid #89ADCE;
	border-radius: 4px;
	margin-bottom: 8px;
	cursor: pointer;
	color: #00346d;
	font-weight: 700;
	font-size: 13.3333px;
	font-family: "Segoe UI", "Selawik", "Open Sans", Arial, sans-serif;
}

#extProviders a:hover {
	background-image: none;
}

#extProviders a img {
	position: absolute;
	top: 13px;
	left: 12px;
}

#extProviders a:last-of-type {
	margin-bottom: 30px;
}

.login-extended #extProviders a:last-of-type {
	margin-bottom: 8px;
}

/* OR Line */
.lineWrapper {
	position: relative;
	width: 32px;
	min-height: 225px;
	margin-right: 40px;
	margin-top: 40px;
}

.line {
	position: absolute;
	left: 49%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #DCDCDC;
	z-index: 1;
}

.textWrapper {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -22px;
	z-index: 2;
}

.textLine {
	color: #7D7D7D;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 3px 10px 3px;
	font-size: 13px;
	background: #fff;
}

.no-password #copyright, .no-password #options {
	margin-left: 154px;
}

.padding-right-20 {
	padding-right: 20px;
}