﻿.setup-page-body {
  background-color: #263d4c;
}
body,
input,
button,
select,
textarea,
p,
div,
a,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Segoe UI Semilight", "Segoe UI", Helvetica, Arial, "Arial Unicode MS", Sans-Serif !important;
}
form {
  margin: 0;
}
#loginDiv {
  position: absolute;
  width: 800px;
  height: 400px;
  top: calc(50% - 400px / 2);
  left: calc(50% - 800px / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#loginDiv .default-to-be-clicked-when-password-submitted {
  overflow: visible;
  height: 0;
  width: 0;
  margin: 0;
  border: 0;
  padding: 0;
  display: block;
}
#loginDiv .control-wrapper {
  display: flex;
  justify-content: center;
}
.flat-ui-button:last-child {
  margin-right: 0;
}
#loginButtons {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
#loginButton,
#setupButton {
  width: 80px;
}
#WindowsLoginButton {
  width: 290px;
}
#errorDetailButton {
  width: 117px;
}
#verdiv {
  width: 425px;
  text-align: center;
  margin-top: 30px;
}
#version {
  font-size: 14px;
  color: #7c8389;
}
#errors {
  color: #ffffff;
}
#errors p {
  margin: 20px 0 0 0;
}
/* Error Page */
#errorHeader {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 20px;
  width: 500px;
}
#errorUrl {
  margin-bottom: 20px;
}
.errorBox {
  color: #ffffff;
  width: 500px;
  font-size: 15px;
}
.homepagelink {
  padding-top: 10px;
  margin-left: -150px;
  width: 700px;
  text-align: center;
}
.errorLabel {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}
.errorPage {
  margin-left: 40%;
  margin-top: 15%;
  position: absolute;
  width: 500px;
}
.errorPage h4 {
  width: 700px;
  text-align: center;
  margin-left: -150px;
}