﻿
.card {
    padding: 0;
    background: rgba(0,0,0,.4);
    box-sizing: border-box;
    /*box-shadow: 0 15px 25px rgba(0,0,0,.5);*/
    box-shadow: 0 15px 25px rgba(255, 255, 255, 0.5);
}

    .card h4 {
        padding: 0;
        color: #FFF;
        text-shadow: 2px 2px #000000;
        text-align: center;
    }

    .card p {
        padding: 0;
        color: #FFF;
        text-shadow: 2px 2px #000000;
        text-align: center;
    }

::placeholder {
    color: lightgray !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: lightgray !important;
}

.full {
    width: 50%;
    margin-left: 25%;
}

#lbody {
    margin-top: 15px;
    margin-left: 10px;
}
