@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');

body.login{
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
  }
    body.login div#login h1 a{
        background:url(http://a117504-tmp.s860.upress.link/wp-content/uploads/2021/02/לוגו-תן-טריקו-חולצות-בית-ספר.jpg) no-repeat center;
        background-size:150px;
            }
    .login h1 a {
        width:150px;
        height:150px;
    }
    body.login{
        background-color:white;
    }
    form#loginform{
    width: 350px;
    margin-right: -40px;
    }
    .wp-core-ui .button.button-large {
        background-color: black;
        font-weight: 600;
        font-size: 16px;
        width: 100%;
        padding: 8px;
        border-radius: 30px;
        margin-top: 20px;
    }
    .wp-core-ui .button.button-large:hover{
        background-color: #71ECF6;
        color: black;
    }
    .login label{
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 6px;
    }