body {
      
            min-height: 100vh;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        form {
            background: #ffffff;
            border-radius: 15px;
            
        }


        label {
            font-weight: 600;
        }

        button:hover {
            background-color: #0056b3 !important;
        }
         
        .btn{
            letter-spacing: 1px;
        }