﻿.form-group
{
    margin-bottom: 5px;
    margin-top: 10px;
}

.removeValidation
{
    color: red;
    background-color: white;
    display: none;
}

.field-validation-error {
    display: inline-block;
}

.alert {
    margin-bottom: 5px;
}