﻿.account-body.accountbg {
    background: radial-gradient(circle at 39% 47%, rgba(107,107,107,0.08) 0%, rgba(107,107,107,0.08) 33.333%, rgba(72,72,72,0.08) 33.333%, rgba(72,72,72,0.08) 66.666%, rgba(36,36,36,0.08) 66.666%, rgba(36,36,36,0.08) 99.999%),radial-gradient(circle at 53% 74%, rgba(182,182,182,0.08) 0%, rgba(182,182,182,0.08) 33.333%, rgba(202,202,202,0.08) 33.333%, rgba(202,202,202,0.08) 66.666%, rgba(221,221,221,0.08) 66.666%, rgba(221,221,221,0.08) 99.999%),radial-gradient(circle at 14% 98%, rgba(184,184,184,0.08) 0%, rgba(184,184,184,0.08) 33.333%, rgba(96,96,96,0.08) 33.333%, rgba(96,96,96,0.08) 66.666%, rgba(7,7,7,0.08) 66.666%, rgba(7,7,7,0.08) 99.999%),linear-gradient(45deg, #f79f9b, #0f4069);
    width: 100%;
    height: 100vh;
}

.account-body .auth-card .auth-logo-box .auth-logo {
    border-radius: 50%;
    background-color: #fff;
    padding: 4px;
    -webkit-box-shadow: 0px 0px 0px 2.25px #f1f5fa;
    box-shadow: 0px 0px 0px 2.25px #f1f5fa;
}


@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');

#app_permission {
    font-family: 'Press Start 2P', cursive;
    box-sizing: border-box;
    background: white;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #b80404;
    text-shadow: 0px 0px 10px;
    font-size: 6rem;
    flex-direction: column;
}

    #app_permission .txt {
        font-size: 1.8rem;
    }

@keyframes blink {
    0% {
        opacity: 0
    }

    49% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.blink {
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
