.login-title {
  font-size: 24px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.login-container {
  width: 400px;
  /* height: 380px; */
  margin: 0 auto;
  text-align: center;
  border: 1px solid #DDE0E6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  padding-bottom: 20px;
}

.login-container-img {
  width: 180px;
  height: 90px;
  margin: 60px 110px 32px 110px;
}

.login-container-btn {
  width: 190px;
  height: 36px;
  line-height: 36px;
  color: white;
  font-size: 14px;
  background-color: #3A58AA;
  border-radius: 3px;
  border: none;
  margin-bottom: 40px;
}

.login-container-content {
  margin-bottom: 20px;
  margin-left: 37px;
  margin-right: 37px;
  font-size: 14px;
  display: flex;
}

.circle-icon {
  width: 14px;
  height: 14px;
  background-color: red;
  color: white;
  border-radius: 50%;
  font-size: 14px;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
  margin-right: 8px;
  margin-top: 4px;
  user-select: none;
}

.login-container-content-right {
  width: 301px;
  height: 61px;
  text-align: left;
  color: #222222;
}

.d-none {
  display: none;
}

@media (max-width: 600px) {
  .login-container {
    width: 300px;
  }
}