

.login{
    margin-bottom: 180px;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:0.1px solid rgb(104, 96, 96);
    border-radius: 10px;
    width: 300px;
    padding: 6px;
  background-color:wheat;
 
   
   
    
}

form{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form input{
    outline: none;
    width: 200px;

}
.txt{
    outline: none;
   box-shadow:1px 1px grey;
   border: 0.5px solid black;
   border-radius: 3px;
   padding: 5px;
 text-align: center
    
}
.btn{
    width: 120px;
    background-color: #4848b3;
    color: white;
    /* padding: 3px */
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 30px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 4px;

}
.btn:hover{
    font-weight: bold;
    
}

label{
    margin: 8px;
    font-size: 1.03rem;
    font-weight: bold;
}
.img{
    width: 70px;
}

