body {
            background-color: #fff;
            color: #121212;
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
        }
        .register-container {
            background-color: #ffffff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            width: 300px;
            text-align: center;
        }
        input[type="text"], input[type="password"], input[type="number"] {
            width: 92%;
            padding: 10px;
            margin: 10px 0;
            border: none;
            border-radius: 4px;
            background-color: #f5f5f5;
            color: #121212;
        }
        button {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px;
            border-radius: 4px;
            cursor: pointer;
            width: 100%;
        }
        button:hover {
            background-color: #0056b3;
        }
      
        
        .logo img {
        height: 31px;
    margin-top: 9px;
    position: fixed;
    margin: 0px auto;
    /* left: 0; */
    /* right: 0; */
    /* top: 10px; */
    margin-top: -253px;
    margin-left: 55px;
        }