body {
  background-size: cover;
  color: white;
}
.container {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem;
}
/*body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    //background-color: rgba(0,0,0,0.5);
}*/
.btn-primary {
  background-color: #3bd4ae;
  border-color: #3bd4ae;
  color: black;
  font-weight: bold;
}
.btn-primary:hover {
  background-color: #65ddbf;
  border-color: #65ddbf;
  color: black;
}
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #28b491;
  border-color: #28b491;
  color: black;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 212, 174, 0.2);
}
.btn-primary:disabled {
  background-color: #28b491;
  border-color: #28b491;
  color: black;
  opacity: 0.5;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 212, 174, 0.2);
}
.btn-link {
  color: #3bd4ae;
}
.btn-link:hover {
  color: #65ddbf;
}
.form-control:focus {
  border-color: #3bd4ae;
  box-shadow: 0 0 0 0.2rem rgba(59, 212, 174, 0.2);
}
#portal-title {
  padding: 0 82px;
}
#portal-title h1 {
  flex-basis: 100%;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  font-size: 428%;
  line-height: 128%;
  color: #fff;
  width: 50%;
}
#portal-title h1:after {
  margin-left: -25px;
  content: "";
  display: block;
  width: 240px;
  height: 5px;
  background: #3bd4ae;
  margin-top: 14px;
}
#portal-title h2 {
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  font-size: 242%;
  width: 50%;
}
#portal-subTitle {
  padding: 0 82px;
  flex-basis: 100%;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  font-size: 200%;
  line-height: 128%;
  color: #fff;
  width: 50%;
}
#portal-legalInfo {
  padding: 4px 8px;
  font-size: 150%;
  line-height: 128%;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
#portal-legalInfo a {
  color: #fff;
}
body > div.container {
  max-width: 450px;
}
#qr {
  max-width: 100%;
}
/* LEGACY */
html,
body,
#map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  flex-wrap: wrap;
}
#loginMessage {
  color: red;
  font-size: large;
}
.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: 0.75rem;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}
.form-label-group input:-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-moz-placeholder {
  color: transparent;
}
.form-label-group input::placeholder {
  color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}
/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}
