﻿html {
  height: 100%;
}

body {
  background: #26282b;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif;
  line-height: 1.3;
}

.pane-container {
  display: flex;
  flex-direction: row;
  -o-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -o-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.pane {
  width: 317px;
  background: #ffffff;
  margin: 8px;
}

.pane, .pane .header {
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.pane {
  color: #757575;
}

.pane .header {
  height: 101px;
  display: flex;
  -o-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f5f5f5;
}

.pane .col-checkmark {
  padding-right: 0;
  max-width: 40px;
}

.logo {
  max-width: 60%;
}

.content {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px 0 20px 0;
}

.text-danger {
  color: #dc3545 !important;
}

.back-to-aw-button {
  font-size: 16px;
  line-height: 20px;
  padding: 9px 21px 11px;
  border-radius: 20px;
  background-color: #54a9eb;
  text-overflow: ellipsis;
  margin: 0;
  border: none;
  color: #fff;
  cursor: pointer;
}
