﻿

.login-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-image: url("../../../Images/fondo2.jpg") !important;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.login-wrapper2 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
    filter: alpha(opacity=70);
    
    background-color: black;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.login-box {
    
}

.login-logo {
    margin-bottom: 5px !important;
    background-color: white !important;
}

.footer-box {
    color: white;
}