h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}


.usercenter {
  min-height: 500px;
  margin-top: 54px;
}
.user-bg {
  background: url(../img/loginbg.png) bottom right no-repeat, linear-gradient(to right, #2fd4f7, #2c84ed, #9c5ff8);
  min-height: 500px;
  /* margin-top: 74px; */
}

.login-section {
  float: left;
  margin-top: 100px;
  background: rgba(255,255,255,.8);
  border-radius: 5px;
  width: 400px;
}
.login-section .logon-tab {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.login-section .login-main { padding: 10px 30px;}
.login-title {
  color: #242424;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 10px 5px 15px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  position: relative;
}
.login-title:after {
  content: "";
  width: 2px;
  height: 26px;
  background: #007bff;
  position: absolute;
  left: 0;
  top: 3px;
}
