/* 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: #ffffff;
    background-color: #1A3797 !important;
    border-color: #1A3797 !important;
    padding: 8px 30px !important;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    border-radius:25px;
}
    .btn-primary:hover {
        color: #ffffff;
        background-color: #2344b0 !important;
        border-color: #2344b0 !important;
        padding: 8px 30px !important;
        box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
        border-radius: 25px;
    }
    .btn-primary:disabled {
        color: #ffffff;
        background-color: #1A3797 !important;
        border-color: #1A3797 !important;
        padding: 8px 30px !important;
        box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
        border-radius: 25px;
    }
.btn-secondary {
    border-radius: 15px !important;
    padding: 2px 17px 4px 17px !important;
}
    .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 */
    background: #ddf1f4;
    color: #292929 !important;
}
.chi-b-b-3 {
    border-bottom: solid 3px #1A3797;
}
.fontBold{
    font-weight:bold !important;
}
form .submit-row {
    margin: 30px 0 !important;
}
.form-control {
    border: 1px solid #909090 !important;
    border-radius: 0.50rem !important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-b-10{
    margin-bottom:10px !important;
}
form #line {
    border-bottom: 2px solid #1a3797 !important;
}
.m-r-15{
    margin-right:15px;
}
.height150{height:150px;}
.width100perc{width:100%;}
label{
    font-weight:500;
    color:#292929 !important;
}
.signBox {
    width: 300px;
    display: inline-block;
    border-radius: 10px;
    border: solid 1px #909090;
}
.dobBox{
    width:300px;
    display:inline-block;
}
.borderNone{border:none !important;}
.clear{
    clear:both;
}
.widthAuto{
    width:auto;
}
.marginZeroAuto{
    margin:0 auto;
}
.font-0pt9{
    font-size:0.9rem !important;
}

#countdown {
    font-weight: bold;
    font-size: 1.1em
}

a{
    text-decoration: none;
}