﻿body { width: 100%; height: 100%;  }
#PageMainContentLayoutDIV { width: 100%; height: 100%; }
#PageMainContentContainerDIV { display: flex !important; width: 100%; height: 100%; }
.LeftBannerAreaDIV { position: absolute; left: 0; top: 0; width: 0%; height: 100%; display: none; }
.RightLoginAreaDIV { width: 460px; height: 520px; background-color: #fff;  align-self: center; box-shadow: 0 1px 10px 0 var(--common_line_light_color, rgba(126, 134, 142, 0.16)); border-radius:8px; position:absolute; top:45%; left:50%; margin-left:-230px; margin-top:-245px;  opacity:1;}

.SloganDIV { position: absolute; width: 100%; text-align: center; top: 40%; }
.BigSloganDIV { font-size: 30px; color: #fff; }
.SubSloganDIV { color: #fff; font-size: 14px; margin-top: 50px; }
.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: #0064FF; border: 1px solid #0064FF !important; }

.LoginInputContainer { background-color: #F0F0F0; padding: 5px; border-radius: 5px; }
.LoginFormPanelDIV { position: absolute; width: 100%; text-align: center; top: 40px; }
.LoginTitleDIV { width: 100%; background-image: url(../image/qiguanbao200.png); background-repeat: no-repeat; background-position: center center; height: 60px; background-size: 80px; }
.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: 0px 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 #F0F0F0 !important; background-color: #F0F0F0 !important; color: #171a1d; padding-left: 10px; }

.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: #000; text-align: center; width: 300px; margin-right: auto; margin-left: auto; margin-top: 50px; font-weight:bold; }

.LoginFormDIV { margin-top: 45px; }

#RememberAccountDIV { margin-bottom: 15px; text-align: left; padding-left: 10px; }
.NewLoginButtonDIV { background-color: #0064FF; color: #fff; font-size: 15px; display: block; text-decoration: none; padding: 13px 25px; border-radius: 5px; }
.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; }
.LoginPageLink a { color: #0064FF; }
.LoginPageLink a:hover { color: #0064FF; }