body{
    background-image: url('https://img.freepik.com/free-photo/abstract-geometric-computer-wallpaper-white-border-connecting-dots-digital-technology-vector-design_53876-160227.jpg?t=st=1736961762~exp=1736965362~hmac=d22a2c1b8372950d49c5f3a3168d38e61f1a89c519f66c2126dfa75598e7852c&w=826'); 
    background-size: cover; 
    background-position: center; 
    background-attachment: fixed;
    font-family: Arial, sans-serif;
    color: #E0E0E0;
}

.navbar_logo {
    position: relative; 
    margin-top: 10%;
     margin-left: auto;
      margin-right: auto;
    width: 330px; 
    height: 370px;
     border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
     text-align: center;
    Z-index:1;
}



.card{
    margin-top: 10%;
    margin-left: 40%;
    width: 330px;
    height: 370px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.head{
    margin-top: 90px;
    color: #121212;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    
}
.username input{
    margin-top: 20px;
    border: none;
    outline: none;
    font-size: 22px;
    border-bottom: 2px solid gray;
}
.password input{
    margin-top: 40px;
    border: none;
    outline: none;
    font-size: 22px;
    border-bottom: 2px solid gray;
}
.forgot{
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;
    color: #121212;
}
.login-btn{
    width: 250px;
    height: 40; 
    background-color:#121212;
    border: none;
    color: white ;
    font-size: 18px;
    border-radius:20px ;
    margin-top: 20px;
    cursor: pointer;
}
.login-btn:hover{
    font-size: 22px;
}
.sign-up{
    margin-top: 20px;
    font-size: 18px;
    color: #121212;
    
}
span{
    margin-top: 20px;
    font-size: 18px;
    color: #3727ca ;
    cursor: pointer;
}