.privacy-policy-page-link{
    display:none;
}   
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.wp-core-ui .button-primary {
    background: #444;
    border-color:#444;
    -webkit-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    transition:all 0.7s ease;
}
.wp-core-ui .button-primary:hover {
    background: #222;
    border-color:#222;
}
.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 0px 34px;
    font-weight: 400;
    overflow: hidden;
    background: transparent;
    border: 0px solid #c3c4c7;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
}
.interim-login #login {
    padding: 1% 3%;
    margin: 5px auto 20px;
}
.login h1 a {
    background-size: contain;
    height: 150px;
    width: 250px;
    margin: 0 auto 0;
}
#login {
    padding: 1% 3%;
    margin: 0;
    position: relative;
    z-index: 22;
    background-color: rgb(255, 255, 255);
    background-color: #aaa;
}
.backlogin {
  background-color: transparent;
  -webkit-transform: perspective(1400px) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: perspective(1400px) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position:fixed;
  width:100%;
  height:100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;      
}
.gwd-img-1dy8 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
}