.loginCon {
   width: 1200px;
   height: 570px;
   margin: 80px auto;
   background-color: #fff;
   display: flex;
   justify-content: space-between;
   padding: 85px 80px;
   box-sizing: border-box;
}

.loginBg {
   min-width: 1248px;
   min-height: 610px;
   height: calc(100vh - 297px);
   background-image: url('../img/loginImgBgImg.png');
   background-size: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   display: flex;
   align-items: center;
   justify-content: center;
}

.loginCon input {
   display: block;
   width: 420px;
   height: 62px;
   background: #FFFFFF;
   border-radius: 2px;
   border: 1px solid #6B6F73;
   text-align: left;
   padding-left: 15px;
   margin: 0px;
   margin-bottom: 12px;
   font-family: Arial;
   font-weight: bold;
   font-size: 14px;
   color: #2D2F31;
}

.loginCon input::placeholder {
   font-family: Arial;
   font-weight: bold;
   font-size: 14px;
   color: #2D2F31;
}

.loginCenterBorder {
   width: 1px;
   height: 412px;
   background: #D2D7DB;
   opacity: 0.8;
}

.login-left {
   padding-right: 76px;
}

.login-right {
   padding-left: 76px;
}

.login-right .loginImg {
   width: 370px;
   height: 285px;
}

.login-right .loginImg img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.login-tiltle {
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   color: #2D2F31;
   margin-bottom: 46px;
   text-align: center;
}

.loginConfigBtn {
   width: 420px;
   height: 50px;
   background: #0F71BB;
   border: 1px solid #0F71BB;
   border-radius: 2px;
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   color: #FFFFFF;
   cursor: pointer;
   margin-top: 20px;
}

.orForgot {
   margin-top: 36px;
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   color: #2D2F31;
   text-align: center;
   display: none;
}

.forgotPassword {
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   color: #0F71BB;
   border-bottom: 1px solid #0F71BB;
   cursor: pointer;
}

.Integration {
   margin: 39px 0px 18px;
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   color: #2D2F31;
   text-align: center;
}

.focusOn {
   font-family: Arial;
   font-weight: 400;
   font-size: 14px;
   color: #2D2F31;
   line-height: 24px;
   text-align: center;
}
.borderHead {
   display: none;
}