:root {
    --title-font-family: 'Cooperative';
    --main-font-family: 'Assistant';
}

body {
    background-color: #bfe9e0 !important;
}

#login {
    width: 350px !important;
}

#login h1 a,
.login h1 a {
    height: 65px;
    width: 320px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-bottom: 0px !important;
}

.login form {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

.forgetmenot {
    display: none !important;
}

#user_login::placeholder::before {
    content: 'שם משתמש';
}

.ld-forgot-password-link {
    text-decoration: none;
}

.ld-forgot-password-link .under {
    text-decoration: underline;
}

#nav,
#backtoblog {
    display: none;
}

form input[type="text"],
form input[type="password"] {
    padding-right: 10px !important;
    padding-left: 10px !important;
    border: none !important;
    border-radius: 10px !important;
    font-family: var(--main-font-family) !important;
}

form input[type="text"]::placeholder,
form input[type="password"]::placeholder {
    color: #d3dfe4;
    font-weight: 400 !important;
}

form label {
    display: none !important;
}

.ld-forgot-password-link {
    color: #477b91;
    font-size: 16px;
}

.container-link {
    text-align: center;
}

form .submit {
    display: block;
    text-align: center !important;
    margin-top: 20px !important;
}

#wp-submit {
    background: #ffffff;
    color: #306a82;
    border-radius: 5px;
    border: none;
    font-weight: 400;
    font-size: 20px;
    float: none !important;
    font-family: var(--title-font-family) !important;
    padding: 0px 30px;
}

#wp-submit:hover {
    background-color: #ecfaff;
}

#language-switcher {
    display: none;
}