body {
    background-image: url('./bg-login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

h1 {
    display: none !important;
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 30px;
    font-weight: 400;
    overflow: hidden;
    background: #ffffff69;
    border: 0 none;
    box-shadow: 2px 10px 30px rgb(0 0 0 / 30%);
    border-radius: 10px;
}

.login form .input,
.login input[type=password],
.login input[type=text] {
    font-size: 18px;
    box-shadow: none;
    outline: none;
    border: 0 none;
}

.login #backtoblog a,
.login #nav a {
    text-decoration: none;
    color: #e5e5e5;
}

.login label {
    color: #e5e5e5;
}