﻿

.input-validation-error,input.error {
    border: 1px solid #b94a48 !important;
    margin-bottom: 2px !important;
}

.field-validation-error,label.error {
    color: #b94a48 !important;
}

    .field-validation-error span {
        margin-top: 2px !important;
        font-size: 12px;
    }

.text-center {
    text-align: center;
}

.custom-error {
    margin-bottom: 90px;
}

    .custom-error h1 {
        font-size: 43px;
    }

    .custom-error img {
        width: 70px;
        margin-bottom: -10px;
    }

    .custom-error a {
        text-decoration: none;
        background-color: #30607b;
        padding: 10px;
        color: white;
    }

table.footable{
    border-collapse:collapse !important;
}