/* Put your own CSS here */
body.login_admin:before {
    content: " ";
    background: rgba(31, 31, 31, 0.3);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

body.login_admin {
  background: url('https://business.lescommunicateurs.ca/uploads/company/les-communicateurs-crm-landing-page.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;
}

body.customers_login {
  background: url('https://business.lescommunicateurs.ca/uploads/company/les-communicateurs-crm-landing-page.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;
}

body.customers_login h1 {
	color: #fff;
}

body.customers_login footer {
	border-color: transparent;
}

body.customers .navbar-default {
    background: rgba(255,255,255,0.75) !important;
}

body.customers .navbar a.navbar-brand {
    padding: 8px 0 8px 0;
}

body.customers .navbar a.navbar-brand img {
	height: 60px;
}