html, body {
  background: linear-gradient(to right, #0053b6, #002b6e);
}
body {
  font-family: 'Hind', sans-serif;
  text-align: center;
  color: #172b4d;
  background-repeat: no-repeat;
  background-position: center center;
}
body.shutdowndown {
  background-image: url('/COS-SaaS-shutdown-screen.png');
  background-size: cover;
  background-position-y: bottom;
}
.wrapper, html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.wrapper {
    display: flex;
    flex-direction: column;
}
.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 22em;
}
.restart-spacer {
  margin: 0.5em;
}
.restart-logo {
  flex: 2;
  background-image: url('/COS-SaaS-restart-screen.png');
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.restart-image {
  max-width: 600px;
  width: 80vw;
  height: auto;
}
.restart-message {
  font-size: 20px;
  margin-bottom: 2em;
  color: #fff;
}
.restart-buttons {
  margin-top: 1em;
}
.front-logo img {
  max-width: 600px;
  margin-top: 2em;
}
.front-title {
  flex:2;
}
.front-text {
  font-size: 36px;
  margin-bottom: 8px;
}
a, a:visited {
  color: #172b4d;
  text-decoration: underline;
  font-weight: bold;
}
.front-note {
  font-size: 20px;
  margin: 1em;
}
h1 {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
}
p {
  margin-bottom: 20px;
}
.restart-message {
  font-size: 20px;
  margin-bottom: 2em;
  color: #fff;
}
select {
  border: 1px solid #8E94A9;
  border-radius: 4px;
  min-width: 8em;
  color: #172B4D;
}
option {
  color: #172B4D;
}
*::selection {
  background: #172B4D;
  color: #fff;
}
button {
  padding: 15px 30px;
  font-size: 20px;
  background: #FF511E;
  color: #fff;
  border: 1px solid #8E94A9;
  border-radius: 4px;
  cursor: pointer;
  min-width: 8em;
}
button:hover {
  background: #3E3D40;
  border-color: #3E3D40;
  color: #ffffff;
}
button:disabled,
button[disabled] {
  cursor: not-allowed !important;
  pointer-events: none;
  opacity: 0.5;
}
.countdown-container {
  position: relative;
  margin: 2em;
}
.countdown-svg {
  display: block;
  margin: 0 auto;
  height: 100;
  width: 100;
}
.countdown-circle {
  transition: stroke-dashoffset 1s linear;
  stroke-dashoffset: 283;
}
#countdown {
  color: #b3c6e7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#waitMessage {
  color: #fff;
  font-size: 20px;
}
#startActionSelect {
  padding: 10px;
  font-size: 24px;
  text-align: center;
  font-family: 'Hind';
  color:  #172B4D !important;
}
#submitStartAction {
  padding: 10px;
  font-size: 24px;
}
#cooldownAnnouncement {
  display:none;
  color: #ffffff;
  font-size:20px;
}
