body {
  font-family: "Roboto", sans-serif;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  color: #808080;
  background-color: #fff;
}

.bg-error {
  background-color: #e2564b;
}

.bg-success {
  background-color: #31c38d;
}

.full-height {
  min-height: 100vh;
}

.vertical-align {
  display: table;
  height: 100%;
  width: 100%;
}

.vertical-align .table-cell {
  width: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center !important;
  padding: 20px;
}

.vertical-align .table-cell img {
  width: 11em;
  margin-bottom: 2em;
}

@media screen and (max-width: 480px) {
  .vertical-align .table-cell img {
    width: 9em;
  }
}

h1 {
  font-weight: bold;
  text-transform: uppercase;
}

p {
  font-size: 1.5em;
  color: #a7a7a7;
  margin-bottom: 1.5em;
}

.button {
  width: 160px;
  height: 50px;
  font-size: 18px;
  color: white;
  border: 0;
  border-radius: 35px;
  margin-bottom: 2em;
}

.button:focus  {
  outline: 0;
}