.ws_login-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../../images/lb.jpeg) center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ws_login-container ul li{ list-style: none;}

.ws_login-container .ws_main-bottom{
    margin-top: 20px;
    min-width: 675px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    align-items: center;
    font-size: 12px;
    color: #808080;
}

.ws_main-bottom a{
    color: #808080;
    text-decoration: none;
}
.ws_main-bottom a:hover{
    color: dimgrey;
}

.ws_login-container .ws_main-content {
  width: 675px;
  height: 429px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(48, 62, 83, 0.06);
}

.ws_login-container .ws_main-content .left {
    width: 259px;
  background-size: cover;
  color: #fff;
  padding: 74px 0 0 36px;
}
.ws_login-container .ws_main-content .wb_bg_r{
    background: url(../../images/ll-r.png) center center no-repeat;
}
.ws_login-container .ws_main-content .wb_bg_b{
    background: url(../../images/ll-b.png) center center no-repeat;
}
.ws_login-container .ws_main-content .wb_bg_s{
    background: url(../../images/ll-s.png) center center no-repeat;
}
.ws_login-container .ws_main-content .wb_bg_o{
    background: url(../../images/ll-o.png) center center no-repeat;
}
.ws_login-container .ws_main-content .left p:first-child {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}
.ws_login-container .ws_main-content .left p:last-child {
  font-size: 18px;
  line-height: 18px;
}

.ws_login-container .ws_main-content .right {
  width: 416px;
  flex-grow: 1;
  padding: 8px 48px 0;
}
.ws_login-container .ws_main-content .right .title {
  line-height: 84px;
  margin-bottom: 0;
  font-size: 20px;
  color: #202224;
}
.ws_login-container .ws_main-content .right hr {
  border: none;
  border-top: 1px solid #EBEEF5;
  margin: 0 0 10px 0;
}
.ws_login-container .ws_main-content .right .ant-input {
  padding: 12px;
  border-radius: 4px;
}
.ws_login-container .ws_main-content .right .ant-input-affix-wrapper {
  padding: 12px;
  border-radius: 4px;
}
.ws_login-container .ws_main-content .right .ant-input-affix-wrapper .ant-input {
  padding: 0;
}
.ws_login-container .ws_main-content .right .ant-input-suffix {
  display: flex;
  align-items: center;
}

