﻿body {
    font-family: Tahoma, serif;
  
    color: #001F4A;
    height: 100vh;
    width: 100vw;
    justify-content: center;
}
.content {
    background-color: white;
    font-family: Tahoma, serif;
    -webkit-border-radius: 15px;
    width: 600px;
    height: 700px;
    text-align: center;
    background-color: #fafafa;
}
.lbl{
    font-size:14px;
    margin:1%;
}
.txtform {
    width: 90%;
    margin-bottom: 1%;
    margin-top: 2%;
}
.contentForm {
    width: 80%;
    margin-top: 35%;
    margin-left :15%;

}
#username, #password {
    background-color: #f5f5f5;
    border: 0;
    padding:2%;
}
.navbar-logo {
    width: 200px;
    height: auto;
    margin-left: 2px;
}

.textTitle {
    
    font-size: 23px;
    margin-bottom: 5%;
    margin-top: 2%;
    font-weight:bold;

}

#btn_login {
    background-color: #EE7900;
    border-color: white;
    color: white;
    font-weight:bold;
    padding:1%;
    width: 90%;
    margin-bottom: 1%;
    margin-top: 4%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
    #btn_login:hover {
        background-color: #D97004;
        border-color: white;
    }
.contentBtn {
  
    font-size: 12px;
    justify-content: left;
}
.img {
    margin-top: 10px;
}
.footer {
    text-align: center;
}
@media screen and (max-width: 600px) {
    .elementotxt, .elementodisplay {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}

.elementotxt {
    font-size: 14px;
    border: 1px solid lightgray;
    text-align: left;
}

.elementodisplay {
    font-size: 12px;
    text-align: left;
    border: 1px solid lightgray;
}

#menuContainer {
    display: inline-block;
    flex-direction: column;
}
.container2 {
    Height: 100%;
    Width: 100%;
}
.menuRow {
    display: flex;
    margin: 3px;
}

.tableReport {
    width: 100%;
    border-collapse: collapse;
}

.input-containerreport {
    width: 100%;
    box-sizing: border-box;
}

.contenedor {
    display: flex;
    Height: 100%;
    Width: 100%;
}

.columna {
    width: 40%;
    Height: 100%;

}

.columna2 {
    width: 60%;
    Height: 100%;
}