﻿.bg-card {
    background: rgba(255, 255, 255, 1)!important;
}

.bg-site {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../images/bg-index.jpg);
    background-position: center;
    background-size: cover;
}

.main-logo {
    width: 80%;
}

.divLogo {
    margin-top: 60px;
    margin-bottom: 60px!important;
}


.btn-ingresar {
    width: 180px;
    border-radius: 30px;
    background: linear-gradient(to right, #00AFAA, #76BC21,#C2D500);
    border: none;
    margin: 0 auto;
}

.bg-perzonalizado {
    background: linear-gradient(to right, #00AFAA, #76BC21,#C2D500);
}