body{
    padding: 0;
    font-family: Abel;
}
.main-content{
    width: 100%;
    height: 100vh;
}
.navbar{
    background-color: #e5e5fd !important;
}
.navbar-brand{
    color: slategray !important;
}
.sidebar{
    width: 90px;
    background-color: #f0f0fa;
    height: 100vh;
    padding-top: 20px;
    display: inline-block;
}

.sidebar .logo-box{
    width: 70px;
    margin: 0 auto;
}
.sidebar .logo-box img{
    width: 100%;
}
.sidebar-icons{
    padding: 30px;
}
.sidebar-icons li{
    list-style: none;
    margin-bottom: 20px;
    cursor: pointer;
}

.sidebar-icons li .bar-items{
    font-size: 2.2em;
    color: silver;
}
.sidebar-icons li a{
    text-decoration: none;
}

.sidebar-icons li:hover .bar-items, .sidebar-icons li.active .bar-items{
    font-size: 2.2em;
    color: rgb(47, 26, 104);
}
.main{
    width: calc(100% - 100px);
    display: inline-block;
    height: 100vh;
    background-color: rgb(249, 247, 255);
    vertical-align: top;
}
.dashboard-card{
    padding: 20px;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0 0 3px #e5e5fd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}


.timer ul{
    max-width: none;
    display: inline-block;
  }

  .timer ul li {
    margin: 0;
    padding-top: 0;
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
    padding: 1em;
    text-transform: lowercase;
  }

  .timer ul li span{
    display: block;
    font-size: 2rem;
  }
  .title{
      font-size: 2em;
      text-align: center;
  }

  .form-icon{
      width: 65px;
      display: inline-block;
      vertical-align: super;
  }

  .form-icon img{
      width: 100%;
  }

  .inputIcon .lapp-input{
      width: calc(100% - 80px);
      display: inline-block;
  }