*{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: rgba(68, 62, 62, 0.544);
    color: white;
}
body{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card{
    width: 400px;
    height: 200px;
    border-radius: 10px;
    border: 2px solid black;
    background-color: rgba(15, 143, 49, 0.547);
    padding: 10px;
    

}
.password-box{
    outline: none;
    border: none;
    font-size: 20px;
    padding: 5px;
    width: 60%;
    height: 30px;
    border-radius: 5px;
    background-color: rgb(168, 115, 46);
    margin-left: 15%;
    margin-top: 50px;
}
.copy{
    display: inline;
    outline: none;
    border: none;
    width: 15%;
    height: 30px;
    border-radius: 5px;
    transition: 1s;
    margin-top: 55px;
    margin-left: 5px;
}
.copy:hover{
    background-color: chocolate;
}
.getpassword:hover{
    background-color: chocolate;
}

.card span{
   background-color: transparent;
   
}
.UppCase,LowerCase,Number,syblems{
    margin-left: 25px;
}
.getpassword{
    outline: none;
    border: none;
    width: 30%;
    height: 30px;
    border-radius: 5px;
    transition: 1s;
    margin-left: 35%;
    margin-top: 10px;
}
.card-1{
    display: flex;
    background-color: transparent;
}