﻿.login,
.image {
    min-height: 100vh;
}

.signout {
    display: none;
    width: 0;
    height: 0;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.margin-bottom {
  margin-bottom: .5rem;
}

/* Add asterisk after required fields */
label.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
}

.footer-text {
    display: inline-block;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 25px;
    white-space: normal;
}

/* Security page styles
-------------------------------------------------- */

.security .recovery-codes {
    margin: 10px 0;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
}

    .security .recovery-codes li {
        display: inline-block;
        width: 18%;
        line-height: 1.6;
        text-align: center;
    }

.security .current-session {
    height: 8px;
    width: 8px;
    background-color: #008000;
    border-radius: 50%;
    display: inline-block;
}

.security .another-session {
    height: 8px;
    width: 8px;
    background-color: #BBBBBB;
    border-radius: 50%;
    display: inline-block;
}

/* Applications page styles
-------------------------------------------------- */

.application-image {
    width: 100%;
    height: 5rem;
    object-fit: contain;
}
