
    @font-face {
        font-family: 'Delivery Regular';
        src: url('https://send.dhlparcel.co.uk/styles/DhlParcel/fonts/Delivery_W_Rg.woff') format("woff"),url('https://send.dhlparcel.co.uk/styles/DhlParcel/fonts/Delivery_W_Rg.woff2') format("woff2");
        font-weight: lighter,normal,bold;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: 'Delivery Bold';
        src: url('https://send.dhlparcel.co.uk/styles/DhlParcel/fonts/Delivery_W_Bd.woff') format("woff"),url('https://send.dhlparcel.co.uk/styles/DhlParcel/fonts/Delivery_W_Bd.woff2') format("woff2");
        font-weight: lighter,normal,bold;
        font-style: normal;
        font-display: swap
    }

    html,
    body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        font-size: 14px;
        line-height: 1.2;
        color: #464646;
        background-color: #f2f2f2;
        font-family: 'Delivery Regular';
    }

    header {
        background-image : linear-gradient(90deg,#fc0,#fc0 48%,#ffe57f 70%,#fff0b2);
        padding: 10px 15px 10px 15px;
        line-height : 20px;
    }

    header img {
        height: 58px;
        width: 179px;
    }

    footer {
        background-color : #f2f2f2;
        min-height : 100px;
        margin : 0 auto;
        width : 1024px;
        border-top:solid 1px #a3a3a3;
    }

    .page-wrapper header {
        display: none;
    }

    * {
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.2;
    }

    .container .page-wrapper,
    .container .page-consent,
    .container .error-page {
        width: 90%;
        max-width: 400px;
        background-color: white;
        padding: 50px;
        margin: 30px auto;
    }

    .container .error-page .page-header h1 {
        color: #d40511;
        font-size: 1.5rem;
        font-family: 'Delivery Bold';
    }

    .page-wrapper {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .footer {
        margin:0;
        position:unset;
    }

    .page-wrapper .logo,
    .page-consent .logo,
    .error-page .logo {
        display: block;
        margin-top: -25px;
        margin-bottom: 20px;
    }

    .page-wrapper .external-header,
    .page-wrapper h2.header {
        display: block;
        max-width: 100%;
        text-align: center;
        font-size: 1.5rem;
        color: #000000;
        margin-bottom: 30px;
        margin-top:0;
        font-family: 'Delivery Bold';
        text-transform:uppercase;
        font-size: 25px;
    }

    .page-wrapper form {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .page-wrapper form button,
    .page-consent form button {
        background-color: #d40511;
        border:solid 1px #d40511;
        color: #ffffff;
        margin: 10px auto;
        display: block;
        width: 100%;
        font-size: 1.2rem;
        border-radius: 4px;
        padding: 10px 16px;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        font-family: 'Delivery Bold';
    }

    .page-wrapper form button:hover {
        background-color: #ffffff;
        border:solid 1px #d40511;
        color: #d40511;
    }

    .page-wrapper form .form-group {
        width: 100%;
        margin-bottom: 15px;
    }

    .page-wrapper form .form-group input {
        padding: 6px 6px;
        display: block;
        height: 50px;
        width: 100%;
        border: none;
        border: 1px solid #8C8C8C;
        color: #000000;
        border-radius: 4px;
        margin-top: 7.5px;
    }

    .page-wrapper form .form-group input:focus {
       border-color: #66afe9;
    }

    .page-wrapper form .form-group label {
        color: #000009;
        font-weight: 500;
        pointer-events: none;
        font-family: 'Delivery Bold';
        font-weight: 500 !important;
    }

    .page-wrapper form .form-group.action-buttons {
        margin-bottom:0;
    }

    .page-wrapper .external-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .page-wrapper .external-body .external-button {
        transition: all ease-in-out 0.15s;
        width: 100%;
        margin-bottom: 5px;
    }

    .page-wrapper .external-body .external-button a {
        color: #d40511;
        border:solid 1px #d40511;
        text-decoration: none;
        display: flex;
        align-items: center;
        width: 100%;
        background-color: #ffffff;
        transition: all 0.2s ease-in-out;
        border-radius:4px;
    }

    .page-wrapper .external-body .external-button a:hover {
        background-color: #d40511;
    }

    .page-wrapper .external-body .external-button a .ex-title {
        color: #d40511;
        text-decoration: none;
        display: block;
        height: 100%;
        padding-left: 10px;
    }

    .page-wrapper .external-body .external-button a:hover .ex-title {
        color: #ffffff;
    }

    .page-wrapper .external-body .external-button a .fab,
    .page-wrapper .external-body .external-button a .icon {
        color: #d40511;
        background: #ffffff;
        display: block;
        width: 50px;
        text-align: center;
        height: 100%;
        border-right: solid 1px #d40511;
        margin-right: 5px;
        padding: 5px 0;
        transition: all 0.2s ease-in-out;
        font-size: 12pt;
    }

    .page-wrapper .external-body .external-button a:hover .fab,
    .page-wrapper .external-body .external-button a:hover .icon {
        background: #ac040e;
        color:#ffffff;
    }

    .page-wrapper .external-body .external-button.ex-google a .fab:before {
        content: "\f1a0";
    }

    .page-wrapper .external-body .external-button.ex-apple a .fab:before {
        content: "\f179";
    }

    .page-wrapper .external-body .external-button.ex-facebook a .fab:before {
        content: "\f39e";
    }

    .page-wrapper .external-body .external-button.ex-amazon a .fab:before {
        content: "\f270";
    }

    #section-divide {
        background-color: #e3e3e3;
        height: 1px;
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }

    #local-login #login-password {
        margin-bottom:10px;
    }

    #local-login #login-remember {
        margin-bottom:5px;
    }

    #local-login {
        margin-top:15px
    }

    #opt-ins {
        margin-bottom: 30px;
    }

    #magic-message {
        margin-bottom: 35px;
        display: block;
    }

    #two-fa-message {
        margin-bottom: 35px;
        display: block;
    }

    .account-option {
        border: solid 1px #e3e3e3;
        padding: 15px;
        margin-bottom: 10px;
        text-align: center;
    }

    .account-option-title {
       display:inline-block;
       font-size:1.5rem;
    }

    #account-choice-message {
        margin-bottom: 35px;
        display: block;
    }

    #opt-in-message {
        margin-bottom: 15px;
        display: block;
    }

    #opt-in-sub-message {
        margin-top: 15px;
        font-size: 80%;
        display: block;
    }

    .login-content .links {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px
    }

    .login-content .links a {
        text-decoration: none;
        display: block;
        margin: 0 10px;
        color: #d40511;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float:unset;
        margin:unset;
    }

    .radio, .checkbox {
        z-index: 0;
        position: relative;
        display: inline-block;
        color: #464646;
        min-height: unset;
        margin: unset;
        padding: unset;
    }

    /* Input */
    .checkbox>input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        left: -10px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: #d40511;
        box-shadow: none;
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s, transform 0.2s;
    }

    /* Span */
    .checkbox>span {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        line-height: 1.9;
    }

    /* Box */
    .checkbox>span::before {
        content: "";
        display: inline-block;
        box-sizing: border-box;
        margin: 3px 11px 3px 1px;
        border: solid 2px;
        /* Safari */
        border-color: #d40511;
        border-radius: 2px;
        width: 18px;
        height: 18px;
        vertical-align: top;
        transition: border-color 0.2s, background-color 0.2s;
    }

    /* Checkmark */
    .checkbox>span::after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 1px;
        width: 10px;
        height: 5px;
        border: solid 2px transparent;
        border-right: none;
        border-top: none;
        transform: translate(3px, 4px) rotate(-45deg);
    }

    /* Checked, Indeterminate */
    .checkbox>input:checked,
    .checkbox>input:indeterminate {
        background-color: #d40511;
    }

    .checkbox>input:checked+span::before,
    .checkbox>input:indeterminate+span::before {
        border-color: #89030b;
        background-color: #d40511;
    }

    .checkbox>input:checked+span::after,
    .checkbox>input:indeterminate+span::after {
        border-color: white;
    }

    .checkbox>input:indeterminate+span::after {
        border-left: none;
        transform: translate(4px, 3px);
    }

    /* Hover, Focus */
    .checkbox:hover>input {
        opacity: 0.04;
    }

    .checkbox>input:focus {
        opacity: 0.12;
    }

    .checkbox:hover>input:focus {
        opacity: 0.16;
    }

    /* Active */
    .checkbox>input:active {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s;
    }

    .checkbox>input:active+span::before {
        border-color: #15537d;
    }

    .checkbox>input:checked:active+span::before {
        border-color: transparent;
        background-color: #d40511;
    }

    .material-toggle {
        position: relative;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        display: block;
    }

    .material-toggle input:empty {
        margin-left: -9999px;
    }

    .material-toggle input:empty~label {
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 2px 0 0 45px;
    }

    .material-toggle input:empty~label:before,
    .material-toggle input:empty~label:after {
        position: absolute;
        display: block;
        content: ' ';
        -webkit-transition: all 250ms cubic-bezier(.4, 0, .2, 1);
        transition: all 250ms cubic-bezier(.4, 0, .2, 1);
    }

    .material-toggle input:empty~label:before {
        top: 3px;
        left: 0px;
        width: 32px;
        height: 13px;
        border-radius: 12px;
        background-color: #bdbdbd;
    }

    input.switch:empty~label:after {
        top: -1px;
        left: -9px;
        width: 1.4em;
        height: 8px;
        bottom: 0.1em;
        margin-left: 0.1em;
        background-color: #fff;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        border: solid 2px;
        border-color: #fff;
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
    }

    .material-toggle input:checked~label:before {
        background-color: #d40511;
    }

    .material-toggle input:checked~label:after {
        left: 15px;
        background-color: #d40511;
        border-color: #ac040e;
    }

    .forgotten-password-message {
        margin-bottom : 40px
    }

    .application-scopes {
        padding: 0;
    }

    .application-scopes .consent-item {
        list-style-type: none;
        border: solid 1px #e3e3e3;
        padding: 15px;
        margin-bottom: 10px;
    }

    .application-scopes .consent-item label {
        position: relative;
    }

    .application-scopes .consent-item .name {
        margin-top: 0;
    }

    .application-scopes .consent-item .consent-description {
        font-size: 0.9rem;
    }

    .application-scopes .fas {
        display: none;
    }

    #login-remember {
        margin-bottom: 25px;
    }

    .footer {
        text-align: center;
    }

    .footer .option {
        display: block;
        margin-bottom: 5px;
    }

    .footer .option a {
        color: #d40511;
        text-decoration: none;
        border-bottom: 1px solid #d40511;
        padding-bottom: 3px;
        font-size:16px;
        font-weight: 600;
    }

    .footer .option a:hover {
        border-bottom: 1px solid #89030b;
        color: #89030b;
    }

    .page-wrapper form .form-group input:-internal-autofill-selected {
        -webkit-box-shadow: 0 0 0 100px white inset;
        background-color: red;
        outline: unset;
    }

    .page-wrapper form .form-group input {
        filter:none;
    }

    #button-cancel,
    .page-consent form button.btn-secondary {
        background-color: white;
        border: solid 1px #d40511;
        color: #d40511;
    }

    .field-validation-error {
        display:block;
        margin-top:5px;
        color: #d14325;
    }

    .validation-summary.validation-summary-errors {
        background-color: #fbe8e7;
        border-color: #baccd6;
        color: #d14325;
        padding-right:10px;
    }

    #login-buttons {
        margin-bottom: 0;
    }

    @media only screen and (max-width: 600px) {

        .container .page-wrapper,
        .container .page-consent {
            padding: 40px;
            width: 100%;
            max-width: 100%;
            border-radius: 0;
            box-shadow: none;
        }

        .container {
            height: unset;
            opacity: 1;
            position: initial;
        }

        .page-wrapper .logo,
        .page-consent .logo,
        .error-page .logo {
            margin: 0 auto 15px;
            max-height: 30px;
        }

        .page-wrapper .external-header {
            font-size: 1.1rem;
        }

        #section-divide {
            margin: 10px auto 25px;
        }

        footer {
            display: none;
        }

        header {
            display:none;
        }
    }
