div.container-fluid {
  height: 100%;
  background: #f1f2f5;
  padding: 0; }
  div.container-fluid.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0258c9;
    color: #fff;
    text-align: center; }
  div.container-fluid .row {
    margin: 0; }
  div.container-fluid .cont-wrap {
    width: 100%;
    margin: auto;
    background: #f1f2f5;
    color: #262626; }
    div.container-fluid .cont-wrap .cont-sc {
      width: inherit; }

.header {
  height: 70px;
  background: #0258c9;
  color: #fff; }
  .header .bi h1 {
    font-size: 0;
    text-align: center; }
  .header .bi img {
    width: 80px; }
  .header .profile .name {
    font-size: 1rem; }
  .header .profile .btn-logout {
    width: 30px;
    height: 30px;
    color: #fff; }
    .header .profile .btn-logout i {
      font-size: 1.1rem; }
