.login-main-wrap{
    background-image: url("../img/backgrounds/img-login2.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.login-right-bg{

    background: hsla(0,0%,100%,.3);
    backdrop-filter: blur(6px);

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.login-logo{
    background-image: url("../img/backgrounds/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
    min-width: 277px;
    max-width: 275px;
    margin: 50px;
}
