﻿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;*/
    overflow-x: hidden;
    background: #f6f6f6;
    font-family: 'Roboto';
    height: 100%;
    font-size: 14px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.logo {
    margin-right: 10px;
}

.options label {
    padding: 50px;
}

.btn-primary:not(:disabled):not(.disabled).active {
    background-color: #073262;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 0.4rem;
    width: 1.25rem;
    height: 1.25rem;
}

/*==================================
Content CSS
================================= */
.vhmain {
    display: table;
    width: 100%;
    height: calc(100vh - 0px);
}

.vhin {
    display: table-cell;
    vertical-align: middle;
}

.vhmain-msg {
    display: table;
    width: 100%;
    height: calc(100vh - 84px);
}

.vhin-msg {
    display: table-cell;
    vertical-align: middle;
}

.login-bg {
    background: #013369;
}

.login-logo {
    margin-bottom: 20px;
}

    .login-logo img {
        max-width: 80px;
    }

.login-box {
    max-width: 90%;
    margin: 0 auto 20px;
}

.login-box-in {
    background-color: #fff;
    -webkit-box-shadow: 2px 3px 2px rgba(0,0,0,.75);
    -moz-box-shadow: 2px 3px 2px rgba(0,0,0,.75);
    box-shadow: 2px 3px 2px rgba(0,0,0,.75);
    padding: 30px;
    text-align: center;
    border-radius: 8px;
}

    .login-box-in h5 {
        font-weight: 500;
        margin-bottom: 20px;
    }

    .login-box-in img {
        margin-right: 10px;
        position: relative;
        top: -2px;
        display: inline-block;
    }

.btn-primary {
    background: #0052a2;
}

@media (min-width: 640px) {
    /*==Content CSS== */
    .login-box {
        max-width: 366px;
        margin: 0 auto 20px;
    }
}

.hide {
    display: none;
}

.settings-separator {
    padding-bottom: 5px;
}

    .settings-separator hr {
        border-top: 1px solid rgba(128, 128, 128, 0.5);
        width: 100%;
    }
