/* 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 {
    padding-top: 50px;
    padding-bottom: 20px;
}

    body tr td:first-child {
        width: 300px;
        min-width: 200px;
        max-width: 300px;
        word-break: break-all;
    }

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

/* 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;
    }
}


nav .logo {
    height:60px;
    background-color:white;
}

.btn-main {
    max-width:300px;
    width:100%
}

body {
    display: flex;
    align-items: center;
}

.m-div {
    /*height:100%*/
}

.center-screen .form-group{
    width:100%
}
section.top-screen {
    padding-top:50px;
}

.center-screen {
    display: inline-flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 90vh;
}

.body-content hr.footer-hr {
    position: absolute;
    bottom: 30px;
    min-width: 300px;
}

footer {
    position: absolute;
    bottom: 20px;
}