﻿.number-din {
    font-family: "DIN Alternate Bold";
    pointer-events: none;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Hssselvetica Neue", Helvetica, "Segoe UI", Arial, Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper,
body,
html {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%;
}

.wrapper {
    /*    background-size: 100% auto;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FBFEFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .wrapper {
        background-size: 90% auto !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #FBFEFF;
    }
}

.image-wrapper {
    text-align: center;
    box-sizing: border-box;
    padding-top: 18%;
    height: 35%;
}

.loading-image {
    width: 34px;
}

.blue {
    color: #4f61fd;
    font-size: 28px;
    text-shadow: 1px 1px 2px white, -1px -1px 2px white;
    font-weight: bold;
}

.muted {
    color: #666666;
    font-size: 22px;
    margin: 0;
    text-shadow: 1px 1px 0 white, -1px -1px 0 white;
}

.text-wrapper {
    text-align: center;
    padding-bottom: 30% !important;
}