:root {
    --main-bg-color: #f4f5f7;
    --sub-menu-bg-color: #faeedb;
    --hover-color: #0e6f91;
    --row-action-color: rgba(220, 230, 244, 0.45);
    --main-hover-color: #bccac3;

    --black-blue-color: #0e6f91;
    --white-blue-color: #0e6f91;
    --black-white-color: #FFF;
    --main-font-color: #1E1E2C;

    --menu-font-family: 'Rubik', sans-serif;
    --box--shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
    --menu-background-color: #f2edf3;

    /* --sub-menu-background-color: #dcf6ff; */
    --sub-menu-background-color: #d4dbe8;
}

.login-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
}

.login-title h1 {
    color: var(--black-blue-color);
    text-align: center;
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.login-title p {
    color: #171515;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-align: center;
}

#login h1 a,
.login h1 a {
    background-image: unset;
}

#wos_loginVideo {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

@media (min-aspect-ratio: 16/9) {
    #wos_loginVideo {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    #wos_loginVideo {
        width: 300%;
        left: -100%;
    }
}

#login {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wp-core-ui .button-primary {
    height: auto;
    text-shadow: none;
    border: 2px solid var(--black-blue-color);
    border-radius: 4px;
    font-weight: 500;
    padding: 7px !important;
    background: none;
    color: var(--black-blue-color);
}

/* .wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary.hover {
    -webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.15);
} */

/* .wp-core-ui .button-primary:active {
    opacity: 0.7;
} */

.login #backtoblog a:hover,
.login #nav a:hover {
    opacity: 0.8;
}

.login input.input {
    border-radius: 0px;
    font-size: 16px;
    padding: 7px;
    border: 1px solid #bdc3c7;
    line-height: 24px;
    margin-top: 8px;
    border-radius: 4px;
    transition: box-shadow 0.3s;
}

#loginform,
#lostpasswordform {
    border-radius: 4px;
    width: 400px;
}

.login .button.wp-hide-pw {
    padding: 0;
    top: 8px;
}

.forgetmenot {
    margin: 0px;
}

.popup {
    z-index: 9999999 !important;
}

.language-switcher {
    display: none;
}

p.forgetmenot {
    width: 100%;
}

p#backtoblog {
    border-radius: 4px;
    border: 2px solid #0E5F78;
    padding: 11px !important;
}

p#backtoblog a {
    color: #0E5F78 !important;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.wp-login-lost-password {
    color: #0E5F78;
    float: left;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
}   text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.wp-login-lost-password {
    color: #0E5F78;
    text-align: left;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}