@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(naxa.png)!important;
  width: 283px!important;
  height: 90px!important;
  background-size: 283px 90px!important;
}