/* Remove this if you dont want background overlay over the image or adjust per your needs */
body.login_admin:before {
    content: " ";
    background: rgba(31, 31, 31, 0.7);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}
body.login_admin {
  background: url('http://cms.geekcommerce.mx/media/portada-1024x683.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('http://cms.geekcommerce.mx/media/portada-1024x683.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.ticket_form input {
border-color:orange;
}
body.ticket_form #form_submit {
background:orange;
}

body.web-to-lead{
	background:#ffaa45;
}

body.web-to-lead #form_submit {
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 29px 7px 29px;
}

body.web-to-lead #form_submit:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}