﻿/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}



.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
    background-color: rgb(26,71,134);
    position: relative;
    min-height: 100%;
}

html body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: rgb(26,71,134)
}

main {
    box-shadow: 3px 3px 10px rgb(0, 0, 0);
    width:500px;
    background-color: white;
    border-radius: 3px;
    background-color: white;
    padding: 20px 20px 20px 20px;
    
    margin:auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 600px
}

.loginbox {
    text-align: center;
}

    .loginbox .logintext {
        height: 60px;
        width:100%;
        background-color: lightgrey;
        border: none;
        padding: 5px 5px 5px 5px;
        font-size:large
    }
    .loginbox .btn-primary {
        color: #fff;
        background-color: rgb(26,71,134);
        border-color: #1861ac;
        width: 100%;
        height: 50px;
        font-size:large;
    }
    .loginbox .btn-primary:hover {
        color: #fff;
        background-color: goldenrod;
        border-color: goldenrod;
        width: 100%;
        height: 50px;
        font-size: large;
    }
.password-strength {
}

.js-hidden {
    display: none;
}
