﻿
input {
    font-size: 13px;
}

input::-webkit-input-placeholder {
    color: rgba(0,0,0,.3);
    opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

    input:-moz-placeholder { /* Firefox 18- */
        color: rgba(0,0,0,.3);
        opacity: 1 !important;
    }

    input::-moz-placeholder { /* Firefox 19+ */
        color: rgba(0,0,0,.3);
        opacity: 1 !important;
    }

    input:-ms-input-placeholder {
        color: rgba(0,0,0,.3);
    }

.card{
    border-radius:5px;
}
.card h5{
    font-weight: bold;
    font-size: 24px;
}
.card .d-flex label, .card .d-flex a{
    font-size: 15px;
}