@charset "utf-8";
/* CSS Document */
/* Change background color and font family */
body {
  background: #f8fafa;
  font-family: Arial,Verdana,sans-serif;
}
 
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(/wp-content/uploads/2021/06/logo-effeti.png)!important;
  width: 120px!important;
  height: 55px!important;
  background-size: 120px 55px!important;
}