﻿/* 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;
}

/* Provide sufficient contrast against white background */
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;
}

/* Sticky footer styles
-------------------------------------------------- */
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);
}

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: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.container-login100-Main {
    border-color: darkblue;
    border-width: thick;
    border-style: inset;
    width: 60%;
    height: auto;
    align-items: center;
    background: #f2f2f2;
    text-align: left;
    align-content: center;
}
.container-login100 {
    border-color: darkblue;
    border-width: thick;
    border-style:double;
    width:100%;
    align-items: center;
    background: #f2f2f2;
    text-align: left;
    align-content:center;
}
.login100-form-title {
    width: 100%;
    display: block;
    font-family: Poppins-Regular;
    font-size: 30px;
    color: darkblue;
    line-height: 1.2;
    text-align: center;
}
.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}
.login100-form-btn {
    width: 60px;
    background-color: lightskyblue;
    border-color: darkblue;
    border-width: 1px;
    color: darkblue;
}
.pricing100-form-btn {
    width: 60px;
    background-color: lightskyblue;
    border-color: darkblue;
    border-width: 1px;
    color: darkblue;
}
.login100-form-lbl {
 text-align: left;
 color: darkblue;
 font-weight:700;
 margin-left: 2px;
}
.pricing100-form-pricinglbl {
    width:100%;
    height:100%;
    text-align: left;
    color: white;
    background-color: darkblue;
    font-weight: 800;
    margin: 2px;
}
.pricing100-form-lbl {
    text-align: left;
    color: darkblue;
    font-weight: 300;
}
.pricing100-form-resultlbl {
    text-align: left;
    color: red;
    font-weight: 900;
}
.pricing100-form-headinglbl {
    text-align: left;
    margin-left:10px;
    color: darkblue;
    font-weight: 900;
}
.container-pricing100-Main {
    border-color: darkblue;
    border-width: thick;
    border-style: inset;
    width: 100%;
    height: 100%;
    align-items: center;
    background: #f2f2f2;
    text-align: left;
    align-content: center;
}
.container-pricing100 {
    border-color: darkblue;
    border-width: thick;
    border-style: double;
    width: 100%;
    align-items: center;
    background: #f2f2f2;
    text-align: left;
    align-content: center;
}
.container-pricing100-pricing {
    border-color: darkblue;
    border-width: thick;
    border-style: double;
    width: 100%;
    height: auto;
    align-items: center;
    background: #f2f2f2;
    text-align: left;
    align-content: center;
}
/*.container-pricing100-pricing {
    border-color: darkblue;
    border-width: thick;
    border-style: inset;
    width: 80%;
    align-items: center;
    background-color: darkblue;
    text-align: left;
    align-content: center;
}*/
 .bg-darkblue {
    background-color:darkblue;
}
.custom-select-pricingsm {
    height: calc(1.5em + 0.5rem + 2px);
    width: 80%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-color: red;
    border-width: thick;
    color: red;
}
