.page-success {
    max-width: 800px;
    margin: 0 auto;
    padding: 32px 20px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-success .g-icon--success {
    width: 60px;
    height: 60px;
}

.success-message-title {
    color: #000;
    text-align: center;
    font-family: var(--_font-coral-blush-serif);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 100% */
    text-transform: uppercase;
    margin-top: 20px;
}

.success-message-text {
    color: #000;
    text-align: center;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px; /* 126.667% */
    margin-top: 10px;
}

.success-back_button, .signin-back_button {
    display: flex;
    min-width: 238px;
    height: 45px;
    padding: 13px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    background-color: #000;
    margin: 40px auto 0;
    font-family: var(--_font-coral-blush-serif);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}
