.logo{
    height: 44px !important;
    width: 155px !important;
    margin: 10px !important;
}

.panel{
    background-size: 170px !important;
}

body.wayf {
  background: url(../../img/illustrations/logo.png) no-repeat 6px 6px $primary-dark;
  background-size: 245px;
  width: 100%;
  height: 256px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;

  header{
    margin: 0;
  }

  .logo{
    display : none;
  }

  #credentials-content{
    margin: 100px auto 50px;
  }
}

@media screen and (max-width: $tablette) {
  body.wayf{
    background:url(../../img/illustrations/logo.png) no-repeat 6px 6px $primary-dark;
    background-size: 200px;
  }
}

@media screen and (max-width: $fat-mobile) {
  body.wayf{
    background: url(../../img/illustrations/logo.png) no-repeat 6px 6px $primary-dark;
    background-size: 200px;

    .dominos .item a {
      line-height: 160%;
    }
  }
}