﻿/* 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, html {
    height: 100%;
}

body {
    /* padding-top: 50px; */
    /* padding-bottom: 20px; */
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.admin-navbar {
    background-color: #004990 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

nav.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.main-container {
    min-height: calc(100% - 59px);

    background: radial-gradient(closest-side, #0071de, #004990);
    overflow-y: auto;
}

.login-form {
    width: calc(100% - 30px);
    max-width: 500px;
    /* max-height: calc(80% - 56px); */

    margin: auto;
    margin-bottom: 56px;
    padding: 10px;
    padding: 15px;

    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.register-form {
    margin-top: 56px;
}

.blue-btn {
    background-color: #004990 !important;
    color: #fff;
}

.navbar-right > li {
    text-align: right;
}
