﻿.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; opacity: 0.8;}

.SloganDIV { position: absolute; width: 100%; text-align: center; top: 40%; }
.BigSloganDIV { font-size: 30px; color: #fff; }
.SubSloganDIV { color: #fff; font-size: 14px; margin-top: 40px; }
.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: #3e8ef7; border: 1px solid #3e8ef7 !important; }

.LoginFormPanelDIV { position: absolute; width: 100%; text-align: center; top: 31%; }
.LoginTitleDIV { width: 100%; background-image: url(../image/logov51.png); background-repeat: no-repeat; background-position: center center; height: 120px; background-size: 300px; }
.LoginUsernameTD { width: 0px; height: 60px; background-image1: url(../image/login_user_bg.png); background-repeat: no-repeat; background-position: center center; text-align: right; opacity: 0.6; font-size: 13px; }
.LoginInput { border: none !important; width: 300px; border-bottom: 1px solid #CCD5DB !important; padding: 7px; outline-style: none !important; font-family: 'Microsoft YaHei'; font-weight: 400; font-size: 12px; box-shadow: inset 0 0 0 1000px #fff !important; }
.LoginPasswordTD { width: 0px; height: 60px; background-image1: url(../image/login_password_bg.png); background-repeat: no-repeat; background-position: center center; text-align: right; opacity: 0.6; font-size: 13px; }
.LoginTitleDIV1 { font-size: 13px; opacity: 0.3; text-align: left; width: 300px; margin-right: auto; margin-left: auto; }
.LoginTitleDIV2 { font-size:18px; color: #3e8ef7; text-align: left; width: 300px; margin-right: auto; margin-left: auto; margin-top: 10px; }

.LoginFormDIV { margin-top: 15px; }

#RememberAccountDIV { margin-bottom: 15px; text-align: left; padding-left: 10px; }
.NewLoginButtonDIV { background-color: #3e8ef7; color: #fff; font-size: 14px; display: block; text-decoration: none; padding: 9px 25px; border-radius: 3px;  }
.NewLoginButtonDIV:hover { background-color: #0B69E3; }

::-webkit-input-placeholder { color: #A3AFB7; font-size: 12px; }
::-moz-placeholder { color: #A3AFB7; font-size: 12px; }
:-ms-input-placeholder { color: #A3AFB7; font-size: 12px; }
