//代码展开按钮
.btn-code-toggle {
  width: 25px;
  height: 15px;
  line-height: 15px;
  padding: 0;
  border-color: #e7eaec !important;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  margin-top: 5px;
}

//登录页面
// 用户自定义scss

.login-bg {
  background: url(../images/bg-login.jpg);
  background-size: 30%;
}

.login-mask {
  background: mix($brand-primary, $gray-dark, 60%);
  opacity: 0.9;
}

.login-card {
  width: 30%;
  min-width: 25rem;
  max-width: 30rem;
  height: 18rem;

  .card-block {
    padding: 3rem 3rem;
  }
}

.login-copyright {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2rem;
  text-align: center;
}
