﻿body {
  background-color: #000;
  margin: 0;
  font-family: ulp-font, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif;
}

p {
  font-size: 14px;
}

html, body {
  height: 100%;
}

.btn-primary {
  background-color: #635dff;
  border-color: #635dff;
}

.btn-primary:hover {
  background-color: #524dff;
  border-color: #524dff;
}

.bg-white.p-5.rounded-sm {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.page-device-confirmation .p-5.rounded-sm, .page-device-success, .logged-out-page, .logout-page {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.access-denied h1 {
  text-align: center;
}

.page-device-confirmation strong {
  font-weight: bold;
}

.page-device-confirmation h1 {
  text-align: center;
  margin: 20px 0;
  font-size: 30px;
}

.logo {
  display: flex;
  width: 260px;
  margin: 0 auto;
}

.flex-container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-item {
  background-color: tomato;
  padding: 5px;
  width: 20px;
  height: 20px;
  margin: 10px;
  line-height: 20px;
  color: white;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}

.btn.login-button {
  background-color: #635dff;
  width: 100%;
  height: 52px;
  margin-top: 10px;
}

.page-device-success h1, .page-device-success p {
  text-align: center;
}
.page-device-success h1 {
  font-size: 36px;
}
