body {
    background: linear-gradient(to right, #1e73be 0, #00488d 100%);
  }
  .login h1 a {
      display: none;
  }

  .login h1 {
    background-image: url(../g5-beyot-child/immo-point-logo-160.png);
    background-image: none,url(../g5-beyot-child/immo-point-logo-160.png);
    background-size: 160px;
    background-position: center top;
    background-repeat: no-repeat;
    height: 180px;
width: 100%;
  }

.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #fff;
}

.login form {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}