/*X-Small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/

.filter-drop-shadow
{
    filter: drop-shadow(-10px 20px 30px rgba(0, 0, 0, .45));
}

.floating-card 
{
    width: 90%;
    border: none;
}

.validation-summary-errors ul
{
    list-style:none!important;
    padding:0!important;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .floating-card 
    {
        width: 500px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) 
{
    .floating-card 
    {
        width: 500px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) 
{
    .floating-card 
    {
        width: 500px;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) 
{
    .floating-card 
    {
        width: 500px;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) 
{
    .floating-card 
    {
        width: 500px;
    }
}