body {
  font: 14px "Roboto", "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.box {
  box-shadow: 0 24px 50px 0 rgba(0,0,0,0.12), 0 5px 15px rgba(0,0,0,.07);
}
.center {
  margin: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.alert {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
}
.alert-danger {
  color: #81192c;
  background-color: #fed6dd;
}

.pointer {
  cursor: pointer;
}