.login{
    border:1px solid black ;
    width: 400px;
height: 500px;
background:url(image/bg.jfif);
color:white;
border-radius: 20px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
background-size: cover;
background-position: center;
overflow: hidden;
}
form{
     display: block;
box-sizing: border-box;
padding: 40px;
width: 100%;
height: 100%;
backdrop-filter: brightnees(40%);
flex-direction: column;
display: flex;
gap: 5px;
}
h1{
    font-weight: normal; 
    font-size: 24px;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    margin-bottom: 60px;     
}
/* .pa:focus{
    color:red;
    font-weight: 700;
    font-size: 30px;   
    
} */
table{
    color: rgba(255,255,255,.08);
text-transform: uppercase;
font-size: 10px;
letter-spacing: 2px;
padding-left: 10px;
}
input{
    background:rgba(236, 236, 236, 0.966);
height: 40px;
line-height: 40px;
border-radius: 20px;
border:none;
color:rgb(238, 230, 230);
color: red;
font-weight: 700;
font-size: 30px;
}

button{
    background:rgba(45,126,231 );
    height: 40px;
    line-height: 40px;
    border-radius:40px;
    border: none;
    margin: 10px 0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3) ;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    
}