﻿.fondo {
    background-image: url('../../Content/assets/img/backgrounds/Login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.bordeSello{
        padding-top:25%;
    }

.dibilte {
   z-index:inherit;
}

.bordelogin {
    margin: -5%;
    padding: 8%;
    background-color: #f6f6f6;
}
@media only screen and (min-width:320px) and (max-width:960px) {
    .dibilte {
        display: none;
    }

    
}