/* CSS Document */

/* stylesheet for login page */
body{
	padding: 0 auto; 
	margin: 0;
  width: 100%;
  height: 100%; 
}

::-ms-clear,::-ms-reveal{
  display: none;
}

/* default css style replace bootstrap */
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid:before,
.container-fluid:after{
	display: table;
    content: " ";
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.content-left {
    /* width: 50%; */
    width:445px;
    float: left;
    position: relative;
    left: 760px;
    /* display: table; */
    display: inline-block;
}
.content-offset {
    /*margin-left: 8.33333%;*/
    margin-left: 74px;
}
.content-right {
    /* width: 41.6667%; */
    width: 371px;
    /* display: table; */
    display: inline-block;
    position: relative;
}

.form-control {
  /* display: block; */
  /* padding: 6px 12px; */
  font-size: 14px;
  line-height: 2.2;
  background-image: none;
  border-radius: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* .form-control:focus {
  border-color: green;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
} */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}


*::before, *::after {
    box-sizing: border-box;
}

.btn{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-color: #39ba93;
}

.login_bg{
  min-width: 1366px;
  width:100%;
  /*height: 800px;*/
  height:100%;
  min-height:700px;
  margin-left: auto; 
  margin-right: auto;
  background-image: url(../image/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='../image/main_bg.png',
    sizingMethod='scale');
}

.logo{
    width: 220px;
    margin-left: 175px;
    margin-top: 33px;
    width: 220px;
    position: absolute;
  }
.line {
    margin-top: 9%;
    overflow: hidden;
    *position: absolute;
    /* height:800px; */
    /* width:1366px; */
}

.line table{
  border-collapse: collapse;
  border-spacing: 0;
}

.login_block{
	width: 860px;
	height: 280px;
	/*padding-top: 9%;*/
  padding-top:140px;
	color: white;
  margin-left: 340px;  
}

#login_username{
  width: 216px;
}

#login_password_show.filled{
	background: white url("../image/login/eye_close.png") no-repeat scroll right center;
}
#login_password_show.filled.open{
  background: white url("../image/login/eye-open.png") no-repeat scroll right center;
}
.login-block{
	border-radius: 4px;
	width: 260px;
	height: 36px;
	line-height: 36px;
	display: block;
	margin-bottom: 8px;
	border: 1px solid #dbdbdb;
}
.login-block input:focus{
  outline:0px;
}

.login-block-focused{
  border-color: #39ba93;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  border-radius: 4px;
  
}

.login_block button[type="submit"]{
	background-color: #39ba93;
	width: 300px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	color: white;
}
.login_block button[type="submit"]:disabled{
	background-color: gray;
	cursor: default;
  border: 1px solid gray;
}
.login-input{
	width:260px;
	background-color: #fafafa;
	min-height: 111px;
  height: auto;
	padding: 20px 20px 10px 20px;
}

.login-input input{
	/* margin-bottom: 14px; */
	margin-left: 36px;
  width: 180px;
	border: none;
	height: 32px;
  top: 0;
  vertical-align: top;
}

#copyright_div{
	color: white;
    font-size: 12px;
    font-weight: bold;
    left: 55%;
    position: absolute;
   	bottom: 60px;
	width: 450px;
	margin-left: -225px;   	
}

#copyright_div a, #copyright_div a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

.error{
	color: #535353;
	font-weight: normal;
	 position: relative; 
}

.login-input label {
    font-size: 14px;
}

.step-block{
    border: medium none;
    height: 21px;
    line-height: 21px;
    margin: 0 auto;
}

.pwd-show-switch{
    width: 36px;
    height: 36px;
    position: absolute;
}

