/* LOGIN PAGE */

body.login.wp-core-ui {
    background-color: var(--site-main-white);
}

body.login.wp-core-ui > #login > h1.wp-login-logo {
    display: block;
    width: 200px;
    height: 100px;
    margin: 0px auto;
    background-image: url("/wp-content/uploads/2025/10/NewLogo.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

body.login.wp-core-ui > #login > h1.wp-login-logo a {
    display: none;
}

body.login.wp-core-ui > #login #backtoblog {
    display: none;
}

body.login.wp-core-ui > .language-switcher {
    display: none;
}

/* LOGIN PAGE END */

/* Desktop Styles Only */

@media screen and (min-width: 992px)  {

}

/* Laptop Styles Only */
@media screen and (min-width: 992px) and (max-width: 1690px) {

}

/* Mobile Styles */
@media screen and (max-width: 767px) {

}

/* iPad Styles */
@media screen and (max-width: 850px) and (min-width: 780px)  {

}