
        /*CSS Style to Admin page log in*/
        #login h1 a, .login h1 a {
        background-image: url(/wp-content/themes/twentyseventeen-child/assets/images/logo.png);
        height: auto;
        width: 100%;
        background-size: 150px 150px;
        background-repeat: no-repeat;
        padding-bottom: 20vh;
        }

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

        body.login div#login form#loginform {background: none;
        box-shadow: none;
        display: flex;
        flex-direction: column;}


        body.login div#login {
        text-align: center;
        }

        body.login p.submit {
        align-self: center;
        order: 3;
        }

        body.login p.forgetmenot {
        order: 4;
        margin-top: 2vh;
        }

        body.login p#nav {
        margin: 0;
        }

        .login .privacy-policy-page-link {
        margin: 0;
        }

        @media screen and (max-height: 550px)
        {
        #login h1 a, .login h1 a 
        {
        height: 120px;}
        }