        body {
            font-family: 'Arial', sans-serif;
            background-color: #f2f2f2;
            margin: 0;
            /*display: flex;*/
            align-items: center;
            justify-content: center;
            height: 100vh;
        }


        form {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
            width: 300px;
            max-width: 100%;
            text-align: center;
        }

        h2 {
            color: #333;
        }

        label {
            display: block;
            margin: 10px 0 5px;
            font-weight: bold;
            color: #555;
        }

        input {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            box-sizing: border-box;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        button {
            background-color: #0070B8;
            color: #fff;
            padding: 10px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            width: 100%;
        }

        button:hover {
            background-color: #0067a9;
        }

        .switch-form {
            margin-top: 15px;
            font-size: 16px;
            color: #555;
        }

        .switch-form a {
            color: #4CAF50;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
        }
        .switch-form a:hover {
            color: #0070B8; /*#4CAF50;*/
            text-decoration: none;
        }

        .txtCent{justify-content: center; text-align: center;}
        .msgError{color: red; font-size: 12px; height: 40px;}
        .msgCbzr{font-size: 14px; height: 40px;}
        .div100Alt{ min-height: 70vh;}


