﻿.hero-container-default {
    position: relative;
    overflow: hidden;
}
.hero-auth-logo-default img {
    max-width: 60%;
    height: auto;
}

.hero-img-default {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    max-height: 100%;
}

.hero-img-default img {
    width: 35vw;
    height: auto;
    min-width: 400px;
}

.auth-header-text-default {
    width: 50vw;
}

.auth-header-text-default h1 {
    margin-bottom: 0px !important;
}

.token-default {
    height: 192px;
    width: 192px;
    border-radius: 50%;
    position: absolute;
    right: 25px;
    text-align: center;
    bottom: 25px;
    padding: 25px;
    font-size: 25px;
    transition: all 200ms linear;
    display: flex;
}

.token-default:after {
    content: "";
    height: 182px;
    width: 182px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.token-default:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.token-default.app-reverse .token-text.app-reverse {
    background-color: transparent !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    font-size: 25px;
}

figure.media [data-oembed-url] > div {
    width: 50vw;
    height: auto;
}

@media (max-width: 1440px) {
    .auth-header-text-default {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .auth-strap-line-text-default {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    figure.media [data-oembed-url] > div {
        width: calc(90vw - 120px);
        height: auto;
    }
}

@media (max-width: 1200px) {
    .token-default {
        right: 0;
        bottom: 0;
    }

    .hero-img-default img {
        width: 28vw;
        height: auto;
        min-width: 250px;
    }

    figure.media [data-oembed-url] > div {
        width: calc(90vw - 120px);
        height: auto;
    }
}

@media (max-width: 768px) {
    .hero-auth-logo-default img {
        max-width: 100%;
        height: auto;
    }

    .hero-img-default {
        right: 50px;
    }

    .hero-img-default img {
        width: 25vw;
        min-width: 235px;
    }

    figure.media [data-oembed-url] > div {
        width: calc(90vw - 68px);
        height: auto;
    }
}

@media (max-width: 640px) {
    .token-default,
    .hero-img-default {
        display: none;
    }
}
