﻿
.field-validation-error {
    display: block;
    width: 100%;
    margin-top: -1px;
    font-size: .75rem;
    color: #FF0000;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    color: #a94442;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.placeholder {
    border: 1px solid #9f2d20;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 90px;
    margin-bottom: 1rem !important;
}

.dashboard-home-image {
    height: 90px;
}
