body.grid{ height:100%; width:100%; background:#000; }
.bsBody{ padding:150px 0 0 0; }
.loginPanel{ position:absolute; margin:auto; width:340px; left:50%; margin-left:-170px; top:50%; margin-top:-140px; }
.registerPanel{ position:absolute; margin:auto; width:640px; left:50%; margin-left:-320px; top:50px; }
.card-login{ padding:0; }
.right-col{ padding:20px 20px 20px 5px; }
.loginImgCont{ position:relative; background:#000; width:100%; height:100%;}
.loginImg{ position:absolute; right: 0; left: 0; top: 0; bottom: 0; margin: auto auto; max-width:90%; max-height:90%; }

.loginPanel.logoVer{ position:absolute; margin:auto; width:640px; left:50%; margin-left:-320px; top:0; margin-top:calc(25vh); }

.login-body-default .loginImg{ border:1px #fff solid; }