html, body {
  height: 100vh;
  margin: 0;
  background-color: #F2F2F2;
}

.top-right {
  position: absolute;
  right: 18px;
  top: 18px;
}

.top-left {
  position: absolute;
  left: 18px;
  top: 18px;
}

.links > a {
  color: #333333;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.logo {
  height: 70px;
}

#all {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.content {
  width: 300px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4A3336;
  font-size: 2em;
  min-height: initial;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  z-index: 1000;
}

.error-content {
  width: 450px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333333;
  font-size: 2em;
  min-height: initial;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  z-index: 1000;
  text-align: left;
  line-height: 1.1em;
}

.div-img {
  position: fixed;
  bottom: 30%;
  left: 10%;
}

.img-alert {
  width: 65%;
}

.display-alert {
  display: none;
}

.msg-error {
  padding: 0.25rem;
  text-align: center;
  margin-bottom: 0;
  line-height: 0.9em;
}
.msg-error strong {
  font-size: 0.75em;
  line-height: 0.5em;
}

.msg-error + .btn-block {
  margin-top: 0 !important;
}

/*# sourceMappingURL=home.css.map */
