﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */

.page-title {
  margin-bottom: 40px;
}

.banner-container {
  width: 100%;
  display: flex;
  padding: 5px 20px;
  z-index: 1100;
  position: static;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  background-color: #ff9800;
  font-size: 1.142rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.6;
}

.bd-spinner-modal-lg .modal-dialog {
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}

.bd-spinner-modal-lg .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(132, 189, 0, 0);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
}

.footer {
  position: absolute;
  width: 100%;
  background-color: #ebf4d7;
  margin-top: 24px;
}

.footer-text {
  font-size: 0.999rem;
}

.copyright {
  justify-content: center;
  padding: 15px 0;
  width: 100%;
  margin: 0;
}

.invalid.password_requirement {
  color: red;
}

.valid.password_requirement {
  color: green;
}