﻿footer,
#aviso {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    #enter,
    footer,
    footer button,
    #aviso :hover,
    footer :hover,
    #aviso :focus,
    footer :focus {
        background-color: #0c3259 !important;
        color: white !important;
    }

        #aviso :active,
        footer :active {
            color: #9a9a9a !important;
        }

.login-box-body {
    background: rgba(255, 255, 255, 0.7);
}

.login-box-body img {
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 43%;
}

.modal-content {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.normal-right-spinner {
    color: white;
    -webkit-animation: glyphicon-spin-r 1dsds infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

body {
    background-color: white;
    background-image: url(img/edificio.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    overflow-y: hidden !important;
}

#loaderText {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: white;
    overflow: hidden;
}

.loader-wrapper .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 0 100px;
    color: #0c3259;
    text-transform: uppercase;
    font-size: 11px;
    font-family: sans-serif, helvetica;
    letter-spacing: .5px;
}

.loader2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    height: 24px;
    border-left: 8px solid #0c3259;
    border-right: 8px solid #0c3259;
    overflow: hidden;
}

    .loader2 .ball {
        height: 8px;
        width: 0;
        background: #0c3259;
        position: relative;
        margin: 0;
    }

        .loader2 .ball:nth-child(1) {
            -webkit-animation: ball 2s ease-in-out infinite;
            animation: ball 2s ease-in-out infinite;
        }

        .loader2 .ball:nth-child(2) {
            -webkit-animation: ball 2s ease-in-out .1s infinite;
            animation: ball 2s ease-in-out .1s infinite;
        }

        .loader2 .ball:nth-child(3) {
            -webkit-animation: ball 2s ease-in-out .2s infinite;
            animation: ball 2s ease-in-out .2s infinite;
        }

    .loader2 .off .ball:nth-child(1),
    .loader2 .off .ball:nth-child(2),
    .loader2 .off .ball:nth-child(3) {
        -webkit-animation: none;
        animation: none;
    }

@-webkit-keyframes ball {
    0% {
        left: 0;
        width: 0px;
    }

    25% {
        left: 0;
        width: 300px;
    }

    50% {
        left: 300px;
        width: 0px;
    }

    75% {
        left: 0;
        width: 300px;
    }

    100% {
        left: 0;
        width: 0px;
    }
}

@keyframes ball {
    0% {
        left: 0;
        width: 0px;
    }

    25% {
        left: 0;
        width: 300px;
    }

    50% {
        left: 300px;
        width: 0px;
    }

    75% {
        left: 0;
        width: 300px;
    }

    100% {
        left: 0;
        width: 0px;
    }
}

