﻿body{
    
    background-image: url('images/background.png') !important;
    background-size: 100% 100%;
}

.control-label {
    font-weight: bold;
}
canvas#image {
    max-height: 300px !important;
    max-width: 300px !important;
}

.auth-page .auth-left-wrapper {
    width: 100%;
    height: 100%;
    background-image: url(/Content/images/silla.jpg);
    background-size: cover;
}

.toast-success {
    background-color: #51a351 !important;
}

.toast-error {
    background-color: #bd362f !important;
}




.text-facebook {
    color: #3b5998;
}

.text-instagram {
    color: #833AB4;
}




.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }





.preloader {
    background: #000000;
    opacity: .9;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

    .preloader .loader {
        margin: -30px 0 0 -30px;
        padding: 20px;
        box-sizing: border-box;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 80%;
        left: 50%;
        border-radius: 50%;
        background: url("../Content/images/camaradiputados.png") 50% 50% no-repeat;
        animation-name: spin;
        animation-duration: 1200ms;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        margin-top: 80px;
    }

.mensajeEspera {
    box-sizing: border-box;
    position: absolute;
    top: 20%;
    left: 30%;
    right: 30%;
    text-align: center;
}


    .mensajeEspera > img {
        width: 80%;
    }



.card:hover img {
    opacity: 0.8;
}

.card img {
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}



