/* src/styles.css */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
.main {
  display: flex;
}
div.content {
  margin: auto;
  min-width: 300px;
  width: 100vw;
  height: 100vh;
}
.container {
  padding: 20px 10px;
  text-align: center;
}
.title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #333;
}
.logo {
  margin-top: 10px;
}
.logo img {
  max-width: 200px;
}
.box {
  padding: 20px 10px 10px 10px;
  border: none;
  margin: auto;
  width: 70%;
  min-height: 400px;
  min-width: 280px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 20px;
  background: #f3f3f3;
}
.redirect-info {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc107;
  color: #000;
  padding: 8px 16px;
  font-weight: bold;
  border-bottom: 2px solid #ffa000;
  z-index: 111111111;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
