
.b_div {
    padding-left: 7.9167%;
    padding-right: 7.9167%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 60px;
    min-height: 600px;
    max-height: 900px;
    height: auto;
}

.bottom_div {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

.err_msg {
    color: var(--bs-gray);
    font-size: 30px;
}

.lg_msg {
    margin-top: 40px;
}

.lg_msg a {
    /*color: var(--bs-gray);*/
    background-color: var(--bs-warning);
    font-size: 20px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 5px;
}