.loader {
    border: #0088CD 4px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    margin: 30px auto;
}

.loader-img {
    max-width: 160px;
    margin-bottom: 40px;
}

.loader-img img {
    width: 100%;
}

.loader-text {
    color: rgb(191, 34, 25);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.loader-text p {
    margin-bottom: 10px;
}

button.loader-btn {
    text-transform: uppercase;
    color: white;
    background-color: #0088CD;
    border: none;
    padding: 15px;
    width: 100%;
    max-width: 300px;
    font-weight: 600;
    margin-top: 30px;
    cursor: pointer;
}

.progress-wrapper {
    width: 100%;
}
.text_process {
    font-weight: 600;
    font-size: 16px;
}