﻿/* 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. */


/* 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;
}



body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #0F2027;
 /*   background-image: linear-gradient(to bottom, #0F2027, #080e10);*/
    color: whitesmoke;
    margin-top: 30px;
}

.tree {
    position: absolute;
    font-size: 5em;
    background: linear-gradient(144deg, rgba(255,255,255,1), rgba(190,190,190,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
}

.signin-form {
    margin-top:50px;
    margin-left: auto;
    margin-right: auto;
}

.btn-main {
    width: 20%;
    max-width: 250px;
    min-width: 150px;
    margin-top: 30px;
}

h1 {
    margin-bottom: 30px;
}

#main {
    z-index: -1;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  /**/
}

#cat {
    background: url('../img/cat.png');
    z-index: -2;
    position: absolute;
    left: 50px;
    bottom: 0px;
    height: 100px;
    width: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
}
   
