.activation-page {
  background: rgba(0,0,0,0.5);
  position:absolute;
  left:50%;
  top:60px;
  transform:translateX(-50%);
  padding:40px;
  max-width:300px;
  min-width: 300px;
  display:flex;
  align-items: center;
  justify-content: center;
  min-height:300px;
  flex-direction: column;
  text-align:center;
}

#lblError {
  margin-bottom:30px;
}

#btnSendEmail {
  cursor: pointer;
  margin-bottom:15px;
}
a {
  color: #007bff;
}