body {
    background: #ECEEF1;
    padding: 0;
}

.content {
    position: relative;
    text-align: -webkit-center;
}

.wrapper {
    width: 80%;
    padding: 16px;
    background: #ffffff;
}

.wrapper-white {
    padding: 16px;
    background: #ffffff;
}

.header {
    margin: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;

    /* Text-Secundary/200 */
    color: #2A3F73;
}

.header img {
    margin-right: 12px;
    width: 40px;
}

.title {
    font-size: 18px;
    color: #2A3F73;
}

.info {
    margin: 16px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 133.69%;

    /* Text-Secundary/100 */

    color: #4061B0;
}

.button {
    cursor: pointer;
    text-align: center;
    width: 120px;
    padding: 8px;

    /* Primary/100 */
    background: #2BD88F;
    box-shadow: 0px 0px 8px rgba(42, 63, 115, 0.32);
    border-radius: 8px;

    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.button a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.no_underline {
    text-decoration: none;
}