.construction-body {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.construction-body-left {
    width: 60%;
    min-width: 640px;
    height: 100%;
    min-height: 500px;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.construction-body-left-contents {
    margin: 0 20px;    
}

.construction-body-right {
    height: 100%;
    width: 40%;
    background-image: url(../static/login_mother_image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    overflow: hidden;
}

.logo-container {   
    width: 445px;
    height: 120px;
}

.text-content {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    flex-direction: column;
    font-family: Roboto;
    max-width: 490px;
    margin-left: 92px;
    margin-right: 20px;
}

.top-text {
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    font-weight: 700;
    margin-top: 30px;
    width: 100%;
}

.bottom-text {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin-top: 20px;
    width: 100%;
}

.footer {
    display: flex;
    flex-direction: row;
    font-family: Roboto;
    margin-top: 100px;
    width: 100%;    
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .construction-body-left {
        width: 100%;
        min-width: 100%;
    }
    .construction-body-right {
        display: none;
    }
}

.mail-label {
    color: #333333;
    font-weight: 400;
    font-size: 16px;    
}

.support-mail {
    color: #1B75BB;
    font-weight: 700;
    font-size: 16px;
    margin-left: 30px;
    text-decoration: none;
}

.snowflakes {
    z-index: -1;
}

.snowflake {
    color: #FFFFFF;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    text-shadow: 0 0 4px #000000;
}

@-webkit-keyframes snowflake-falling {
    0% {
        top: -12%
    }

    100% {
        top: 101%
    }
}

@-webkit-keyframes snowflake-swing {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

@keyframes snowflake-falling {
    0% {
        top: -10%;
    }

    100% {
        top: 100%
    }
}

@keyframes snowflake-swing {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(50px)
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    user-select: none;
    cursor: default;
    animation-name: snowflake-falling, snowflake-swing;
    animation-duration: 20s, 5s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running;
}

.snowflake img {
    position: fixed;
    top: -10%;
    z-index: 9999;
    user-select: none;
    cursor: default;
    animation-name: rotating;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.snowflake:nth-of-type(1) {
    left: 3%;
    animation-delay: 3.046s, 1.176s
}

.snowflake:nth-of-type(5) {
    left: 15%;
    animation-delay: 0.875s, 0.676s
}

.snowflake:nth-of-type(9) {
    left: 27%;
    animation-delay: 3.665s, 0.985s
}

.snowflake:nth-of-type(13) {
    left: 39%;
    animation-delay: 2.910s, 0.433s
}

.snowflake:nth-of-type(17) {
    left: 51%;
    animation-delay: 2.594s, 1.314s
}

.snowflake:nth-of-type(3) {
    left: 9%;
    animation-delay: 6.994s, 0.101s
}

.snowflake:nth-of-type(7) {
    left: 21%;
    animation-delay: 8.255s, 0.390s
}

.snowflake:nth-of-type(11) {
    left: 33%;
    animation-delay: 9.550s, 1.581s
}

.snowflake:nth-of-type(15) {
    left: 45%;
    animation-delay: 5.252s, 0.820s
}

.snowflake:nth-of-type(19) {
    left: 54%;
    animation-delay: 8.636s, 0.868s
}

.snowflake:nth-of-type(2) {
    left: 6%;
    animation-delay: 13.718s, 1.066s
}

.snowflake:nth-of-type(6) {
    left: 18%;
    animation-delay: 11.059s, 1.200s
}

.snowflake:nth-of-type(10) {
    left: 30%;
    animation-delay: 13.746s, 1.952s
}

.snowflake:nth-of-type(14) {
    left: 42%;
    animation-delay: 11.834s, 0.628s
}

.snowflake:nth-of-type(18) {
    left: 54%;
    animation-delay: 12.144s, 1.063s
}

.snowflake:nth-of-type(0) {
    left: 0%;
    animation-delay: 19.111s, 1.351s
}

.snowflake:nth-of-type(4) {
    left: 12%;
    animation-delay: 18.378s, 1.513s
}

.snowflake:nth-of-type(8) {
    left: 24%;
    animation-delay: 18.684s, 0.843s
}

.snowflake:nth-of-type(12) {
    left: 36%;
    animation-delay: 18.912s, 1.821s
}

.snowflake:nth-of-type(16) {
    left: 48%;
    animation-delay: 15.459s, 0.011s
}

.snowflake img:nth-of-type(0) {
    animation-delay: 1.117s
}

.snowflake img:nth-of-type(1) {
    animation-delay: 0.455s
}

.snowflake img:nth-of-type(2) {
    animation-delay: 1.118s
}

.snowflake img:nth-of-type(3) {
    animation-delay: 1.182s
}

.snowflake img:nth-of-type(4) {
    animation-delay: 1.321s
}

.snowflake img:nth-of-type(5) {
    animation-delay: 1.017s
}

.snowflake img:nth-of-type(6) {
    animation-delay: 1.533s
}

.snowflake img:nth-of-type(7) {
    animation-delay: 1.657s
}

.snowflake img:nth-of-type(8) {
    animation-delay: 0.514s
}

.snowflake img:nth-of-type(9) {
    animation-delay: 1.078s
}

.snowflake img:nth-of-type(10) {
    animation-delay: 1.619s
}

.snowflake img:nth-of-type(11) {
    animation-delay: 0.144s
}

.snowflake img:nth-of-type(12) {
    animation-delay: 0.065s
}

.snowflake img:nth-of-type(13) {
    animation-delay: 1.325s
}

.snowflake img:nth-of-type(14) {
    animation-delay: 0.472s
}

.snowflake img:nth-of-type(15) {
    animation-delay: 0.155s
}

.snowflake img:nth-of-type(16) {
    animation-delay: 0.784s
}

.snowflake img:nth-of-type(17) {
    animation-delay: 1.817s
}

.snowflake img:nth-of-type(18) {
    animation-delay: 1.824s
}

.snowflake img:nth-of-type(19) {
    animation-delay: 1.137s
}

.snowflake img:nth-of-type(20) {
    animation-delay: 1.072s
}

.snowflake img:nth-of-type(21) {
    animation-delay: 1.383s
}

.snowflake img:nth-of-type(22) {
    animation-delay: 0.218s
}

.snowflake img:nth-of-type(23) {
    animation-delay: 1.512s
}