/* Login Page ================================== */
.login-page {
  background-color: transparent;
  font-family: "Roboto";
  margin-top:0;
}
.login-page .login-box {
  margin-top:30px;
}
.login-page .login-box .logo {
  margin-bottom: 10px;
}
.login-page .login-box .msg {
  margin-bottom: 15px;
}
.login-page .login-box .logo a {
  font-size: 36px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.login-page .login-box .logo small {
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom:5px;
}
.login-page-bg {
  background: url("../../images/b3.jpg") no-repeat center center fixed;
  height: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.login-footer {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  color: #fff;
}

/* Left Sidebar & Overlay ====================== */
.sidebar .user-info {
  padding: 13px 15px 12px 15px;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  background: url("../../images/user-img-background.jpg") no-repeat no-repeat;
  height: 135px;
}
.sidebar .user-info .image {
  margin-right: 12px;
  display: inline-block;
}
.sidebar .user-info .image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: bottom !important;
}
.sidebar .user-info .info-container {
  cursor: default;
  display: block;
  position: relative;
  top: 25px;
}
.sidebar .user-info .info-container .name {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  max-width: 200px;
  color: #fff;
}
.sidebar .user-info .info-container .email {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  max-width: 200px;
  color: #fff;
}
.sidebar .user-info .info-container .user-helper-dropdown {
  position: absolute;
  right: -3px;
  bottom: -12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
}
.block-header {
  margin-bottom: 20px; 
}
.block-header h2 {
  margin: 0 !important;
  color: #444 !important;
  font-weight: normal;
  font-size: 20px;
}
.block-header h2 small {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  color: #666;
}
.block-header h2 small a {
  font-weight: bold;
  color: #666;
}

