body {
  text-align: center;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 20px;
}

a {
  color: #000;
}

.logo {
  width: 75px;
  height: 75px;
}

.row { margin: 12px 0; }

#canvas {
  max-width: 280px;
  max-height: 280px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #eee;
}

button {
  border: 1px solid #999;
  border-radius: 8px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 4px;
  background: #ADD8E6;
  cursor: pointer;
}

button:disabled {
  background: #eee;
}

#loginBtn {
  background: #1877F2;
  color: #fff;
}

#footer {
  color: #999;
  font-size: 12px;
  text-transform: none;
  margin-top: 25px;
  padding-top: 12px;
  border-top: 1px solid #ccc;
}

.uitext {
  font-size: 14px;
  text-transform: none;
}
