﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  
}

a {
  color: #0077cc;
}

.form-control:focus {
    border-color: #074375;
    
    box-shadow: 0 0 0 0.2rem #074375;
    
}

.btn-primary {
  color: #fff;
  background-color: #074375;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-link.nav-link:focus {
  outline: black auto 1px;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
a {
    text-decoration: none;
    color: #770000
}

.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 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'sf-pro','Century Gothic', Arial, sans-serif;
    background-color: #d3d2d2;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: scroll;
  white-space: nowrap;
  line-height: 60px;
}
.navbar-brand {
    font-size: 1.1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    margin-right: 1rem;
    
}
.navbar-brand.img {
    height:6%;
    }

    #logo {
        object-fit: contain;
        /*display: flex;*/
        height: 3rem;
    }
.consentTxt {
    font-weight:700;
    font-size:small;
}
.EmpOnly {
}