﻿

input[type=file] {
    display: none !important;
}

textarea {
    resize: vertical;
}
 
.form-group {
    margin-bottom: 0.5rem;
}

.form-check-input {
    margin-top: 0.5rem;
}

/*.form-check-label {
    margin-bottom: 0.1rem;
}*/

.form-control[disabled],
.form-control[readonly] {
    background-color: white !important;
}

.field-validation-error {
    font-size: small;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px;
    margin-bottom: 0;
}
 