﻿.LeftBannerAreaDIV { position: absolute; left: 0; top: 0; width: 60%; height: 100%; }
.RightLoginAreaDIV { position: absolute; right: 0; top: 0; width: 40%; height: 100%; background-color: #fff; }

.BigSloganDIV { font-size: 36px; color: #fff; }
.SubSloganDIV { color: #fff; font-size: 16px; margin-top: 40px; }
.SloganDIV {position:absolute;left:10%;top:30%;}
.ToogleRoleDIV { margin-top: 20px; margin-left: 20px; }
.ToogleRoleDIV a { color: #fff; padding: 5px 15px; border-radius: 15px; border: 1px solid #5A5A5A !important; text-decoration: none !important; margin-right: 10px; }
.ToogleRoleDIV a.Focus { background-color: #e60012; border: 1px solid #e60012 !important; }

.LoginFormPanelDIV { position: absolute; width: 100%; text-align: center; top: 25%; }
.LoginTitleDIV { width: 100%; background-image: url(../image/logov6.png); background-repeat: no-repeat; background-position: center center; height: 110px; }
.LoginUsernameTD { width: 30px; height: 60px; background-image: url(../image/login_user_bg.png); background-repeat: no-repeat; background-position: center center; }
.LoginInput { border: none !important; width: 280px; border-bottom: 1px solid #E7E7E7 !important; padding: 7px; outline-style: none !important; font-family: 'Microsoft YaHei'; font-weight: 400; font-size: 13px; }
.LoginPasswordTD { width: 30px; height: 60px; background-image: url(../image/login_password_bg.png); background-repeat: no-repeat; background-position: center center; }

.LoginFormDIV { margin-top: 20px; }

#RememberAccountDIV { margin-bottom: 15px; text-align: left; padding-left: 10px; }
.NewLoginButtonDIV { margin-top: 15px; background-color: #e60012; color: #fff; font-size: 14px; padding-top: 10px; padding-bottom: 10px; border-radius: 3px; width: 97% !important; display: block; text-decoration: none; float: right; font-family: 'Microsoft YaHei'; }
.NewLoginButtonDIV:hover { background-color: #FF6666; }

::-webkit-input-placeholder { color: #bbb; font-size:13px;  }
::-moz-placeholder { color: #bbb;  font-size:13px;  }
:-ms-input-placeholder { color: #bbb;  font-size:13px;  }
