.login {
    background: #06083E;

    h1 a {
        background: url(../../images/GOLF-PASSPORT_LOGO_SWITZERLAND.png) no-repeat;
        width: auto;
        height: 120px;
        background-size: contain;
        background-position: center;
    }

    #loginform {
        background: rgba(0,0,0,0.25);
        backdrop-filter: blur(10px);
        border: none;
        border-radius: 20px;

        label {
            color: white;
        }
    }

    #backtoblog a,
    #nav a {
        color: #CCB28F;
    }
}