body{overflow:hidden;}
.login{display: flex; flex-direction: row; justify-content: space-between;}
.login-bg{display:flex;flex-grow: 1; background-image:url(../imgs/login/img_log_bg.png); background-size:cover; height: 100vh; }
.login-content{display:flex; flex-direction: column; justify-content: start; width: 650px; height: 100vh; }
.login-content .card{padding: 10px 66px; margin:0px; width:100%; flex-grow: 1;box-shadow: none;}
.login-content h1{margin-bottom: 54px; }
.login-content .form-control{font-size: 16px; border-top-right-radius:1px ; border-bottom-right-radius:1px ; border-left: none;}
.login-content .row{margin:0px auto;}
.login-content .input-group-prepend{border-top-left-radius:1px ; border-bottom-left-radius:1px ; display:flex; flex-direction: row; align-items: center; align-content: center; border:1px solid #dee2e6; border-right: none; }
.login-content .input-group-prepend span{display: inline-block; width: 2px; height: 20px; background: #dee2e6;}
.login-content .input-group-prepend img{margin:0px 20px;}

.login-back {padding: 30px 30px; background-color: #fff;}
.login-back img{vertical-align: top;}
.login-back a{font-size: 16px; color:black;}

.login-content .nav a{font-size: 20px; color: rgb(102, 102, 102); padding-bottom: 10px; display: inline-block; }
.login-content .nav a.active span{color:rgb(51,51,51) !important;}

.login-content .nav {gap: 60px; justify-content: center;}
.login-content .row p{font-size: 13px; color: #6e6e6e; text-align: center;} 

.login-content .nav a i{ display: inline-block; background-color: #dee2e6; color: #fff;width: 24px; height: 24px; border-radius: 12px; vertical-align: middle; font-size: 12px; text-align: center; line-height: 24px; font-style: normal; margin-right:10px;}
.login-content .nav a.active i{ background-color: #145CFA; color: #fff; font-weight: 600;}
.login-content .nav a span{font-size: 16px; font-weight: 500;}
.vc{display: inline-block; border: 1px solid #dee2e6; width: 120px; margin-left: 20px;}

.login-bg{display: flex; flex-direction: column; justify-content: space-between; padding: 35px; flex-grow: 1;}
.login-paragraph h1{ margin: 50px auto; color: black; font-size: 48px; font-weight: 700; font-family: "source han sans cn"; }
.login-paragraph {    display: flex;    flex-direction: column;    align-items: start;    gap: 30px;}
.login-logo span{color: black; font-weight: 500; font-size: 16px;}