﻿/* 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: #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;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}



/* Branding
-------------------------------------------------- */

body {
    background-image: linear-gradient( 135deg, rgb(52, 25, 49) 30%, rgb(63, 43, 61) 80%);
/*    background-position-x: initial;
    background-position-y: initial;
    background-size: 100%;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;*/
    padding-bottom:2em;
}

fieldset {
    color: white;
}

div.row {
    color:white;
}

div.card {
    color: #495057 !important;
}

div.card  .row {
    color: #495057 !important;
}

.btn-primary {
    background-color: transparent !important;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid #DC4B5C;
    border-bottom: 2px solid #DC4B5C;
    color: white;
}

    .btn-primary:hover {
        background-color: transparent !important;
        border: 2px solid #DC4B5C;
        color: #DC4B5C;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 75, 92, 0.5);
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        border-color: rgba(220, 75, 92, 0.75);
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 75, 92, 0.5);
        }

a, a:hover, a:active, .a {
    color: #DC4B5C;
}

.s2font {
    font-size: 0.8rem;
}

.bg-overlay {
    content: '';
    background-image: url(/img/background.svg);
    background-size: 106px;
    opacity: .015;
    background-position: 0 0;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}