.error-page {
  height: 100vh;
}
.error-page .img-home {
  margin-top: 8px;
}
.error-page .img-top-page {
  text-align: center;
  height: 161px;
}
.error-page .error-message {
  text-align: center;
  padding: 2rem 0;
  margin: 65px auto 0;
}
.error-page .error-message .note {
  color: rgb(90, 90, 90);
  font-weight: bold;
  font-size: 38px;
  font-family: 'Montserrat', sans-serif;
}
.bubble-r-line {
  text-align: center;
  font-size: 22px;
  color: rgb(90, 90, 90);
  font-weight: bold;
  margin-top: 90px;
  font-family: 'Montserrat', sans-serif;
}
.bubble-r-line .bubble-r-box a:hover {
  text-decoration: underline !important;
}
.bubble-r-line .bubble-r-box a {
  color: rgb(90, 90, 90);
}
.btn-back {
  text-align: center;
  margin-top: 90px;
}
.btn-back button {
  background: none rgb(63, 184, 175);
  border: 1px none rgb(127, 149, 235);
  text-align: center;
  font-family: 'Amiko', sans-serif;
  font-size: 14px;
  padding: 10px 50px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}
.btn-back button:hover {
  background-color: rgb(57, 117, 113) !important;
}
