html, body {
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vi-side-bar{
  width: 60px;
  height: 100%;
  background-color: #2B2E3C !important;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vi-logo-cnt {
  height: min-content;
  display: grid;
  grid-template-columns: min-content auto;

  .vi-logo {
    height: 60px;
    width: 60px;
    background-image: url("assets/images/logo.png");
    background-repeat: no-repeat;
  }

  .vi-settings-logo{
    height: 60px;
    width: 60px;
  }
}

.middle-content {
  text-align: center;
  width:600px;
  font-family:Roboto, sans-serif
}

.title{
  font-family:Roboto, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 90px;
  color:#53677A;
}

.title-summary{
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
  color:#53677A;
}
