body{
    background-image: url("tree.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: revert;
    background-size: cover;
    font-size: 13px;
    font-weight: italic;
}
.master{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: px;
    color: #ffff;
    
}
.cover{
    width: 250px;
    height: ;
    background-color: transparent;
    border-radius: 10px;
    border: .1px solid;
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 80px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: ;
    backdrop-filter: blur(5px);
    
}
.div1{
    width: 100%;
    height: ;
    padding: 5px;
    color: white;
    font-size: 1px;
    color: black;
}
.f{
    color: white;
    text-decoration: none;
}
.div1 input{
    margin-left: ;
    color: orange;
    left: 0;
    width: 120%;;
    height: 30px;
    text-align: center;
    font-family: arial;
    font-weight: italic;
    font-size: 15px;
    letter-spacing: .6px;
    border-radius: 2px;
    background-color: transparent;
    backdrop-filter: ;
    margin: 2px solid;
}
span{
    color: orange;
    font-size: 20px;
    font-family:auto;
    font-weight: lighter;
    text-decoration: underline;
}
.f{
    color: orange;
    font-size: 15px;
    margin-top: 30px;
    text-decoration: overline;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.f:hover{
    text-decoration: ;
}
.bnt{
    border: 1px solid;
    text-decoration: none;
    margin-left: 30px;
    font-size: 25px;
    padding: 5px 20px;
    color: orange;
    border-radius: 5px;
}
.bnt:hover{
    font-size: 30px;
}
::placeholder{
    font-size: 13px;
    color: white;
    letter-spacing: .7px;
    font-weight: lighter;
}