html {
    height: 100%;
}

body {
    height: 100%;
    background-image: url(../img/loginBackground.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}

#contenedor {
    height: 100%;
    background: rgba(.0, .0, .0, .5);
}

#iconoU {
    /*vertical-align: middle;*/
    width: 80px;
    height: 80px;
    z-index: 1;
    margin-left:auto;
    margin-right: auto;
    display:block;
    border: none;
}

#iconoC {
    width: 25px;
    height: 25px;
}

#ficonos {
    background-color: white;
}

#fila {
    /* border: 2px solid white;*/
    vertical-align: middle;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

h1 {
    font-size: 40px;
    color: white;
    text-align: center;
}

#ingresar {
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    background-color: #0F0302;
    border-radius: 6px;
    border: .2px solid #1D1B1B;
}

#logo {
    color: white;
    font-size: 12px;
}

h5 {
    font-size: 12px;
    color: white;
    width: 100%;
    text-align: center;
    margin-top: 4%;
}

hr {
    height: .5px;
    background-color: white;
    width: 25%;
}

i {
    display: inline;
    font-size: 20px;
}

h2 {
    display: inline;
}

version {
    color: white;
}