@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&display=swap');

body {
    -webkit-font-smoothing: antialiased;
}

h1 {
    color: #53a63a;
    font: 400 40px/1 'Source Sans Pro', sans-serif;
}

p {
    font:  400 18px/1.2 'Source Sans Pro', sans-serif;
    color: #464646;
    margin: 0.75em 0;
    padding: 0;
}

.content {
    max-width: 700px;
}

.page-title {
    max-width: 700px;
}

ul {
    font:  400 18px/1.2 'Source Sans Pro', sans-serif;
    color: #464646;
    margin: 0;
}

ul li {
    margin: 0 0 10px;
}

div#px-captcha {
    margin: 0 0 50px;
}

.customer-logo {
    max-width: 700px;
    border-bottom: 1px solid #ddd;
}

.customer-logo > img {
    max-height: 70px;
    position: relative;
    left: -9px;
}

@media (prefers-color-scheme: dark) {
    body,
    .customer-logo-wrapper {
        background: #333;
        border: 0;
    }

    p,
    ul li {
        color: #fff;
    }

    .customer-logo {
        max-width: 700px;
        border-bottom: 1px solid #222;
    }
}