.access-report {
  margin-top: 20px;
  background-color: #f5f5f5;
  padding: 15px;
  text-align: center;
}
#asm-login-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgb(255, 255, 255));
}
.faded-content {
  position: relative;
}
.asm-access-message {
  background-color: #eee;
  padding: 20px;
  margin-top: 60px;
  text-align: center;
}