@import url('https://fonts.googleapis.com/css?family=Poppins:400,500');
body {
  font-family: 'Poppins', Helvetica, Arial, clean, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400; }
h1, h2 {
  font-weight: 500; }  
.sidebar h2 {
  font-weight: 500; font-size: 26px;}
.sidebar h3 {
  font-weight: 500; font-size: 18px;}  
.sidebar li a,
.sidebar li span {
  font-weight: 400; font-size: 14px;}
a.primary:link,
a.primary:visited,
.primary {
  border-bottom: none;
  color: #4d4d4d;
}
.smartbar {
  border: none;
  background-color: #eaeaea;
}
.smartbar li.smartbar-end {
  border-left: none; }
.smartbar li {
  border-right: none; }
.smartbar li.smartbar-end ~ li {
  border-left: none;}
.sidebar {
  background-color: #eaeaea;
}  
table th {
  background: #f9f9f9;
}
.login-box .bd {
  border: none;
}
.logincont .login-box {
  background-color: rgba(255, 255, 255, 1); }
.button.button-simple {
  border: 1px solid #cccccc;
  padding: 7px 1em;
  color: #4d4d4d; }
.login-box .hd {
    padding: 14px;
}
.login-box .hd h1 {
  text-align: center;
}  
.login-box .form-simple .fieldset-inner,
.login-box .form-simple .field-wrap {
  margin: 0 0 0.5em 0;
  padding: 1.5em 0 0.5em 24px;
}
