@font-face {
  font-family: "skytext";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/skytext-regular-webfont.woff") format("woff"); }

body {
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  background-color: #DDDDDD;
  margin: 0;
  padding: 0;
  font-family: "skytext", "Helvetica", sans-serif; }

.input {
  line-height: 1.75em;
  padding: 0.2em 1em;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0.5em; }
  .input:focus {
    box-shadow: 1px 2px 2px rgba(0, 44, 97, 0.8); }

.button {
  background: #002C61;
  color: #FFF;
  padding: 0.6em 1em;
  border-radius: 5px;
  outline: 0;
  border: 0;
  min-width: 8em;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  font-family: "skytext", "Helvetica", sans-serif; }
  .button:disabled {
    background: rgba(128, 128, 128, 0.6); }
  .button:focus:not(:disabled), .button:hover:not(:disabled) {
    background: rgba(0, 44, 97, 0.7);
    cursor: pointer; }
  .button:active:not(:disabled) {
    background: rgba(0, 44, 97, 0.7); }

input[type="text"].input, input[type="password"].input {
  height: 3em; }

.identity-server {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .identity-server--submit-button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 1em; }
  .identity-server--header-logo-line {
    display: flex;
    align-items: center;
    padding: 0 10em;
    background: #002C61;
    color: #FFF;
    height: 2em; }
  .identity-server--header-logo {
    height: 20px; }
  .identity-server--header-text-line {
    height: 80px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center; }
  .identity-server--header-text-image {
    width: 600px; }
  .identity-server--body {
    flex: 1;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column; }
    .identity-server--body-content {
      flex: 1 0 auto;
      margin: 1em; }
      .identity-server--body-content-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2em; }
        .identity-server--body-content-container-image {
          width: 600px; }
    .identity-server--body-one-column {
      display: flex;
      width: 600px;
      margin-top: 1em;
      flex-direction: column; }
    .identity-server--body-two-columns {
      display: flex;
      width: 600px;
      margin-top: 1em;
      flex-direction: row; }
      .identity-server--body-two-columns-column:first-child {
        display: flex;
        flex: 1;
        margin-right: 0.5em; }
      .identity-server--body-two-columns-column:last-child {
        flex: 1;
        margin-left: 0.5em; }
  .identity-server--footer {
    flex-shrink: 0;
    margin: 0 1em 1em 1em;
    background-color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .identity-server--footer:not(:last-child) {
      margin-bottom: 1em; }
    .identity-server--footer-headline {
      color: #002C61;
      font-size: 1.3rem;
      padding: 1.3em;
      border-bottom: 1px solid #DDDDDD; }
    .identity-server--footer-content {
      padding: 1em 1.3em; }
    .identity-server--footer-content {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .identity-server--footer-content-link {
        text-decoration: none;
        color: #000;
        margin-right: 1em; }
        .identity-server--footer-content-link:hover {
          text-decoration: underline; }
  .identity-server--password-policy {
    display: block;
    border-radius: 5px;
    padding: 1em; }
    .identity-server--password-policy-note {
      font-weight: bold;
      margin-bottom: 1em; }
    .identity-server--password-policy-label {
      color: #002C61; }
    .identity-server--password-policy-policies {
      color: #A9A9A9; }
      .identity-server--password-policy-policies ul {
        margin-top: 0.3em;
        margin-bottom: 0; }
  .identity-server--login-register, .identity-server--login-login {
    background-color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .identity-server--login-register:not(:last-child), .identity-server--login-login:not(:last-child) {
      margin-bottom: 1em; }
    .identity-server--login-register-headline, .identity-server--login-login-headline {
      color: #002C61;
      font-size: 1.3rem;
      padding: 1.3em;
      border-bottom: 1px solid #DDDDDD; }
    .identity-server--login-register-content, .identity-server--login-login-content {
      padding: 1em 1.3em; }
    .identity-server--login-register-button, .identity-server--login-login-button {
      display: flex;
      justify-content: flex-end; }
  .identity-server--login-login-info-text {
    text-align: center; }
  .identity-server--login-register {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .identity-server--login-register-content {
      flex: 1;
      display: flex;
      flex-direction: column; }
      .identity-server--login-register-content-text {
        flex: 1;
        text-align: center; }
  .identity-server--register {
    background-color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .identity-server--register:not(:last-child) {
      margin-bottom: 1em; }
    .identity-server--register-headline {
      color: #002C61;
      font-size: 1.3rem;
      padding: 1.3em;
      border-bottom: 1px solid #DDDDDD; }
    .identity-server--register-content {
      padding: 1em 1.3em; }
    .identity-server--register-button {
      display: flex;
      justify-content: flex-end;
      margin-top: 1em; }
  .identity-server--register-confirmation {
    background-color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .identity-server--register-confirmation:not(:last-child) {
      margin-bottom: 1em; }
    .identity-server--register-confirmation-headline {
      color: #002C61;
      font-size: 1.3rem;
      padding: 1.3em;
      border-bottom: 1px solid #DDDDDD; }
    .identity-server--register-confirmation-content {
      padding: 1em 1.3em; }
  .identity-server--logout {
    background-color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .identity-server--logout:not(:last-child) {
      margin-bottom: 1em; }
    .identity-server--logout-headline {
      color: #002C61;
      font-size: 1.3rem;
      padding: 1.3em;
      border-bottom: 1px solid #DDDDDD; }
    .identity-server--logout-content {
      padding: 1em 1.3em; }
  .identity-server--confirm-email {
    background-color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .identity-server--confirm-email:not(:last-child) {
      margin-bottom: 1em; }
    .identity-server--confirm-email-headline {
      color: #002C61;
      font-size: 1.3rem;
      padding: 1.3em;
      border-bottom: 1px solid #DDDDDD; }
    .identity-server--confirm-email-content {
      padding: 1em 1.3em; }
  .identity-server--account-manage-layout {
    background-color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .identity-server--account-manage-layout:not(:last-child) {
      margin-bottom: 1em; }
    .identity-server--account-manage-layout-headline {
      color: #002C61;
      font-size: 1.3rem;
      padding: 1.3em;
      border-bottom: 1px solid #DDDDDD; }
    .identity-server--account-manage-layout-content {
      padding: 1em 1.3em; }
  .identity-server--forgot-password {
    background-color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .identity-server--forgot-password:not(:last-child) {
      margin-bottom: 1em; }
    .identity-server--forgot-password-headline {
      color: #002C61;
      font-size: 1.3rem;
      padding: 1.3em;
      border-bottom: 1px solid #DDDDDD; }
    .identity-server--forgot-password-content {
      padding: 1em 1.3em; }
  .identity-server--forgot-password-confirmation {
    background-color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .identity-server--forgot-password-confirmation:not(:last-child) {
      margin-bottom: 1em; }
    .identity-server--forgot-password-confirmation-headline {
      color: #002C61;
      font-size: 1.3rem;
      padding: 1.3em;
      border-bottom: 1px solid #DDDDDD; }
    .identity-server--forgot-password-confirmation-content {
      padding: 1em 1.3em; }
  .identity-server--reset-password {
    background-color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .identity-server--reset-password:not(:last-child) {
      margin-bottom: 1em; }
    .identity-server--reset-password-headline {
      color: #002C61;
      font-size: 1.3rem;
      padding: 1.3em;
      border-bottom: 1px solid #DDDDDD; }
    .identity-server--reset-password-content {
      padding: 1em 1.3em; }
  .identity-server--reset-password-confirmation {
    background-color: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.2); }
    .identity-server--reset-password-confirmation:not(:last-child) {
      margin-bottom: 1em; }
    .identity-server--reset-password-confirmation-headline {
      color: #002C61;
      font-size: 1.3rem;
      padding: 1.3em;
      border-bottom: 1px solid #DDDDDD; }
    .identity-server--reset-password-confirmation-content {
      padding: 1em 1.3em; }
