html,
/*body {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
}*/

.container {
    height: 100%;
    align-content: center;
}

.card {
    height: 315px;
    /*con el captcha
    height: 415px;*/
    margin-top: auto;
    margin-bottom: auto;
    width: 500px;
    background-color: rgba(0, 0, 0, 0.5) !important;
}


.card-header h3 {
    color: white;
    text-align: center;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: rgb(213, 43, 30);
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.login_btn {
    color: black;
    background-color: rgb(213, 43, 30);
    width: 100px;
    color: whitesmoke;
}

.login_btn:hover {
    color: rgb(213, 43, 30);
    background-color: white;
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

.footer_absolute {
    background-color: transparent;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 30px;
    color: black;
    text-decoration: none;
}

/*Efecto al cargar la pagina*/
.loader {
    content: "";
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 25000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/Barril-animado.gif') 50% 50% no-repeat rgb(255, 255, 255);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
    transition: all .3s ease;
}

.img_logo {
    width: 15%;
    float: right;
    bottom:-125px;
    position: relative;
}
/* Solo para pruebas */
body {
    margin: 0;
    padding: 0;
    background: url(../video/city.jpg) #fff;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position:relative;
    font-family: 'Montserrat', sans-serif;
}
#video-background {
    position: fixed;
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto;
    z-index: -100;
}