.btn-login {
  display: flex;
  justify-content: center;
  height: 100rpx;
  width: 600rpx;
  background: #2c70f7;
  align-items: center;
}
.text {
  font-size: 30rpx;
  color: #fff;
}