        body {
            background-color: white;
            background-image: url(/img/forest.jpg);
            background-repeat: no-repeat;
            background-size: cover;

        }

        .login {
            width: 230px;
            margin-left: auto;
            padding: 25px;
            background: rgba(232, 232, 232, 0.8);
            border-radius: 8px;
            text-align: center;
            opacity: 0.83;
        }

        input {
            width: 90%;
            margin-top: 10px;
            padding: 10px;
        }

        #submit {
            margin-top: 15px;
            cursor: pointer;
        }

        .error-message {
            color: #b10000;
            font-weight: bold;
            margin-bottom: 10px;
        }