@font-face {
    font-family: 'duCo';
    font-weight: normal;
    src:
            url("font/EOT/duCo_WHeadline16_Rg.eot") format('embedded-opentype'),
            url("font/TTF/duCo_WHeadline16_Rg.ttf") format('truetype'),
            url("font/WOFF/duCo_WHeadline16_Rg.woff") format('woff'),
            url("font/WOFF2/duCo_WHeadline16_Rg.woff2") format('woff2')
}
@font-face {
    font-family: 'duCo';
    font-weight: bold;
    src: url("font/EOT/duCo_WHeadline16_Bd.eot") format('embedded-opentype'),
    url("font/TTF/duCo_WHeadline16_Bd.ttf") format('truetype'),
    url("font/WOFF/duCo_WHeadline16_Bd.woff") format('woff'),
    url("font/WOFF2/duCo_WHeadline16_Bd.woff2") format('woff2')
}
body {
    font-family: 'duCo', sans-serif;
    background-color: rgb(237,236,236);
}
#app {
    display: none;
}
.container-fluid {
    padding: 0;
}
header {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
}
header h1 {
    font-size: 20px;
    line-height: 55px;
    align-items: center;
    margin-top: 3px;
}
.header-row {
    margin-top: 10px;
}
.error h2 {
    margin-top: 10px;
    font-size: 16px;
    border: solid 1px indianred;
    color: indianred;
}
header .logo {
    position: absolute;
    top: 5px;
    left: 10px;
}
.du-colors {
    background-image: linear-gradient(to right, rgb(199,36,177), rgb(117,59,189) 30%, rgb(0,169,206) 60%);
    color: white;
}
.service-img {
    margin-top: 0;
}
.subscribe-to {
    font-size: 18px;
}

main {
    text-align: center;
    font-size: 12px;
    background-color: white;
    padding-left: 12px;
    padding-right: 12px;
}
main h1 {
    font-size: 20px;
}

#pincode {
    border: 0;
    font-size: 18px;
    padding: 3px;
    width: 150px;
    border-radius: 30px;
    letter-spacing: 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background-color: rgb(232,232,232);
}

.button {
    background-image: linear-gradient(to right, rgb(0,32,91), rgb(0,169,206) 60%);
    border-radius: 30px;
    color: white;
    font-size: 20px;
    width: 250px;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
#button-retry {
    color: black;
    text-decoration: underline;
}
.button:disabled {
    background-image: none;
    background-color: gray;
    color: lightgray;
}
footer {
    font-size: 12px;
}
footer ul {
    margin-top: 30px;
}

footer li {
    margin-bottom: 4px;
}


.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid black;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: black transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#locale-changer {
    position: absolute;
    right: 10px;
}