.login h1 a {
    background-size: 200px!important;
    width: 200px;
    height: 140px;
    background-image: url(./images/login-logo.png) !important;
}

.cf-turnstile > iframe {
    width: -webkit-fill-available !important;
    margin-bottom: 10%;
}

body {
  background-image: url(./images/login-bg.jpg);
  background-size: cover;
  background-position: center center;
}
#login {
  width: 350px;
}
.login form{
  background: #ffffffd9;
}