/* <style> */
        body {
            font-family: Arial, sans-serif;
            background-color: #f7f7f7;
        }
        .container {
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
            padding: 20px;
            background-color: #fff;
            border: 0px solid #ddd;
            border-radius: 2px;
            box-sizing: border-box;
            margin-top: 100px;
            border-top-color: firebrick;
           
           
        }
        h1 {
            text-align: center;
            margin-bottom: 20px;
            font-size: 150%;
            font-style:normal;
            font-family: 'Courier New', Courier, monospace;
        }

        h2 {
            text-align: center;
            margin-bottom: 20px;
            font-size: 125%;
            font-style:normal;
            font-family: 'Courier New', Courier, monospace;
        }


        form input[type="text"],
        form input[type="password"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 3px;
            box-sizing: border-box;
     
        }
        form input[type="submit"] {
            width: 100%;
            padding: 10px;
            background-color:darkred;
            color: #fff;
            border: none;
            border-radius: 3px;
            box-sizing: border-box;
            cursor: pointer;
            
        }

form {

    border:none;
    border-radius: 30px;
}

    /* </style> */

 