﻿body.login_admin {
  background: url('https://randr.crm-sys.co.uk/wp-content/themes/techup/assets/images/banner.png') 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://randr.crm-sys.co.uk/wp-content/themes/techup/assets/images/banner.png') no-repeat center center fixed; /* The full image url*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cf-item-image{
  height:40px;
  width:40px;
  object-fit:cover;
  border-radius:4px;
  display:inline-block;
  vertical-align:middle;
}