﻿
a,
a:link,
a:visited {
	color: #fdfdfd;
}

a:active,
a:hover,
a:focus {
	color: #f9f9f9;
}

.page-container {
	width: 100%;
	height: 100%;
	overflow: visible;
}

.powered-by-qdesk {
	font-size: 12px;
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.powered-by-qdesk a {
	color: #fff;
}

.btn {
	display: inline-block;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	border: none;
	padding: 12px 35px;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
	text-decoration: none;
}

.btn.btn-primary {
	background: #fe8b4a;
}

	.btn.btn-primary:active,
	.btn.btn-primary:hover,
	.btn.btn-primary:focus {
		background: #d88150;
	}

.btn.btn-secondary {
	background: #aeadae;
	width: 100%;
	color: #fff;
}

.btn.btn-secondary:active,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
	text-decoration: none;
	background: #9a999a;
}

.btn-google {
	position: relative;
	padding: 0 15px 0 46px;
	line-height: 34px;
}

.btn-google:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
}

.btn-google:focus {
	outline: none;
}

.btn-google:active {
	box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

.btn.btn-google {
	background: #DD4B39;
	margin: 18px 0 0 0;
	color: #fff;
}

.btn.btn-google:before {
	border-right: #BB3F30 1px solid;
	background: url('/Content/Images/icon_google.png') 6px 6px no-repeat;
}

.btn.btn-google:hover,
.btn-google:focus {
	background: #E74B37;
}

.background-image {
	background-image: url(/Content/Images/login-bg.png);
	width: 100%;
	height: 100%;
	position: fixed;
	background-size: cover;
	background-position: 80% 10%;
	background-repeat: no-repeat;
	z-index: -1;
}

.content {
	width: 460px;
	margin: 0 auto;
	zoom: 1;
	padding-top: 140px;
}

.content .head {
	text-align: right;
	margin-bottom: 20px;
}

.content .head .logo img#logo-qdesk {
	width: 180px;
}

.content .head .logo #logo-qdesk.replaced-svg {
	width: 130px;
	height: 50px;
}

.content .box {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 40px;
	color: #0b005c;
}

.content a {
	color: #2b4870;
}

.content .form-view h1 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
}

.content .form-view h2 {
	font-size: 20px;
	padding: 6px 0 30px;
}

.content .form-view .form-fields .row {
	margin-bottom: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.content .form-view .form-fields .row:last-of-type {
	margin-bottom: 0;
}

.content .form-view .form-fields .row .col {
	float: left;
	box-sizing: border-box;
}

.content .form-view .form-fields .row .col.auto-logon {
	float: right;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}

.content .form-view .form-fields .row input[type=text],
.content .form-view .form-fields .row input[type=password] {
	width: 100%;
	box-sizing: border-box;
	line-height: 1em;
	height: 48px;
	padding: 0 16px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0);
	font-size: 16px;
}

.content .form-view .form-fields .row input[type=checkbox] {
	vertical-align: middle;
	position: relative;
	top: -1px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	margin-right: 7px;
}

.content .form-view .form-fields .row label {
	cursor: pointer;
}

.content .form-view .form-fields .row input.input-validation-error {
	background-color: #ffb2b2;
	border-color: #ff7272;
}

.content .form-view .or {
	overflow: hidden;
	margin: 30px 0 26px;
}

.content .form-view .or .hr {
	float: left;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
	border-bottom: solid 1px #ffffff;
	width: 35%;
	padding-top: 12px;
}

.content .form-view .or .txt {
	float: left;
	width: 30%;
	line-height: 1em;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.content .form-view .box.error {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
	color: #a94442;
	background-color: #ffb2b2;
}

.content .form-view .box.error a,
.content .form-view .box.error a:link,
.content .form-view .box.error a:visited {
	color: #f00;
}

.content .form-view .box.error a:active,
.content .form-view .box.error a:hover,
.content .form-view .box.error a:focus {
	color: #d50000;
}

.content .form-view .box.demo {
	margin-bottom: 20px;
	text-align: center;
}

.content .form-view .box.demo p {
	padding-top: 4px;
}

.content .form-view .box.demo p code {
	font-weight: bold;
}

.form-view .alert-error {
	background: #fff;
	padding: 14px;
	border-radius: 5px;
}
