﻿.is-form-container {
 /*  border-color: red;
    border-width: 2px;
    box-shadow: none ;
    border-style: solid;*/
}

.modal-dialog,
.modal-content {
    /* 80% of window height height: 90% */
    ;
}

.modal-dialog {
    max-width: 95em;
    margin-left: 4em;
    margin-right: 4em;
}

.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(90vh - 120px);
    overflow-y: scroll;
}

.modal-lg {
    max-width: 100% !important;
}

.is-page-footer {
    max-width: 48rem;
    right: 0;
    left: 0;
     text-align: left;
}
.is-cp-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 0.625rem;
    color: #2E668B;
    padding-bottom: 0.3rem;
}

.cp-copyright {
    min-width: 8.75rem;
    margin-right: 8rem;
}

.is-crmlogo-container img {
    max-height: 4em;
}
