body {
            font-family: 'Arial', sans-serif;
            background-color: #556b2f;
            background-image: linear-gradient(45deg, #4d5d30 25%, #3a4724 25%, #3a4724 50%, #4d5d30 50%, #4d5d30 75%, #3a4724 75%, #3a4724 100%);
            background-size: 60px 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            margin: 0;
            padding: 20px;
            position: relative;
        }

        .form-container {
            background-color: #dfd5be;
            border: 6px solid #42352f;
            border-radius: 15px;
            padding: 30px;
            width: 100%;
            max-width: 450px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.4);
            position: relative;
        }

        h1 {
            color: #b22222;
            text-align: center;
            text-transform: uppercase;
            font-size: 24px;
            margin-bottom: 5px;
            text-shadow: 2px 2px #42352f;
        }

        .zombie-warning {
            background-color: #2b2b2b;
            color: #00ff00;
            font-family: 'Courier New', Courier, monospace;
            padding: 10px;
            border: 2px dashed #b22222;
            border-radius: 5px;
            text-align: center;
            margin-bottom: 20px;
            font-size: 14px;
            font-weight: bold;
        }

        .form-group {
            margin-bottom: 20px;
        }

        label {
            display: block;
            margin-bottom: 8px;
            color: #2b211d;
            font-weight: bold;
        }

        input[type="text"],
        select {
            width: 100%;
            padding: 10px;
            border: 3px solid #6e554f;
            border-radius: 8px;
            box-sizing: border-box;
            background-color: #eee;
            color: #777;
            font-size: 16px;
            cursor: not-allowed;
        }

        .btn-wrapper {
            position: relative;
            height: 60px;
            margin-top: 30px;
        }

        /* O botão que foge do usuário */
        #btn-enviar {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            background-color: #7c0a02;
            color: white;
            border: 4px solid #420501;
            border-radius: 8px;
            padding: 12px;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            box-shadow: 0 4px #240300;
            transition: left 0.2s ease, top 0.2s ease;
        }


.login{
    background-color:#2b1203 ;
    color: green;
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-left: 22vh;
    width: 30vh;
    height: 6vh;
}

.asd{
        display: flex;
    justify-content: center;
    align-items: center;
}