.StatusContain {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 245px;
    height: 250px
}

.StatusContain h1 {
    font-size: .9em;
    font-weight: 100;
    letter-spacing: 3px;
    padding-top: 5px;
    color: #fcfcfc;
    padding-bottom: 5px;
    text-transform: uppercase;

}

.StatusContain .green {
    color: #4ec07d
}

.StatusContain .red {
    color: #e96075
}

.StatusContain .alert {
    font-weight: 700;
    letter-spacing: 5px
}

.StatusContain p {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #5e5e5e;
    letter-spacing: 1px
}

.StatusContain button {
    cursor: pointer
}

.StatusContain .success-box {
    background: linear-gradient(to bottom right,#b0db7d 40%,#99dbb4);
    perspective: 40px
}

.StatusContain .error-box,.StatusContain .success-box {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 20px #cbcdd3
}

.StatusContain .error-box {
    background: linear-gradient(to bottom left,#ef8d9c 40%,#ffc39e)
}

.StatusContain .face {
    border-radius: 50%;
    -webkit-animation: bounce 1s ease-in infinite;
    animation: bounce 1s ease-in infinite
}

.StatusContain .face,.StatusContain .face2 {
    position: absolute;
    width: 22%;
    height: 22%;
    background: #fcfcfc;
    top: 21%;
    left: 37.5%;
    z-index: 2
}

.StatusContain .face2 {
    border-radius: 50%;
    border: 1px solid #777;
    -webkit-animation: roll 3s ease-in-out infinite;
    animation: roll 3s ease-in-out infinite
}

.StatusContain .eye {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #777;
    border-radius: 50%;
    top: 40%;
    left: 20%
}

.StatusContain .right {
    left: 68%
}

.StatusContain .mouth {
    position: absolute;
    top: 43%;
    left: 41%;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.StatusContain .happy {
    border-color: transparent #777 #777 transparent
}

.StatusContain .happy,.StatusContain .sad {
    border-style: solid;
    border-width: 2px;
    transform: rotate(45deg)
}

.StatusContain .sad {
    top: 49%;
    border-color: #777 transparent transparent #777
}

.StatusContain .shadow {
    position: absolute;
    width: 21%
}

.StatusContain .scale {
    -webkit-animation: scale 1s ease-in infinite;
    animation: scale 1s ease-in infinite
}

.StatusContain .move {
    -webkit-animation: move 3s ease-in-out infinite;
    animation: move 3s ease-in-out infinite
}

.StatusContain .message {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 40%;
    top: 47%
}

.StatusContain .button-box {
    position: absolute;
    background: #fcfcfc;
    width: 50%;
    height: 15%;
    border-radius: 20px;
    top: 73%;
    left: 25%;
    outline: 0;
    border: none;
    box-shadow: 2px 2px 10px hsla(0,0%,46.7%,.5);
    transition: all .5s ease-in-out
}

.StatusContain .button-box:hover {
    background: #efefef;
    transform: scale(1.05);
    transition: all .3s ease-in-out
}

@-webkit-keyframes bounce {
    50% {
        transform: translateY(-10px)
    }
}

@keyframes bounce {
    50% {
        transform: translateY(-10px)
    }
}

@-webkit-keyframes scale {
    50% {
        transform: scale(.9)
    }
}

@keyframes scale {
    50% {
        transform: scale(.9)
    }
}

@-webkit-keyframes roll {
    0% {
        transform: rotate(0deg);
        left: 25%
    }

    50% {
        left: 60%;
        transform: rotate(168deg)
    }

    to {
        transform: rotate(0deg);
        left: 25%
    }
}

@keyframes roll {
    0% {
        transform: rotate(0deg);
        left: 25%
    }

    50% {
        left: 60%;
        transform: rotate(168deg)
    }

    to {
        transform: rotate(0deg);
        left: 25%
    }
}

@-webkit-keyframes move {
    0% {
        left: 25%
    }

    50% {
        left: 60%
    }

    to {
        left: 25%
    }
}

@keyframes move {
    0% {
        left: 25%
    }

    50% {
        left: 60%
    }

    to {
        left: 25%
    }
}

.tokenLoginWrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}
