﻿.login-logo
{
  margin-top: 30px;
  margin-left: 30px;
  width: 149px;
  height: 54px;
  display: inline-block;
}

.login-logo img
{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.login-company
{
  font-size: 28px;
  font-family: 宋体;
  font-weight: bold;
  text-shadow: 2px 1px 2px #000;
  margin-top: 30px;
  top: 12px;
  position: absolute;
  color: #ffffff;
  display: inline-block;
}
.login-company:hover {
    text-decoration: underline;
}
 
.CenterDiv
{
  background-image: url('../images/login/login-panel.png');
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.login-input
{
  text-align: left;
  border-style: none none solid none !important;
  border-bottom: 1px;
  outline: medium;
  background-color: transparent;
  margin: 0px 0px 35px 20px;
  display: block;
  padding-left: 5px;
  font-size: 14px;
  color: #ffffff;
  width: 100px !important;
  font-weight: bold;
}

.login-name + span { 
  position:relative;
  top:-15px;   
  text-align: left; 
  outline: medium;
  background-color: transparent;
  
  display: block;
  padding-left: 15px; 
  font-weight: bold;
}

.label-name
{
  background-image: url('../images/login/name.png');
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  top: -20px;
  left: 10px;
  position: relative;
}

.label-password
{
  background-image: url('../images/login/password.png');
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  top: -20px;
  left: 10px;
  position: relative;
}

.loginbt
{
  background-color: transparent;
  display: inline-block;
  margin: 0px 0px 0px 50px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid;
  border-radius: 4px;
  color: #ffffff;
  width: 80px !important;
  height: 30px !important;
  font-weight: bold;
  font-size: 14px;
}
 
#logdiv
{
  top: 70px;
  left: 20px;
}

.login-head
{
  font-size: 40px;
  font-family: 楷体;
  font-weight: bold;
  text-align: center;
}

.login-pro
{
    top: 200px;
    left: 5px;
    text-align: center;
    font-size: 13px;
    width: 200px;
    position: absolute;
}

.loginTable
{
  text-align: center;
}

.s-icons
{
  text-align: center;
}

.s-skin
{
  color: #ffffff;
  text-align: center;
  position: relative;
  top: 265px;
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
  z-index: 1000;
}

.bwp_login_service
{
    left: -10px !important;
    top: -40px !important;
  position: absolute !important;
}

.bwp_login_service img
{
  width: 230px !important;
  height: 230px !important;
}

.wechat_scan_login
{
    left: -310px !important;
    top: -80px !important;
    position: absolute !important;
}

.verifyCodeLabel {
	top: -25px ;
	position:relative;
}
.verifyCodeInput
{
    position: relative;
    border-style: none none solid none !important;
    border-bottom: 1px;
    outline: medium;
    background-color: transparent;
    display: block;
    color: #ffffff;
    width: 100px !important;
    font-weight: bold;
    padding-left: 5px;
    margin-left: 48px;
}
.getverifycode
{
	top: -25px ;
	position:relative;
}
#VerifyCodeInfo
{
    top: -25px;
    position: relative;
    left: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, 0.5) inset;
-webkit-text-fill-color: #ffffff;
}
 
