﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f6f8f8;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */


/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.myxpanel {
    padding-top: 50px;
}

.myverticalline {
    border-left: 1px solid #ccc;
    padding-left:50px;
}

.myimgcenter {
    float: right !important;
}

.myimg {
    text-align: center;
  }

.myh1login {
    font-weight: 300;
 }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    body {
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #f6f8f8;
    }

    .body-content {
        padding: 15px;
        padding-top: 25px;
    }

    .myxpanel {
        padding-top: 20px;
    }

    .panel-body {
        padding-bottom: 5px;
        padding-right: 15px;
        padding-top: 5px;
        padding-left: 5px;
    }

    .row{

        margin-right: 0px;
        margin-left: 0px;
    }

    .myverticalline {
        border-left: 0px;
        padding-left: 20px;
    }

    .myvista {
        display: none !important;
    }

    .myimgcenter {
        float: none !important;
    }

    .myhr {
        display: none !important;
    }

    .myimg {
        text-align: center;
        margin-top:13px;
    }

    .myh1login {
        font-weight: 300;
        text-align:center;
    }

}
