.user-input {

margin: 0 auto;
max-width: 380px;
input, .btn {
  margin: 8px 0;
}
.checkbox-button {
  margin-top: 16px;
}

}

.resurrection {

position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: $lite-grey;
img, svg {
  max-width: 80px;
  width: 20%;
  height: auto;
}
.resurrection__inner {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
}
.resurrection__message {
  display: table-cell;
  vertical-align: middle;
}
p {
  margin: 0 0 1em 0;
}

}