@charset "UTF-8";
/* CSS Document */

 .logo .img-responsive img {height: 88px !important;}

/* Remove this if you dont want background overlay over the image or adjust per your needs */
body.login_admin:before {
    content: " ";
    background: rgba(58, 84, 85, 0.7);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
body.login_admin {
  background: url('https://crm.hbdcmarketing.com/media/bg2.jpg') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn-info:hover {background-color: #3a5455;}
.btn-info {background-color: #395c5d;}
a {color: #395c5d;}
a:hover {color: #3a5455;}
/*#side-menu li .nav-second-level li.active a {background-color: #395c5d;}*/

.content {background-color: #fefefe;}

.modal-header {background: linear-gradient(to right,#395c5d 0,#358689 37%,#366365 100%);}
#wrapper {background-color: #fefefe !important;}

.mbot30 {margin-bottom: 30px; max-width: 30%;}