﻿#FormSubmition input {
    border: 1px solid white !important;
}
#FormSubmition .form-error {
    border: 1px solid #ff0000 !important;
}
.text-danger {
    font-size: 14px;
    color: #ff0000;
}
.hidden {
    display: none;
    visibility: hidden;
}
