.login-bg {
  min-height: 100vh;
  background: url(../images/login/login-bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 50px;
}

.login-container {
  width: 1350px;
  box-sizing: border-box;
  padding: 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  background-image: url('../images/login/login-ricon.svg');
  background-repeat: no-repeat;
  background-size: 700px;
  background-position: 1045px -390px;
  border-radius: 6px;
  box-shadow: 6px 6px 46px rgba(15, 98, 134, 0.15);
  overflow: hidden;
  min-height: 620px;
}
.logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.logon-r {
  position: absolute;
  right: 35px;
  top: 15px;
}
.login-title {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-left: 145px;
}
.login-title .one {
  width: 180px;
  height: 175px;
}
.login-title .two {
  width: 180px;
  height: 185px;
  margin-left: 30px;
  margin-top: 40px;
}
.login-title p {
  color: #128bf1;
  font-size: 100px;
  letter-spacing: 20px;
  align-self: center;
  margin-left: 35px;
  font-weight: 700;
}
.login-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}
.login-left {
  flex: none;
  width: 600px;
  margin-top: -76px;
  margin-left: 30px;
}
.login-left img {
  width: 100%;
}
.login-right {
  box-sizing: border-box;
  padding: 0 30px 0 50px;
  width: 600px;
  flex: 1;
  margin-top: 20px;
  overflow: hidden;
}
.login-right .input{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  box-sizing: border-box;
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}
.login-right .input .icon {
  width: 25px;
  margin-right: 20px;
}
.login-right .input input {
  width: 100%;
  border: none;
  line-height: 45px;
  font-size: 20px;
  background-color: transparent;
}
.login-right .remember {
  margin-top: 15px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 16px;
  color: #c6ced4;
}
.login-right .remember input {
  display: block;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #c6cdd2;
}
.login-right .remember label {
  cursor: pointer;
  margin-left: 10px;
  display: block;
  user-select: none;
}
.login-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.login-btn button {
  width: 300px;
  height: 50px;
  border: 1px solid #128bf1;
  background-color: #128bf1;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  border-radius: 2px;
}
.forget {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.forget a {
  color: #c0c8cd;
  cursor: pointer;
}