body {
    margin: 0;
    padding: 0;
    min-width: 100%;
    width: 100% !important;
    height: 100% !important;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    width: inherit;
    max-width: 560px;
    background-color: #ffffff;
    margin: 0 auto;
}

.pageWrapper {
    padding: 8px 24px 16px 24px;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2;
    font-weight: 200;
}

p {
    color: #666666;
    line-height: 1.5;
    font-size: 16px;
    margin: 8px 0 21px 0;
}

a,
a:hover {
    color: #127db3;
}

.button {
    background-color: #e50019;
    border: none;
    color: white;
    padding: 15px 32px 13px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 8px 0;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
}

    .button.disabled {
        opacity: 0.4;
    }

input.button.gplay {
    background: #e50019 url("./img/icon-googleplay.png") no-repeat 10px center;
}

input.button.huawei {
    background: #e50019 url("./img/icon-appgallery.png") no-repeat 10px center;
}

input.button.gplay,
input.button.huawei {
    background-color: #383838;
}

.consent {
    margin: 24px 0;
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    line-height: 1.55;
}

.center {
    text-align: center;
}

.consent input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    border: 1.5px solid #ccc;
    border-radius: 4px;
}

.consent input:checked ~ .checkmark {
    background-color: #0d76f5;
    border-color: #0d76f5;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.consent input:checked ~ .checkmark:after {
    display: block;
}

.consent .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

form {
    text-align: center;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 16px 0 0 0;
    font-size: 1.2rem;
    gap: 6px;
}

/* Rounded corners for advanced mail clients only */
@media all and (min-width: 560px) {
    .container {
        border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -khtml-border-radius: 0 0 8px 8px;
    }

    body {
        background-color: #eeeff1;
    }
}
