﻿/* 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. */

body {
    min-height: 100vh;
    background-color: #b0413e;
}

.ie-h-fix {
    min-height: 100vh;
}

.banner {
    background-image: url("/images/banner_logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    max-width: 800px;
}

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;
}

/* CUSTOM SECTION */

.layout-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-header a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(33, 37, 41);
}

.layout-header h1 {
    margin-left: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.layout-header img {
    width: 75px;
    height: 75px;
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.box-shadow-bottom {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.box-shadow-top {
    box-shadow: 0 -0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

.switch {
    display: inline-block;
    height: 28px;
    position: relative;
    width: 60px;
    margin-top: 5px;
}

.switch input {
    display: none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 20px;
    left: 7px;
    position: absolute;
    transition: .4s;
    width: 20px;
}

input:checked + .slider {
    background-color: #007bff;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
