.auth-card-body{
    padding: 10px!important;
}

.auth-card{
    margin-bottom: 20px;
}


.auth-inner-card{
    background: rgba(255,255,255,.5)!important;
    color: #151515;
}

.image-side-auth{
    width: 40%;
    height: auto!important;
}

.auth-other-sign-action{
    margin-top: 73px;
}



.nav-theme-menu{
    margin-top: 18px;
}

.nav-lang-menu{
    margin-top: 19px;
}



.dashboard-sq-banner .card-body {
    width: 100%!important;
    cursor: default;
}

.dashboard-sq-banner.hover {
    background-position: right top!important;
}

.playhunt-appsumo-logo-bottom{
    width: 100px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 30px
}

.playhunt-appsumo-logo-top{
    width: 200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px
}

.code-info-block h2 {
    color: white;
}

.code-info-block p {
    font-size: 32px;
    color: black;
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #eeeeee 10px, #eeeeee 20px);
    padding: 10px;
    text-align: center;
}

@media (max-width: 991px) {
    .image-side-auth{
        width: 100%;
    }
    .auth-other-sign-action{
        margin-top: 0px;
    }

}

@media (max-width: 575px) {
    .navbar-absolute-full{
        text-align: left;
        margin-left: 20px;
        margin-top: -4px;
    }

    .nav-lang-menu{
        margin-top: 21px;
    }


    .lead {
        line-height: 22px!important;
    }

}

@media (max-height: 680px) {
    .auth-sign-up-card {
        margin-top: 57px!important;
    }
}

@media (max-height: 600px) {
    .auth-card {
        margin-top: 40px;
    }

    .auth-sign-up-card {
        margin-top: 99px!important;
    }
}



@media (max-height: 500px) {
 .auth-card {
     margin-top: 98px;
 }
}

.

