﻿/* 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. */
* { font-family: Source Sans Pro, Roboto, Arial, Helvetica, sans-serif; }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: #2F536C !important;
}

/* 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-bottom: 2px solid #d3d3d3; }

.border-bottom { border-bottom: 2px solid #d3d3d3 !important; }

.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;
    background-color: rgb(236, 239, 241);
}

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

.logo { height: 30px; }

.navbar {
    height: 64px;
    margin-bottom: unset !important;
    box-shadow: unset;
}

.reset-pass-container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: ". reset-pass-content .";
}

.reset-pass-content {
    grid-area: reset-pass-content;
    display: flex;
    flex-flow: column;
}

.reset-pass-label {
    float: left;
    text-align: center;
    font-size: 18px;
    width: 250px;
    padding-bottom: 10px;
    font-weight: 700;
    margin: 15px auto 30px;
    color: #3c5266;
    border-bottom: 2px solid #3c5266;
}

.reset-pass-btn {
    background-color: #3c5266;
    font-size: 14px;
    width: 250px;
    line-height: 50px;
    padding: 0px;
    margin-top: 15px;
    border: none;
    color: #ffffff;
}

.reset-pass-btn:hover {
    background-color: #3c5266;
    color: #ffffff;
}

.reset-pass-btn:focus { box-shadow: none; }

.reset-pass-confirmation {
    place-self: center;
    margin-top: 25px;
}

.confirmation-container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: ". confirmation-content .";
}

.confirmation-content {
    grid-area: confirmation-content;
    display: flex;
    flex-flow: column;
    justify-self: center;
}
