body {
    color: #000000;
    background-color: #f5f8fa;
}
.logo-brand{
      mask: url(../../BULogo.svg) no-repeat 50% 50%;
      -webkit-mask: url(../../BULogo.svg) no-repeat 50% 50%;
      mask-size: cover;
      -webkit-mask-size: cover;
      background-color: #fff;
      background-size: 100%;
      width: 400px;
      height: 100px;
      margin: auto;

}
.login-header .title{
  font-size: 24px;
  font-weight: bold;
}
.login-header{
    background: #0091de;
    opacity: 0.95;
    box-shadow: 0px 4px 7.36px 0.64px rgba(0,0,0,0.24), 0px 1px 7.68px 0.32px rgba(0,0,0,0.16);

    color: #fff;
}
.panel-default>.panel-heading{
  font-size: 18px;
    font-weight: bold;
}
  .footer-basic {

    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    background-color: #0c96df;
}
footer {
    display:block;
}
a:focus {
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}

a:hover, a:focus {
    color:#158cba;
    text-decoration:underline;
}

a:active, a:hover {
    outline:0;
}

a {
    color:#158cba;
    text-decoration:none;
}

a {
    background-color:transparent;
}

* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:18px;
    color:#fff;
    margin-bottom:0;
}
