﻿@font-face {
  font-family: "FKDisplay";
  src: url("/Style/Fonts/FKDisplay.woff2");
}

body {
  background: rgb(8, 43, 51);
  font-family: FKDisplay, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

.logo {
  position: fixed;
  top: 50px;
  right: 125px;
  width: 125px;
}


.mainContent {
  background: rgb(179,205,174);
  position: absolute;
  left: 5%;
  width: 90%;
  margin: 20px 0 0 0;
  padding: 20px;
}

.ConfirmButton {
  width: 460px;
  height: 80px;
  margin: 30px;
  font-size: 1.5em;
  white-space: normal !important;
}

.ActionResult {
  /*width: 460px;*/
  height: 80px;
  margin: 30px;
  font-size: 1.5em;
  white-space: normal !important;
  text-align: center;
  line-height: 80px;
  color: white;
}

.ActionResultAccepted {
  background: darkgreen;
}

.ActionResultDeclined {
  background: darkred;
}

.ActionResultExpired {
  background: darkblue;
}

.ActionResultError {
  width: 800px;
  height: 80px;
  margin: 30px;
  font-size: 1.3em;
  white-space: normal !important;
  text-align: center;
  line-height: 80px;
  color: white;
  background: red;
}

