/*
@import '../../../Admin/css/vars';
@import '../../../Admin/css/fonts';
@import '../../../Admin/css/reset';

body,html{
	height:100%;
}
body{
	background: url(/img/design/login-bg.jpg) center center;
}
.page-wrap{
	height:100%;
}
.page-main{
	position: relative;
	min-height:715px;
	height:100%;
}
.auth-body{
	width:100%;
	max-width: 613px;
	min-width:400px;
	height:510px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin:auto;
	text-align:center;
	I{
		position: absolute;
		top:-40px;
		left:50%;
		margin-left:-115px;
		font-size:150px;
		color:#fff;
	}
	H3{
		font-family:$font-bold;
		font-size:22px;
		text-transform: uppercase;
		letter-spacing:0px;
		margin-top:110px;
		letter-spacing: -0.02em;
		font-weight: normal;
	}
	H4{
		font-family:$font-italic;
		font-size:18px;
		font-weight: normal;
		color:#0b242c;
		margin:10px 0 27px 0;
	}
	INPUT{
		width:100%;
		height:49px;
		border:0px;
		margin-top:25px;
		font-family:$font-italic;
		font-size: 24px;
		color:#fff;
		text-align: center;
		background: url(/img/design/login-input-bg.png) bottom repeat-x, rgba(0,0,0,0);
		border: none;
		outline:none;
		&::-webkit-input-placeholder {font-family: $font-italic; font-style: normal; color: #84bcd0; opacity:1;}
		&::-moz-placeholder {font-family: $font-italic; font-style: normal;color: #84bcd0; opacity:1;}
		&:-ms-input-placeholder {font-family: $font-italic; font-style: normal; color: #84bcd0; opacity:1;}
		&:-moz-placeholder {font-family: $font-italic; font-style: normal; color: #84bcd0; opacity:1;}
	}
	INPUT[type='password']{
		font-family: OpenSans;
	}
	.btn{
		font-family:$font-bold;
		font-size:22px;
		color:#fff;
		text-transform: uppercase;
		text-shadow:0px 1px 1px #0067a2;
		width:129px;
		height:46px;
		background: #059fdb;
		box-shadow:0px 1px 15px rgba(13,84,130,0.75);
		border-bottom:3px solid #0067a2;
		border-radius:2px;
		margin:0 0 44px 0;
		&.error{
			!*text-shadow:0px 1px 1px rgba(0,103,162,0.26);*!
			text-shadow: -1px 1px 1px rgba(0, 103, 162, 0.26);
			background: #a4a3a3;
			border-bottom:3px solid #7a8287;
			box-shadow: 0px 3px 12px 0px rgba(13, 84, 130, 0.31);
		}
	}
	.fpass-link{
		margin:auto;
		font-family:$font-italic;
		font-size:14px;
		color:#84bcd0;
	}
	.form-errors{
		height:55px;
	}
	.errors{
		font-family:$font-bold;
		font-size:18px;
		color:#ff9000;
		letter-spacing: -0.02em;
		display: inline;
		height:20px;
		line-height:55px;
	}
	
}
.user-form{
	position: static;
}*/

/*# sourceMappingURL=style.css.map */
