.login_box {
  width: 600px;
  margin: 0 auto;
}
.line {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.connect_input {
  line-height: 30px;
  border: 1px solid #000;
  padding: 0 20px;
}
.line .t1 {
  width: 100px;
}
.connect_login {
  color: #fff;
  background-color: var(--blue);
  padding: 10px 20px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 18px;
  margin-left: 100px;
  width: 300px;
  text-align: center;
  cursor: pointer;
  display: block;
  font-family: Poppins_Bold, Arial, sans-serif;
  margin-bottom: 30px;
  margin-top: 30px;
}
