﻿/*VALIDATION STYLES*/
.input-validation-error {
    border: 1px solid red;
    margin-bottom: 0px;
}

.field-validation-error {
    color: red;
    font-size: 11px;
}

.icon50 {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.challenge-sponsor-image {
    width: 100%;
    height: 250px;
    max-height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
