﻿body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
    background-color: #F0F1F2;
    background-image: url('../Imagens/Fundo.png');
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.video
{

}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#barcodevideo, #barcodecanvas, #barcodecanvasg {
    height: 600px;
}

#barcodecanvasg {
    position: absolute;
    top: 0px;
    left: 0px;
}

#result {
    font-family: verdana;
    font-size: 1.5em;
}

#barcode {
    position: relative;
}

#barcodecanvas {
    display: none;
}

#divlogin 
{
    width: 600px;
    height: 200px;
    padding: 15px;
    background-color: white;
    box-shadow: 0px 2px 2px grey;
}