.news-feed-egret{
    right: 0px !important;
}
.login.login-with-news-feed .right-content {
    box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
    margin: auto !important;
    min-height: auto !important;
    padding: 25px !important;
    border-radius: 10px;
}
.caption-news-egret{
    display:none !important;
}
.login.login-with-news-feed {
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-with-news-feed{
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-with-news-feed:not(.package-register) .right-content {
    margin:auto !important;
    padding: 25px !important;
    min-height: auto !important;
}
.login-cover .login-cover-bg {
    background: #222a45;
}
.login.login-v2 {
    background: #fff;
    height: max-content;
    margin: auto;
    padding: 20px 0px;
    left: auto;
    box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
}
.login.login-v2 .login-content .form-control {
    border: 1px solid #222a45;
}
.login.login-v2 .login-content .form-control:focus {
    border-color: #222a45;
}
.login-v2 .language-swicher a {
    color: #787373;
}
.login.login-v2 label {
    color: rgb(143 144 148);
}
.pixxesls{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary {
    background-color: #222a45;
    border-color: #222a45;
    border-radius: 50px 0px 50px 0px;
    padding: 10px;
}
.btn-primary:hover {
    background-color: #040508;
    border-color: #040508;
}
.login-password-show .btn-outline-secondary {
    border-color: #222a45;
    background-color: #222a45;
}
@media (max-width: 575.98px) {
    .login.login-v2 {
        height: auto;
        width: 100%;
        background: transparent;
        box-shadow: none;
    }
@media(max-width:768px){
    .login.login-with-news-feed .right-content {
        min-height: 100% !important;
        width: 100%;
    }
    .register-with-news-feed {
        display: block;
    }
}