.text_red {
    color: red;
}

.text_green {
    color: green;
}

.onlineform {
    margin: 30px auto;
    display: block;
    height: auto;
    width: fit-content;
    padding: 0 31px;
    color: #ffebeb !important;
    font-size: 35px;
    font-family: 'dinPro', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 80px;
    background-color: #b53232;
    background-position: center center;
    border-style: solid;
}

.center-dialog {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-dialog .modal-content{
    width: 450px;
    max-width: 99vw;
}