h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
  color: #000000e6;
  font-size: 24px;
  font-weight: 600;
}
.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";
}

.form-control{
  border: 1px solid #D7D7D7;
  color: #00000099;
}
body{
  padding: 0;
}
#content-container {
  position: relative;
  z-index: 99;
  top: 50%;
  transform: translate(0, -50%);
}
.login-bg{
  width: 100vw;
  height: 100vh;
  background-image: url("../img/bg_login.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.login-icons {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 0;
}
.login-icons img{
  margin: 0 30px;
}
.site-name{
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}
.login-method{
  text-align: center;
  color: #000000e6;
  font-size: 22px;
  position: relative;
}
.login-method:after{
  content: '';
  width: 81px;
  height: 2px;
  background: #4886FF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sidenav .user-box{
  padding: 30px 18px 20px;
  box-sizing: border-box;
  display: flex;
  background: linear-gradient(106deg, #F7FAFF 17.12%, #E2F0FF 91.69%);
}
.sidenav .user-box-avatar{
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid #FFF;
}
.sidenav .user-box-info{
flex: 1;
  padding-left: 10px;
  box-sizing: border-box;
}
.sidenav .user-box-nickname{
  color: #000000e6;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
}
.sidenav .user-box-mobile{
  color: #00000042;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 9px;
}
.sidenav .user-box-role{
  background: #5ea8ff2b;
  width: 75px;
  height: 29px;
  line-height: 29px;
  border-radius: 29px;
  color: #4886ff;
  text-align: center;
  font-size: 14px;
}
/*# sourceMappingURL=user.css.map */