:root {
    --color-master: red;
    --field-heigth: 39px;
    --field-text-color: #6D798F;
    --field-font-size: 15px;
    --form--label-font-size: 14px;
    --form--label-help-font-size: 11px;
    --form--label-help-color: #696969a1;
    --button-font-size: 14px;
    --button-icon-font-size: 15px;
    --link-color: #6D798F;
    --color-background-button-grid: #eee;
    --color-border: #e1e9e9;
    --field-border-radius: 10px;
    --button-height: 35px;
    --button-border-radius: 8px;
}
html, body {
    color: #8B96AB;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    height: 100%;
    font-weight: 400;
    background: #fafafa;
}
.section {
    width: 100%;
    margin: auto;
    margin-top: 115px;
    margin-bottom: 90px;
}
.line-content {
    height: 100%;
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding-top: 4px;
    margin-bottom: 50px;
}
.line-menu {
    background: red;
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0;
    height: 70px;
}
.line-header {
    width: 100%;
    max-width: 500px;
    margin: auto;
    height: 65px;
    text-align: right;
    padding-top: 21px;
    display: flex;
}
.line-display {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: flow-root;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 72px;
}
.large {
    height: 222px;
}
.small {
    height: 8px;
}
.links {
    text-transform: uppercase;
    font-weight: 100;
    float: right;
    margin-left: 10px;
}
.links i {
    font-size: 24px;
    float: left;
    margin-top: -8px;
    margin-right: 5px;
    color: #fff;
}
.links:hover {
    color: #fff;
    opacity: 0.6
}
.social-small a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
}
.text-display {
    font-size: 39px;
    color: #fff;
    transform: translateY(-50%);
    top: 45%;
    position: relative;
    text-align: center;
    line-height: 43px;
    font-weight: 100;
}
.logo-circulo {
    width: 70px;
    display: block;
    margin: auto;
    margin-bottom: 23px;
}
.tbuttonpress {
    line-height: 30px;
    margin-bottom: 11px;
    margin-right: 4px;
    border: 2px solid var(--color-master);
    border-radius: 6px;
    height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.tbuttonpress.mini {
    line-height: 25px;
    font-size: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px;
    margin-top: 9px;
    height: 30px;
}
.tbuttonpress.mini i {
    font-size: 15px !important;
    margin-left: 5px;
    margin-right: 1px;
}
.tbuttonpress.link {
    line-height: 25px;
    font-size: 13px !important;
    /* margin-top: 9px; */
    height: 30px;
    color: #697283;
    background: transparent;
    padding: 0 !important;
    border: none;
    text-transform: unset;
}
.tbuttonpress.link i {
    font-size: 15px !important;
    /* margin-left: 5px; */
    /* margin-right: 1px; */
}
.tbuttonpress.circle {
    margin-bottom: 3px;
    line-height: 26px;
    margin-top: 9px;
    height: 30px;
    border-radius: 0px;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 0px;
    color: #8B96AB;
}
.tbuttonpress.circle i {
    font-size: 15px !important;
    margin-left: 5px;
    margin-right: 1px;
}
.tbuttonpress.circle-full {
    margin-bottom: 3px;
    line-height: 26px;
    margin-top: 9px;
    height: 30px;
    border-radius: 0px;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 2px solid var(--color-master);
    color: #8B96AB;
}
.tbuttonpress.circle-full i {
    font-size: 15px !important;
    margin-left: 5px;
    margin-right: 1px;
}
.tbuttonpress.full-icon {
    margin-bottom: 3px;
    line-height: 27px;
    margin-top: 9px;
    height: 36px;
    width: 36px;
    border-radius: 50px;
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
    border-color: #8B96AB;
    display: inline-block;
}
.tbuttonpress.full-icon .tbuttonpress-icon {
    font-size: 18px !important;
    margin-left: -2px;
    margin-right: 0;
    background: transparent;
    padding-top: 3px;
    margin-top: -3px;
    color: #8B96AB;
}
.tbuttonpress.full {
    background: var(--color-master);
    border: none;
    line-height: 34px;
    color: #fff !important;
}
.tbuttonpress.clear {
    background: transparent;
    color: var(--color-master);
    border-width: 2px;
    border-color: var(--color-master);
    /* height: 30px; */
    margin-bottom: 0px;
}
.tfield, .tcombo {
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 21px;
    border: 1px solid #e1e9e9;
    /* border-bottom: 2px solid #e1e9e9; */
    /* direction: rtl; */
}
.tformstruct input:focus, .tformstruct textarea:focus {
    box-shadow: none;
    border: 1px solid #aeb7b7;
    border-radius: 6px;
}
.tfield_disabled {
    height: var(--field-heigth);
    color: var(--field-text-color);
    font-size: var(--field-font-size);
    background: #e1e9e9 !important;
    box-shadow: none;
    border-radius: 24px;
    border: 1px solid #e1e9e9 !important;
    padding-left: 21px;
    padding-right: 21px;
}
.tbuttondrop-btn {
    padding-right: 12px;
    height: var(--field-heigth);
    padding-left: 21px;
    padding-right: 21px;
    border-radius: 28px;
    border: 2px solid var(--color-master);
    color: var(--color-master);
    /* width: var(--field-heigth); */
}
.dropdown-menu {
    font-size: var(--field-font-size);
    border: 1px solid #e1e9e9;
    border-bottom: 2px solid #e1e9e9;
    border-radius: 0px 20px 20px 20px;
    padding: 20px;
    margin-top: 7px !important;
}
.tbuttondrop-btn i {
    font-size: 15px;
}
.tdatagridresponsive thead tr th {
    padding-bottom: 10px;
    font-weight: 600 !important;
    text-transform: unset;
    padding-right: 14px;
}
.tdatagridresponsive-reduced-box a {
    color: #7a878e;
    border: 1px solid #e1e9e9;
    background: transparent;
    border-radius: 65px;
    height: 40px;
    width: 40px;
    text-align: center;
    display: inline-grid;
}
.tnotice-modal {
    background: #ffffff;
    width: 90%;
    max-width: 600px;
    padding: 23px;
    border-radius: 0px;
    display: none;
    margin-top: -20%;
    text-align: center;
    border-radius: 6px;
}
.tnotice-title {
    font-size: 20px;
    font-weight: 400;
    border: none;
    display: grid;
    padding-bottom: 0px;
}
.tnotice-title2 {
    font-size: 18px;
    color: var(--color-master) !important;
    font-weight: 400;
}
.notiny-default-vars .notiny-text {
    color: #7a878e;
}
.tnotice-error {
    color: var(--color-master);
}
.tnotice-text {
    padding-top: 0px;
}
.tnotice-icon {
    display: block;
    margin-bottom: 2px;
}
.tnotice-success {
    color: #65c6bb;
}
.tnotice-info {
    color: var(--color-master) !important;
}
.tnotice-warning {
    color: #F4B350;
}
.tnotice-alert {
    color: #F4B350;
}
.tnotice-quest {
    color: var(--color-master) !important;
}
.tnotice-error-bk {
    background: var(--color-master) !important;
}
.tnotice-success-bk {
    background: #65c6bb !important;
}
.tnotice-info-bk {
    background: var(--color-master) !important;
}
.tnotice-warning-bk {
    background: #F4B350 !important;
}
.tnotice-alert-bk {
    background: #F4B350 !important;
}
.tnotice-quest-bk {
    background: var(--color-master) !important;
}
.xdebug-error th {
    background: #fff;
}
.btn-return {
    font-size: 27px;
    color: #fff;
    float: left;
    margin-top: -8px;
    margin-left: -5px;
    margin-right: 7px;
}
.btn-return:hover, .btn-return:focus {
    color: #fff;
    opacity: 0.6
}
.header-title {
    color: #fff;
    text-transform: uppercase;
    margin-left: 7px;
    border-left: 1px solid #fff;
    padding-left: 12px;
    font-weight: 100;
}
.header-title2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}
.sino {
    float: none;
    font-size: 23px;
    border-left: 1px solid #ddd;
    margin-left: 13px;
    padding-left: 13px;
    margin-top: -8px;
    display: inline-block;
}
.sino:hover {}
.master-header {
    width: 100%;
    top: 0;
    position: fixed;
    background: var(--color-master);
    z-index: 998;
    box-shadow: 0 2px 2px rgba(59, 89, 178, 0.15);
}
.master-display {
    width: 100%;
    background: var(--color-master);
    margin-top: 97px;
    box-shadow: 0 2px 2px rgba(59, 89, 178, 0.15);
}
.line-border {
    background: #fff;
    height: 34px;
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    padding-top: 19px;
}
.marker {
    background: #eee;
    width: 100px;
    height: 5px;
    margin: auto;
    border-radius: 51px;
}
.tpagecontainer-box {
    border-radius: 13px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 19px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px rgba(59, 89, 178, 0.15);
    border: none;
    background: #fff;
}
@media screen and (max-width: 800px) {
    .line-header, .section {
        width: 90%;
    }
}
.big-icon {
    font-size: 80px;
    color: var(--color-master);
    line-height: 91px;
    margin-bottom: 10px;
    display: block;
}
b {
    font-weight: 600;
}
.fatura-ano {
    color: #6D798F;
    margin-bottom: 20px;
    font-size: 18px;
}
.fatura-ano i {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50px;
    padding-top: 1px;
    border: 2px solid var(--color-master);
    color: var(--color-master);
}
.bastao {
    width: 5px !important;
    border-radius: 50px;
    margin-right: 15px;
    float: left;
    height: 100%;
    min-height: 24px;
}
.fatura-valor {
    font-size: 20px;
    font-weight: 600;
}
.abas-content {
    display: flex;
    justify-content: center;
    margin-top: -8px;
    margin-bottom: -2px;
}
.abas-box {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    height: 43px;
    opacity: 0.6;
    padding-left: 10px;
    padding-right: 10px;
}
.abas-box:hover, .abas-box:focus {
    opacity: 0.6;
    color: #fff !important;
}
.aba-check {
    /* border-bottom: 3px solid var(--color-master); */
    opacity: 1 !important;
}
.aba-bar {
    background: #eee;
    height: 1px;
    margin-top: -2px;
}
.tformstruct {
    text-align: left;
}
.tformstruct-area {
    margin-top: 22px;
    margin-bottom: 12px;
}
.notiny-theme-dark {
    background: #fff;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
    opacity: 1;
    border-radius: 6px;
    margin-right: 5px;
}
.dbl-spinner {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid transparent;
    border-top: 4px solid #ddd;
    border-left: 4px solid #ccc;
    -webkit-animation: 2s spin linear infinite;
    animation: 2s spin linear infinite;
}
.dbl-spinner:nth-child(2) {
    border: 4px solid transparent;
    border-right: 4px solid var(--color-master);
    border-bottom: 4px solid var(--color-master);
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.blockUI {
    z-index: 9996!important;
}
.blockOverlay {
    background-color: rgb(0, 0, 0, 0.4) !important;
}
.tbuttonpress.classic {
    background: #eee;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    height: var(--field-heigth);
    color: #fff;
    height: 36px;
    line-height: 34px;
}
.preloader {
    background: red;
}
.fatura-ball {
    background: red;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 5px;
}
.box-mes {
    display: inline-block;
    margin: 7px;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    /* border: 1px solid #e1e9e9; */
    height: 32px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 21px;
}
.box-mes:hover {
    /* background: red; */
    opacity: 0.8
}
.menu-content {
    background: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    box-shadow: 0 -1px 2px rgba(59, 89, 178, 0.15);
}
.menu-bar {
    max-width: 450px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: -1px;
    padding-top: 0;
}
.menu-icon {
    padding: 10px;
    font-size: 37px;
    display: inline-grid;
}
.menu-check {
    color: var(--color-master);
    /* font-size: 50px; */
}
.content-boxes {
    text-align: left;
    display: flex;
}
.box-left {
    /* display: flex; */
    margin-right: 15px;
}
.box-right {
    text-align: right;
}
.noti-ball {
    color: #8B96AB;
    font-size: 13px;
    border: 1px solid #e1e9e9;
    background: #fff;
    border-radius: 24px;
    width: 20px;
    height: 20px;
    margin: auto;
    margin-top: 3px;
    padding-top: 0;
    position: absolute;
    margin-top: -34px;
    margin-left: 26px;
    line-height: 16px;
}
.box-check {
    background: var(--color-master);
    border-color: var(--color-master);
    color: #fff;
}
.display-user-photo {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 6px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.display-user-photo2 {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 6px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.display-user-photo2 {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 6px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /* margin-top: 10px; */
    text-align: center;
    padding-top: 17px;
    font-size: 23px;
    border: 2px solid #e1e9e9;
    margin: auto;
    margin-bottom: 6px;
}
.display-user-name {
    font-size: 20px;
    color: #fff;
}
.display-user-extra {
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 13px;
}
.display-user-extra-mini {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}
.icon-big {
    color: var(--color-master);
    font-size: 30px;
    display: block;
    margin-bottom: -5px;
}
.tformstruct-separator {
    color: var(--color-master);
    font-size: 18px;
    border-bottom: none;
    text-transform: unset;
    margin-top: 10px;
    margin-bottom: 9px;
}
.select2-container--focus .select2-dropdown, .select2-container--focus .select2-selection, .select2-container--open .select2-dropdown, .select2-container--open .select2-selection {
    border-color: #e1e9e9;
    border-radius: 6px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e1e9e9;
    border-radius: 6px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e1e9e9 !important;
    height: var(--field-heigth);
    border-radius: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--field-text-color);
    line-height: 35px;
    z-index: 99;
    border-radius: 0px;
}
.tformstruct-label {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.status-steps {
    display: inline-flex;
    margin-bottom: 6px;
}
.box-numero {
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding-top: 4px;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
    margin-top: 2px;
    background: #e1e9e9 !important;
    opacity: 0.8;
}
.box-numero-check {
    color: #ffffff;
    width: 35px;
    height: 35px;
    font-size: 19px;
    padding-top: 4px;
    text-align: center;
    border-radius: 50px;
    margin-right: 5px;
    text-align: center;
}
.status {
    /* border-top: 1px solid #e1e9e9; */
    padding-top: 15px;
    margin: auto;
    margin-top: 7px;
    text-align: left;
}
.signature-pad--body {
    /* max-width: 302px; */
    width: 100%;
    padding: 10px;
    border: 2px solid var(--color-master);
}
.ico-registro {
    /* background: var(--color-master); */
    width: 28px;
    height: 28px;
    font-size: 22px;
    line-height: 27px;
    padding-left: 3px;
    border-radius: 50px;
    position: absolute;
    margin-left: 65px;
    margin-top: 2px;
    text-align: center;
    color: #fff;
}
.ico-menor {
    font-size: 13px;
    position: absolute;
    margin-left: 2px;
}
.produto-fluxo-titulo {
    font-size: 20px;
}
.produto-fluxo-destaque, .produto-fluxo-subtitulo {
    color: #6D798F;
    font-weight: 600;
}
.box-card {
    background: #fff;
    padding: 20px;
    border-radius: 13px;
    border: 1px solid #e1e9e9;
    border-bottom: 2px solid #e1e9e9;
    margin-top: 25px;
}
.box-produto-home {}
.titulo-basico {
    font-size: 23px;
    padding-bottom: 4px;
    /* max-width: 300px; */
    margin: auto;
    line-height: 26px;
    font-weight: 600;
    color: var(--link-color);
}
.line-faixa {
    background: #fff;
    margin-top: 64px;
    padding-top: 6px;
    padding-bottom: 1px;
}
.note-info {
    font-size: 13px;
    border-radius: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.note-info2 {
    font-size: 13px;
    margin: auto;
    padding-top: 14px;
    border-radius: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    border-radius: 0px;
    margin-top: 11px;
    border-top: 1px solid #e1e9e9;
    max-width: 200px;
}
.box-home {
    border-radius: 10px;
    margin: auto;
    margin-bottom: 18px;
    background: #fff;
    height: 100%;
    display: flow-root;
    padding: 20px;
    box-shadow: 0 2px 2px rgba(59, 89, 178, 0.15);
}
.owl-stage {
    display: flex;
}
.subcontent-home {
    margin-bottom: 20px;
    display: flow-root;
}
.menu-bar i {
    line-height: 34px;
    font-size: 30px;
}
.menu-bar-text {
    font-size: 13px;
}
.tarchive {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}
.tarchive-button {
    border-radius: 6px;
    height: 37px;
}
.card-content {
    display: flex;
}
.tbuttonpress.disable {
    color: #ccc !important;
    cursor: not-allowed;
    border-color: #ccc;
}
.chat-content {
    height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}
.chat-foto {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    padding-top: 8px;
    margin-right: 7px;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    border: 2px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    color: #ccc;
}
.chat-box {
    background: #F3F3F4;
    text-align: left;
    margin-bottom: 14px;
    padding: 10px;
    width: 90%;
    font-size: 14px;
}
.chat-name {
    /* color: red; */
    font-size: 11px;
}
.chat-atendente {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.chat-check {
    border-radius: 14px 0px 14px 14px;
    background: var(--color-master);
    color: #fff;
    float: right;
}
.chat-check a {
    color: #fff;
}
.external-area {
    width: 50%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}
.external-area-logo {
    padding: 10px;
    text-align: center;
    padding-top: 44px;
}
.external-area-display {
    margin-top: 23px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 100;
    font-size: 26px;
    line-height: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    color: var(--color-text-external);
}
.preloader {
    margin: auto;
    text-align: center;
    justify-content: center;
    display: flex;
}
.titulo1 {
    font-size: 27px;
    margin-bottom: 12px;
    text-transform: inherit;
    font-weight: 700;
    color: #717887;
    line-height: 28px;
    /* border-bottom: 1px solid #e1e9e9; */
    /* padding-bottom: 20px; */
}
.recursos-box {
    height: 100%;
}
.recursos-box i {
    font-size: 68px;
    line-height: 94px;
    color: var(--color-master);
    display: block;
}
.recursos-box-titulo {
    font-size: 20px;
    color: #717887;
    margin-bottom: 11px;
    line-height: 22px;
    font-weight: 600;
}
.owl-stage {
    display: flex;
}
.owl-stage-outer {
    position: relative;
    overflow: hidden;
    height: auto !important;
    padding-bottom: 17px;
}
.box-produto-home {
    text-align: left;
    height: 100%;
    border-radius: 13px;
    padding: 19px;
    box-shadow: 0 2px 2px rgb(59 89 178 / 15%);
    border: none;
    background: #fff;
    margin: 10px;
    width: 90%;
    margin: auto;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-master);
}
.subtitulo-basico {
    font-size: 13px;
    max-width: 200px;
    margin: auto;
}

/*pre {
    position: absolute;
}
.xdebug-error
{
    position: absolute;
    z-index: 9999;
}*/

.loader-content {
    top: 6%;
    position: absolute;
    margin: auto;
    left: 50%;
}
.dica-titulo {
    font-size: 23px;
    padding-bottom: 10px;
    /* max-width: 300px; */
    margin: auto;
    line-height: 26px;
    font-weight: 600;
    color: var(--link-color);
}
.dica-descricao {}
.dica-imagem {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    background-clip: center;
    background-origin: center;
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
}
.dica-icone {
    font-size: 79px;
    color: var(--color-master);
    display: block;
    margin-bottom: -8px;
    margin-top: -11px;
}
.no-background-page {
    background: transparent;
    box-shadow: none;
}
.content-buttons {
    display: grid;
    justify-content: center;
    align-items: center;
}
.tpagecontainer-box.no-background {
    background: transparent;
    box-shadow: none;
    margin-bottom: 7px;
}
.content-buttons button {
    margin-left: auto;
    margin-right: auto;
}
.portal-logo {
    width: 150px;
    margin-bottom: 20px;
}
.error-content
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.error-display
{
    max-width: 400px;
    text-align: center;
}
.error-display img
{
    width: 150px;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 13px;
}