.page-title {
    font-size: 48px;
    font-weight: bold !important;
}

.box-landing-page {
    padding: 35px;
    position: relative;
    z-index: 3;

    background-color: white;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 2px 2px 8px;
    max-width: 840px;

    margin: 0px auto;
    margin-top: 175px;
}

.box_container {
    width: 100%;
    padding: 25px;
}

#background_ornament {
    position: absolute;
    top: 0px;
    right: 0px;
}

#background_ornament2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.ornament_1 {
    position: relative;
    z-index: 2;
}

.ornament_2 {
    position: absolute;
    left: 0px;
    z-index: 1;
    transform: scale(1.5);
    margin-left: -55px;
    margin-top: 70px;
}

#WEBLOGO {
    padding: 25px;
    position: absolute;
    z-index: 9;
}

.page-description,
.page-warning {
    font-size: 18px;
}

.page-description {
    text-align: justify;
}

.box-left {
    border-right: 4px solid var(--ast-global-color-2);
}

.text-danger {
    font-weight: bold !important;
}

@media screen and (max-width: 640px) {
    .box-left {
        border-right: 0px;
    }
}