﻿body {
    background-color: #ebebeb;
    height: 100%;
}

form {
    padding-bottom: 0;
    margin: 10px;
}
.text-danger{
    color:red;
}
.dx-field-item-label-text {
    font-size: medium;
}
.dx-form-group-caption {
    font-size: xx-large;
}

.content {
    display: table;
    height: calc(100vh - 3.13rem); /* 3.13rem is the Header size */
}



.formLayout-generalErrorText {
    color: red;
    padding-top: 1em;
}
