.fundo_transp {
    display: none;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    z-index: 9;
}

.senha {
    display: none;
    position: fixed;
    background-color: white;
    border: 2px solid #ACC2D9;
    font-size: 10px;
    color: #003366;
    width: 40%;
    height: 20%;
    top: 40%;
    left: 35%;
    z-index: 10;
}

.logomarca {
    background: linear-gradient(#e1e1e1, #cdcdcd);
    padding: 10px 5px 10px 5px;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-style: outset;
    border-width: 2x;
    border-right: none;
}

.logomarca-imagem {
    padding: 40px 25px 40px 25px;
}

.logomarca-borda {
    border-radius: 5px;
    border-style: groove;
    border-width: 2px;
    border-color: lightgray;
}

.form-tabela {
    background: linear-gradient(#e1e1e1, #cdcdcd);
    padding: 15px 7px 0px 7px;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    border-style: outset;
    border-width: 2x;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    background-color: #138496;
}

.btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}