.authentication-wrapper {
    background-color: #0a0a0a !important;
    /* background-image: url('../img/bg_splash.png') !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto; */
}

/* .image img {
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    height: auto;
} */
.image img {
    width: 170px;
    top: 30px;
    left: 30px;
    position: absolute;
}


.w-px-400 {
    background-color: #1f1f1f;
    border: 1px solid #ffffff;
    border-radius: 1.5rem
}
/* Shake Functionlaity */
@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

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

    75% {
        transform: translateX(-5px);
    }

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

.shake {
    animation: shake 0.4s ease-in-out;
}
