body {
  font: 100% Roboto, 'Helvetica Neue', sans-serif;
  padding: 2rem 6rem;
  box-sizing: border-box;
}

a {
  color: #00b7ff;
}

h1,
h2 {
  font-weight: 100;
}

/* h1 {
  font-size: 35px;
} */

ul li {
  padding: 5px;
}

p.error {
  padding: 1rem;
  color: white;
  background: rgba(184, 17, 17, 0.966);
}

p.error:empty {
  display: none;
}

.active input:invalid {
  border: 1px solid rgba(184, 17, 17, 0.966);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(74, 74, 74, 0.6);
  z-index: 2;
  transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1;
}

.hide {
  opacity: 0;
  pointer-events: none;
}

.modal {
  position: fixed;
  background: #fff;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.22), 0 24px 24px 0 rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.modal h3 {
  font-size: 1.6rem;
}

.modal p {
  font-size: 1rem;
}

#qrcode {
  display: flex;
  justify-content: center;
}


.mdl-card {
  width: 100%;
}

.login-form {
  max-width: 60rem;
}

.logo img{
  width: 150px;
}

.device {
  display: flex;
  align-items: center;
}
.device .material-icons {
  font-size: 2.5rem;
}
