.errorPage-titleBox {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    background-color: var(--phantom-grey);
}

.errorPage-contentBox {
    width: 100%;
    padding: 20px;
}

.errorPage-title {
    margin: 0px;
}

.errorPage-text {
    padding-bottom: 20px;
}

.errorMsg-contentBox .alert {
    margin-top: 25px;
}

.alert {
    min-height: 50px;
    margin-bottom: 20px;
    display: none;
}

.alert-visible {
    min-height: 50px;
    margin: 20px 10px 15px 10px;
    width: 100%;
    max-width: calc(100% - 20px);
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.col-lg-12 .errorMsg-contentBox .alert-visible {
    margin-top: 10px;
}

.alert-visible.alert-dismissable .close {
    right: 0;
}
