﻿
body, html {
    height: 100%;
}

.v-logo {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.b-logo {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.bg { 
    /* The image used */
    /*background-image: url("../images/bgblue.jpg");*/

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-color: #6d7071;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.layout-top-nav {
    color: white;
}

.control-label {
    color: #303030 !important;
}

.form-group {
    color: #303030 !important;
}

.content-wrapper, .container, .page-wrapper, .content {
    background-color: transparent !important;
}

/* 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;
    }
}
