#login .panel .logo 
{
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("Concorde_Technology_Group_logo_white.png") no-repeat;
  background-size: 314px 68px;
  margin-left: 23px;
  padding-left: 500px; 
  margin-bottom: 10px;
  width: 10rem; /* Width of new image */
  height: 8rem;; /* Height of new image */
}


.bgBrandSecondary
{
  background-color:#172983;
}


html
{
  background-color:#00AEC7;
}

.btn-success
{
  background-color: #00AEC7;
}

.btn-success:hover
{
  background-color:#9C9E9F;
}

.btn-info
{
  background-color: #00AEC7;
}

.btn-info:hover
{
  background-color: #9C9E9F;
}
