﻿@charset "utf-8";
/* CSS Document */
body {
	margin:0px auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.bg_color {
background: #787878;
min-height: 662px;
height:100vh;
 position: relative;
}
.top-band {
	background: none repeat scroll 0 0 #787878;
	border-bottom: 5px solid #787878;
	height: 4px;
}
.center-login {
	position: absolute; top: 0px; left: 0px; bottom: 0px; margin: auto; right: 0px;;
	/*background:url(../images/login-back.png);*/
	
    width: 439px;
    height: 360px;
	font-size:12px;
    background: #fff;
     box-shadow: 0px 0px 12px #fafafb;
}
    .center-login .logo-box {
        width: 100%;
        float: left;
    text-align: center;
    background: #fff;
        margin-bottom: 45px;
            box-shadow:0px 0px 10px #3e90bc;
    }
.logo {
	/*margin-left: 311px;*/

}
img.logo {
    width: 66%;
    
    display: inline-block;
        
}

h1 {
	color: #EBEBEB;
	font-size: 35px;
	font-weight: bold;
	padding-left: 69px;
	padding-top: 87px;
}
.form {
	color: #000;
	font-family: arial;

	width: 100%;
}
.form label {
	float: left;
	font-size: 12px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: right;
	width: 30%;
}
.center-login input[type=text], input[type=password] {
	float:left;
	color:#000;
	width:203px;
	height:32px;
	margin-bottom:10px;
	background:#fafafb;
	border-bottom: 1px solid #d8d3d3  !important;
    border: none;
	padding-left: 10px;
}
.btn {
	width:96px;
	text-align:center;
    color:#fff;
	border:none;
	float:right;
	background-color: #427ec6;
/*	background-repeat: repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#427ec6), to(#518ee1));
	background: -webkit-linear-gradient(top, #518ee1, #427ec6);
	background: -moz-linear-gradient(top, #518ee1, #427ec6);
	background: -ms-linear-gradient(top, #518ee1, #427ec6);
	background: -o-linear-gradient(top, #518ee1, #427ec6);
	box-shadow:1px 1px 1px #000;*/
	border-radius: 2px;
	font-weight: bold;
	font-size:13px;
    padding: 10px 18px !important;
    margin-left:15px;
    cursor: pointer;

}
    .btn:hover {
    background-color: #428ae0;
    
    }
.btn:active {
	box-shadow:0px 0px 5px #000;
}
.clear {
	clear:both;
}
.btn-set {
	/*margin-top: 34px;*/
	width: 382px;
}
#dvMsg
{
   /*background: none repeat scroll 0 0 #FFFFFF;
    color: #FF0000;
    display: none;
    font-size: 11px;
    margin-left: 165px;
    padding: 4px 2px 1px 23px;
    text-align: center;
    width: 191px;
    margin-top:4px;
    position:absolute;*/
    background: none repeat scroll 0 0 #FFFFFF;
    color: #FF0000;
    display: none;
    font-size: 12px;
    margin-left: 153px;
    margin-top: 5px;
    padding: 0 0 1px 8px;
    position: absolute;
    text-align: center;
    width: 248px;
}

.hideClass
{
    display: none;
}

.showClass
{
    display: inline-block;
}
/*==Login Button fixed==*/
.login-btn-fixed {
    float: right;
    margin: 20px 89px 0 0;
}
.reset-pwd-link a {
    color: #000;
    text-decoration: none;
    margin-left: 12px;
}
    .reset-pwd-link a:hover {
        text-decoration: underline;
        cursor: pointer;
        color: #000;
    }