@font-face {
    font-family: 'Maiandra_GD';
	src: url('../fonts/Maiandra GD.eot'), url('../fonts/Maiandra GD.woff'), url('../fonts/Maiandra GD.woff2'), url('../fonts/Maiandra GD.ttf'), url('../fonts/Maiandra GD.otf'), url('../fonts/Maiandra GD.svg');
}

@font-face {
    font-family: 'ComicSansMS';
	src: url('../fonts/Comic Sans MS.eot'), url('../fonts/Comic Sans MS.woff'), url('../fonts/Comic Sans MS.woff2'), url('../fonts/Comic Sans MS.ttf'), url('../fonts/Comic Sans MS.otf'), url('../fonts/Comic Sans MS.svg');
}

body{	
	font-family:sans-serif;
	color:#000;
	background: #f0f0f0;
}

.loginLogo{
	width: 140px;
    height: 100px;
    position: absolute;
    top: 10px;
    left: 50px;
    background: url(../images/logo.png) no-repeat 50% 50% / contain;
}

.loginbg{
	width:960px;
	min-height:600px;
	height:100%;
	position:absolute;
	top:0px;
	left:0;
	right:0;
	margin:auto;
	border:0px solid;	
	background:url("../images/bg.png") no-repeat;
}

#loginWrap{
	width: 100%;
    height: 140px;
	position: absolute;
    border: 0px solid;
	background: #ebebeb;
    border-bottom: 2px solid #d4d4d4;
	z-index: 1;
}

.loginBx{
	width: 960px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border: 0px solid;
}

#loginform{
	width: 760px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 200px;
}

.formCmnCls{
	display: inline-block;
    margin-left: 25px;
    margin-top: 50px;
}

.SignWrap{
	font-size: 24px;
	color: #0d6eb5;
}

input[type="text"], input[type="password"]{
	outline:none;
	padding: 10px 5px 10px 20px;
	border: none;
	border: 1px solid #b8b8b8;
	border-radius: 5px;	
	box-shadow: inset 0px 0px 8px 2px rgba(184, 184, 184, 0.75), 0px -1px 3px 1px rgba(184, 184, 184, 0.75);
	-webkit-box-shadow: inset 0px 0px 8px 2px rgba(184, 184, 184, 0.75), 0px -1px 3px 1px rgba(184, 184, 184, 0.75);
	-moz-box-shadow: inset 0px 0px 8px 2px rgba(184, 184, 184, 0.75), 0px -1px 3px 1px rgba(184, 184, 184, 0.75);
	-o-box-shadow: inset 0px 0px 8px 2px rgba(184, 184, 184, 0.75), 0px -1px 3px 1px rgba(184, 184, 184, 0.75);
	font-size: 15px;
}

input::placeholder{
	color: #b8b8b8;	
}

.formFb{
	width: 100%;
    height: 30px;
    font-size: 17px;
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: 0px solid;
    color: #e3000f;
    text-align: center;
	line-height: 30px;	
}

.loginWrap{
	background: url(../images/submitBtn.png) no-repeat 100% 100% / 100% 100%;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.loginWrap button{
	width: 80px;
    height: 30px;
	border: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
	outline:none;
	cursor:pointer;
}

.bckBtn:hover, .homeBtn:hover, .frontLogOut:hover{
	-webkit-box-shadow: inset 3px 0px 15px 0px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: inset 3px 0px 15px 0px rgba(255, 255, 255, 0.75);
	box-shadow: inset 3px 0px 15px 0px rgba(255, 255, 255, 0.75);
}