.tim-row {
    margin-bottom: 20px;
  }
  
  .tim-white-buttons {
    background-color: #777777;
  }
  
  .typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
  }
  
  .typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
  }
  
  .tim-row {
    padding-top: 60px;
  }
  
  .tim-row h3 {
    margin-top: 0;
  }
  
  .offline-doc .page-header {
    display: flex;
    align-items: center;
  }
  
  .offline-doc .footer {
    position: absolute;
    width: 100%;
    background: transparent;
    bottom: 0;
    color: #fff;
    z-index: 1;
  }
  
  @media all and (min-width: 992px) {
    .sidebar .nav>li.active-pro {
      position: absolute;
      width: 100%;
      bottom: 10px;
    }
  }
  
  .card.card-upgrade .card-category {
    max-width: 530px;
    margin: 0 auto;
  }
  
  /* Nucleo Style */
  
  .demo-iconshtml {
    font-size: 62.5%;
  }
  
  .demo-icons body {
    font-size: 1.6rem;
    font-family: sans-serif;
    color: #333333;
    background: white;
  }
  
  .demo-icons a {
    color: #608CEE;
    text-decoration: none;
  }
  
  .demo-icons header {
    text-align: center;
    padding: 100px 0 0;
  }
  
  .demo-icons header h1 {
    font-size: 2.8rem;
  }
  
  .demo-icons header p {
    font-size: 1.4rem;
    margin-top: 1em;
  }
  
  .demo-icons header a:hover {
    text-decoration: underline;
  }
  
  .demo-icons .nc-icon {
    font-size: 34px;
  }
  
  .demo-icons section h2 {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 1em .2em;
    margin-bottom: 1em;
  }
  
  .demo-icons ul {
    padding-left: 0;
  }
  
  .demo-icons ul::after {
    clear: both;
    content: "";
    display: table;
  }
  
  .demo-icons ul li {
    width: 20%;
    float: left;
    padding: 16px 0;
    text-align: center;
    border-radius: .25em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
  }
  
  .demo-icons ul li:hover {
    background: #f4f4f4;
  }
  
  .demo-icons ul p,
  .demo-icons ul em,
  .demo-icons ul input {
    display: inline-block;
    font-size: 1rem;
    color: #999999;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  
  .demo-icons ul p {
    padding: 20px 0 0;
    font-size: 12px;
    margin: 0;
  }
  
  .demo-icons ul p::selection,
  .demo-icons ul em::selection {
    background: #608CEE;
    color: #efefef;
  }
  
  .demo-icons ul em {
    font-size: 12px;
  }
  
  .demo-icons ul em::before {
    content: '[';
  }
  
  .demo-icons ul em::after {
    content: ']';
  }
  
  .demo-icons ul input {
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    display: none;
  }


  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after,
  .bootstrap-datetimepicker-widget .picker-switch::after,
  .bootstrap-datetimepicker-widget table th.prev::after,
  .bootstrap-datetimepicker-widget table th.next::after {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0;
  }
  
  .bootstrap-datetimepicker-widget {
      list-style: none;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu {
      padding: 4px;
      width: 19em;
  }
  
  @media (min-width: 768px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
          width: 38em;
      }
  }
  
  @media (min-width: 992px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
          width: 38em;
      }
  }
  
  @media (min-width: 1200px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
          width: 38em;
      }
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
      border-bottom: 11px solid rgba(0, 0, 0, 0.2);
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      content: "";
      display: inline-block;
      position: absolute;
      left: 12px;
      top: -11px;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
      border-bottom: 11px solid #FFFFFF;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      content: "";
      display: inline-block;
      position: absolute;
      left: 12px;
      top: -10px;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.top {
      margin-top: auto;
      margin-bottom: -20px;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.top.open {
      margin-top: auto;
      margin-bottom: 5px;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
      border-top: 11px solid rgba(0, 0, 0, 0.2);
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-bottom: none;
      content: "";
      display: inline-block;
      position: absolute;
      left: 12px;
      bottom: -11px;
      top: auto;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
      border-top: 11px solid #FFFFFF;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-bottom: none;
      content: "";
      display: inline-block;
      position: absolute;
      left: 12px;
      bottom: -10px;
      top: auto;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
      left: auto;
      right: 6px;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
      left: auto;
      right: 7px;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.open {
      visibility: visible !important;
      opacity: 1 !important;
      top: 120px !important;
      font-size: 14px !important;
  }
  
  .bootstrap-datetimepicker-widget .list-unstyled {
      margin: 0;
  }
  
  .bootstrap-datetimepicker-widget a[data-action] {
      padding: 6px 0;
      border-width: 0;
  }
  
  .bootstrap-datetimepicker-widget a[data-action]:active {
      box-shadow: none;
  }
  
  .bootstrap-datetimepicker-widget .timepicker-hour,
  .bootstrap-datetimepicker-widget .timepicker-minute,
  .bootstrap-datetimepicker-widget .timepicker-second {
      width: 56px;
      height: 56px;
      font-weight: 300;
      font-size: 1.375rem;
      margin: 3px;
      border-radius: 50%;
  }
  
  .bootstrap-datetimepicker-widget button[data-action] {
      padding: 6px;
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
      content: "Increment Hours";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
      content: "Increment Minutes";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
      content: "Decrement Hours";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
      content: "Decrement Minutes";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
      content: "Show Hours";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
      content: "Show Minutes";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
      content: "Toggle AM/PM";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
      content: "Clear the picker";
  }
  
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
      content: "Set the date to today";
  }
  
  .bootstrap-datetimepicker-widget .picker-switch {
      text-align: center;
      border-radius: 4px;
      font-size: 14px;
  }
  
  .bootstrap-datetimepicker-widget .picker-switch::after {
      content: "Toggle Date and Time Screens";
  }
  
  .bootstrap-datetimepicker-widget .picker-switch td {
      padding: 0;
      margin: 0;
      height: auto;
      width: auto;
      line-height: inherit;
  }
  
  .bootstrap-datetimepicker-widget .picker-switch td span {
      line-height: 2.5;
      height: 2.5em;
      width: 100%;
      border-radius: 4px;
      margin: 2px 0px !important;
  }
  
  .bootstrap-datetimepicker-widget .picker-switch td a,
  .bootstrap-datetimepicker-widget .picker-switch td a:hover {
      color: #23CCEF;
  }
  
  .bootstrap-datetimepicker-widget table {
      width: 100%;
      margin: 0;
  }
  
  .bootstrap-datetimepicker-widget table td>div,
  .bootstrap-datetimepicker-widget table th>div {
      text-align: center;
  }
  
  .bootstrap-datetimepicker-widget table th {
      height: 20px;
      line-height: 20px;
      width: 20px;
  }
  
  .bootstrap-datetimepicker-widget table th.picker-switch {
      width: 145px;
  }
  
  .bootstrap-datetimepicker-widget table th.disabled,
  .bootstrap-datetimepicker-widget table th.disabled:hover {
      background: none;
      color: #DDDDDD;
      cursor: not-allowed;
  }
  
  .bootstrap-datetimepicker-widget table th.prev span,
  .bootstrap-datetimepicker-widget table th.next span {
      border-radius: 4px;
      height: 27px;
      width: 27px;
      line-height: 28px;
      font-size: 12px;
      border-radius: 50%;
      text-align: center;
  }
  
  .bootstrap-datetimepicker-widget table th.prev::after {
      content: "Previous Month";
  }
  
  .bootstrap-datetimepicker-widget table th.next::after {
      content: "Next Month";
  }
  
  .bootstrap-datetimepicker-widget table th.dow {
      text-align: center;
      border-bottom: 1px solid #E3E3E3;
      font-size: 0.75rem;
      text-transform: uppercase;
      color: #9A9A9A;
      font-weight: 400;
      padding-bottom: 5px;
      padding-top: 10px;
  }
  
  .bootstrap-datetimepicker-widget table thead tr:first-child th {
      cursor: pointer;
  }
  
  .bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,
  .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
      background: #E3E3E3;
  }
  
  .bootstrap-datetimepicker-widget table td>div {
      border-radius: 4px;
      height: 54px;
      line-height: 54px;
      width: 54px;
      text-align: center;
  }
  
  .bootstrap-datetimepicker-widget table td.cw>div {
      font-size: .8em;
      height: 20px;
      line-height: 20px;
      color: #DDDDDD;
  }
  
  .bootstrap-datetimepicker-widget table td.day>div {
      height: 30px;
      line-height: 30px;
      width: 30px;
      text-align: center;
      padding: 0px;
      border-radius: 50%;
      margin: 0 auto;
      z-index: -1;
      position: relative;
  }
  
  .bootstrap-datetimepicker-widget table td.minute>div,
  .bootstrap-datetimepicker-widget table td.hour>div {
      border-radius: 50%;
  }
  
  .bootstrap-datetimepicker-widget table td.day:hover>div,
  .bootstrap-datetimepicker-widget table td.hour:hover>div,
  .bootstrap-datetimepicker-widget table td.minute:hover>div,
  .bootstrap-datetimepicker-widget table td.second:hover>div {
      background: #E3E3E3;
      cursor: pointer;
  }
  
  .bootstrap-datetimepicker-widget table td.old>div,
  .bootstrap-datetimepicker-widget table td.new>div {
      color: #DDDDDD;
  }
  
  .bootstrap-datetimepicker-widget table td.today>div {
      position: relative;
  }
  
  .bootstrap-datetimepicker-widget table td.today>div:before {
      content: '';
      display: inline-block;
      border: 0 0 7px 7px solid transparent;
      border-bottom-color: #23CCEF;
      border-top-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      bottom: 4px;
      right: 4px;
  }
  
  .bootstrap-datetimepicker-widget table td.active>div,
  .bootstrap-datetimepicker-widget table td.active:hover>div {
      background-color: #23CCEF;
      color: #FFFFFF;
  }
  
  .bootstrap-datetimepicker-widget table td.active.today:before>div {
      border-bottom-color: #fff;
  }
  
  .bootstrap-datetimepicker-widget table td.disabled>div,
  .bootstrap-datetimepicker-widget table td.disabled:hover>div {
      background: none;
      color: #DDDDDD;
      cursor: not-allowed;
  }
  
  .bootstrap-datetimepicker-widget table td span {
      display: inline-block;
      width: 56px;
      height: 56px;
      line-height: 56px;
      margin: 3px 3px;
      cursor: pointer;
      border-radius: 50%;
      text-align: center;
  }
  
  .bootstrap-datetimepicker-widget table td span:hover {
      background: #E3E3E3;
  }
  
  .bootstrap-datetimepicker-widget table td span.active {
      background-color: #23CCEF;
      color: #FFFFFF;
  }
  
  .bootstrap-datetimepicker-widget table td span.old {
      color: #DDDDDD;
  }
  
  .bootstrap-datetimepicker-widget table td span.disabled,
  .bootstrap-datetimepicker-widget table td span.disabled:hover {
      background: none;
      color: #DDDDDD;
      cursor: not-allowed;
  }
  
  .bootstrap-datetimepicker-widget .timepicker-picker span,
  .bootstrap-datetimepicker-widget .timepicker-hours span,
  .bootstrap-datetimepicker-widget .timepicker-minutes span {
      border-radius: 50% !important;
  }
  
  .bootstrap-datetimepicker-widget .timepicker-picker .table-condensed td a,
  .bootstrap-datetimepicker-widget .timepicker-hours .table-condensed td a,
  .bootstrap-datetimepicker-widget .timepicker-minutes .table-condensed td a {
      color: #888888;
      background-color: transparent;
  }
  
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
      height: 27px;
      line-height: 27px;
  }
  
  .input-group.date .input-group-addon {
      cursor: pointer;
  }
  
  .table-condensed>tbody>tr>td,
  .table-condensed>tbody>tr>th,
  .table-condensed>tfoot>tr>td,
  .table-condensed>tfoot>tr>th,
  .table-condensed>thead>tr>td,
  .table-condensed>thead>tr>th {
      padding: 1px;
  }
  
  .bootstrap-datetimepicker-widget {
      opacity: 0;
      -webkit-transform: translate3d(0px, -10px, 0px);
      -moz-transform: translate3d(0, -10px, 0);
      -o-transform: translate3d(0, -10px, 0);
      -ms-transform: translate3d(0, -10px, 0);
      transform: translate3d(0px, -10px, 0px);
  }
  
  .bootstrap-datetimepicker-widget.top {
      -webkit-transform: translate3d(0px, 0px, 0px);
      -moz-transform: translate3d(0, 0px, 0);
      -o-transform: translate3d(0, 0px, 0);
      -ms-transform: translate3d(0, 0px, 0);
      transform: translate3d(0px, 0px, 0px);
  }
  
  .bootstrap-datetimepicker-widget.open {
      opacity: 1;
      -webkit-transform: translate3d(0, 5px, 0);
      -moz-transform: translate3d(0, 5px, 0);
      -o-transform: translate3d(0, 5px, 0);
      -ms-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
      transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  
  .bootstrap-datetimepicker-widget.dropdown-menu.top {
      top: auto !important;
  }
  
  .bootstrap-datetimepicker-widget.open.top {
      -webkit-transform: translate3d(0, -10px, 0);
      -moz-transform: translate3d(0, -10px, 0);
      -o-transform: translate3d(0, -10px, 0);
      -ms-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
  }
  
  .bootstrap-datetimepicker-widget.open.top:before {
      border-top: 11px solid #DCD9D1;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      content: "";
      display: inline-block;
      position: absolute;
      left: 12px;
      bottom: -12px;
  }
  
  .bootstrap-datetimepicker-widget.open.top:after {
      border-top: 11px solid #FFFFFF;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      content: "";
      display: inline-block;
      position: absolute;
      left: 12px;
      bottom: -11px;
  }

  .footer-title{
    display: inline-block;
  }

  .login .content{
    padding-top: 10vh;
    min-height: calc(100vh - 70px);
    z-index: 4;
    position: relative;
}
.login .background{
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-image: url('../img/bg.jpeg');
}

.login .background:after{
    content: "";
    z-index: 0;
    position: absolute;
    background: rgb(34 31 31 / 65%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ml-auto{
    margin-left: auto !important;
}

.mr-auto{
    margin-right: auto !important;
}