@font-face {
	font-family: 'Gill Sans';
	src: url('/fonts/gillsans/33535gillsansmt.eot');
	src: local('/fonts/gillsans/33535gillsansmt'), url('/fonts/gillsans/33535gillsansmt.woff') format('woff'), url('/fonts/gillsans/33535gillsansmt.ttf') format('truetype');
}

body.loading .right-bar-wrap,
body.loading .menu,
body.loading .min-modals-wrap,
body.loading .tasks-wrap,
body.loading .desktop {
	display: none;
}

html {
	height: 100%;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	overflow: hidden;
}

html.sepia {
	filter: grayscale(75%);
	-webkit-filter: grayscale(75%);
	-moz-filter: grayscale(75%);
	-ms-filter: grayscale(75%);
	-o-filter: grayscale(75%);
}

body {
	background: #1c1d1d url(/img/gqlogistics/bg-login.png) center center no-repeat;
	background-size: cover;
	display: table;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.logo-big {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	margin-top: -106px;
}

.logo .text {
	position: absolute;
	top: 69px;
	left: 149px;
	color: white;
	font-family: 'Gill Sans';
	font-size: 14px;
	text-transform: uppercase;
}

.form-wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1000;
}

.form {
	display: inline-block;
	width: 500px;
	height: 300px;
	text-align: left;
	border-radius: 3px;
	padding: 50px;
	box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.line {
	margin-bottom: 40px;
}

.line input {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border: 0;
	color: #d8d6d6;
	background: #2e2d2d;
	font: normal 21px Arial;
	/* box-shadow: 0px 1px 4px rgba(256,256,256,1); */
}
.line input::placeholder {
	color: #d8d7d7;
}
.line input.error {
	color: red;
	border: 1px solid red;
	background: #FFE1E1;
}

.button{
	float:right;
	display:inline-block;
	//margin-left:299px;
	//margin-top:14px;
	height:42px;
	line-height:37px;
	color: #d8d7d7;

	padding-left:35px;
	padding-right:35px;
	text-align:left;
	font-size:22px;
	cursor:pointer;
	background: #2e2d2d;

	border:0;
	border-left:0px solid #cdcdcd;
	border-right:0px solid #cdcdcd;
	border-bottom:0px solid #686868;

	border-radius:3px;
}

.button:hover{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4075a1',
			endColorstr='#4b89bd',GradientType=0);
	background: -moz-linear-gradient(top, #4075a1 0%, #4b89bd 100%);
	background: -webkit-linear-gradient(top, #4075a1 0%, #4b89bd 100%);
	background: -o-linear-gradient(top, #4075a1 0%, #4b89bd 100%);
	background: -ms-linear-gradient(top, #4075a1 0%, #4b89bd 100%);
	background: linear-gradient(top, #4075a1 0%, #4b89bd 100%);
}

.chekbox {
	//margin-top:14px;
}

.error-wrap{
	margin-top: -14px;
	color:darkred;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}
.error-wrap:hover {

}

.if-ie {
	width: 440px;
	background: rgb(239, 239, 239);
	text-align: left;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	border-radius: 3px;
	padding: 50px;
	box-sizing: border-box;
	font-size: 25px;
	line-height: 36px;
	font-family: arial;
	text-align: center;
	display: none;

	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -150px;
	margin-left: -300px;
}

.form-chek-label {
	font-weight: normal;
	font-size: 14px;
	position: relative;
	padding-left: 17px;
	cursor: pointer;
	color: #d8d7d7;
}

.form-chek-label input {
	top: 0px;
	position: absolute;
	left: 0;
}


.kick-body {
    position: absolute;
    top: 0;
    background: rgb(239, 239, 239);
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 10;
    padding: 50px;
    font-size: 18px;

    transition: all .3s;
    opacity: 1;
}

.kick-body.closed {
    opacity: 0;
    top: 100px;
    z-index: -10;
}

.kick-user-another-login {
    position: absolute;
    left: 50px;
    bottom: 32px;
    margin: 0;
    padding-left: 15px;
}

.kick-user-another-login:before {
   font-family: FontAwesome;
   content: "\f060";
}

.kick-user-continue {
    position: absolute;
    right: 50px;
    bottom: 32px;
    margin: 0;
}
