.txt-green{
    color:#0d730d
}
.txt-blue{
    color:#3b5d8d;
}
.bg-blue {
    background-color: #3b5d8d !important;
}

.bg-dim-grey {
    background-color: rgba(118, 117, 117, 0.505) !important;
;
}

.dim-grey {
    color: rgba(118, 117, 117, 0.236);
}

.border-blue {
    border-color: #3b5d8d78 !important;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email] {
    font-size: 14px;
}

select {
    font-size: 14px !important;
    color: dimgrey !important
}

label {
    font-size: 15px;
    /* color:#0d730d;*/
}
