element.style {
    padding: 50px;
    margin: 50px;
    border: 50px;
}
.opacity-6{
    opacity: 0.6;
}
.text-left{
    text-align: left !important;
}
.user_text a{
    font-size: 14px;
}
.amazy_login_area{
    position: relative;
    grid-template-columns: auto;
}
.amazy_login_area:before{
    content: "";
    background-image: url("../frontend/amazy/img/banner/login_img.png"); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: 50% 0;
    opacity: 0.4;
    position: fixed;
    width: 100%;
    min-height: calc( 100vh + 65px);
    height: 100%;
    z-index: -2;
}
/* .amazy_login_area:after{
    content: "";
    background-image: url("../frontend/amazy/img/banner/vanilla.png"); 
    background-repeat: no-repeat; 
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 260px;
    height: 50px;
    z-index: -1;
    opacity: 1;
    background-size: contain;
} */
.vanilla_mobi{
    position: absolute;
    bottom: 0px;
    right: 20px;    
}
.vanilla_mobi img{
    width: 260px;
    height: 50px;
}
.staff_login_area:before{
    background-image: url("../frontend/amazy/img/banner/staff_login.png"); 
}

.user_login_area:before{
    background: rgba(75, 207, 144, 0.3); 
}
.staff_login_btn{
    background-color:#5195f9;
}

@media (max-width: 768px) {
    .amazy_login_area:before{
        min-height: calc( 100vh + 75px);
    }
    .amazy_login_area:after{
        bottom: 0px;    
    }
}

@media (max-width: 414px) {
    .amazy_login_area:after{
        bottom: 0px;    
    }
}