@charset "utf-8";
/* CSS Document */
body {
  background: url("../img/bg/login.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 13px;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #626262;
  text-align: left;
}
