html,body,div,form,p {
  margin: 0;
  padding: 0;
  border: none;
}
html,body {
  width: 100%;
  height: 100%;
  background-color: #373646;
  font-family: "Roboto", "Open Sans", "sans-serif";
}
.container {
  width: 80%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.content {
  flex-grow: 1;
  min-height: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.centered {
  min-width: 340px;
}
.logo {
  width: 230px;
  height: 50px;
  margin: 18px 0;
  float: left;
  -webkit-mask-image: url("/assets/bloonix/img/bloonix-white.svg?v={{ meta.version }}");
  mask-image: url("/assets/bloonix/img/bloonix-white.svg?v={{ meta.version }}");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}
.links {
  padding-top: 30px;
  float: right;
}
.links a {
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #b5a6a6;
}
.footnote {
  margin: 3vh;
  font-weight: 500;
  font-size: 15px;
  color: #b5a6a6;
}
.slogan {
  font-weight: 900;
  line-height: clamp(6vh, 6vh, 60px);
  font-size: clamp(5vh, 5vh, 50px);
  display: block;
}
.errmsg {
  font-size: 24px;
  color: #ff0000;
  font-weight: 500;
}
.slogan1 {
  color: #b5a6a6;
}
.slogan2 {
  color: #ffffff;
}
.form-wrapper {
  max-width: 400px;
  margin: 0 auto;
}
.input-wrapper {
  position: relative;
}
.input-name {
  background-color: #ffffff;
  color: #666666;
  position: absolute;
  top: 17px;
  left: 20px;
  padding: 0 4px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.input-el {
  border: none;
  margin: 3vh 0;
}
input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  margin: 0;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input:focus {
  outline: none;
}
.input-name-focus {
  font-weight: 500;
  color: #ffffff;
  background-color: #000000;
}
.input-el-focus {
  border: 1px solid #000000;
}
button {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: 0 0 30px 0;
  padding: 15px 0;
  border: none;
  background-color: #000000;
  color: #ffffff;
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 800px) {
  .logo { width: 230px; height: 50px; margin: 30px auto; float: none; }
  .slogan { font-size: 40px; line-height: 50px; }
  .links { display: none; }
  .footnote { text-align: center; font-size: 12px; }
}
@media only screen and (max-width: 600px) {
  .slogan { font-size: 30px; line-height: 40px; }
}
@media only screen and (max-height: 700px) {
  .footnote { text-align: center; font-size: 12px; }
}
@media only screen and (max-height: 500px) {
  .slogan { display: none; }
}
