﻿.p-5 {
    padding: 3rem !important;    
}

.login-image {
    background-image: url('../../Content/img/logoventas2.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;    
}

.modal-transparente {
    background-color: rgb(255, 255, 255) !important;
}

body {
    background-image: url('../../Content/img/fondosiv.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #6699;
}

.presionar {
    cursor: pointer;    
}

.imagen_corp {
    width: 3%;
}
