body{
    background-image:url(1.png);
    background-position: center;
    background-size: cover;
    height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: cursive;
}
.login-box{
    width: 430px;
    height: 750px;
    background: radial-gradient(rgba(255,255,255,0.6));
    box-shadow: 5px 10px 20px rgba(0,0,0,0.6);
    backdrop-filter: blur(3px);
    border-radius: 20px;
}
img{
    width: 120px;
    height: 120px;
    margin-left: 31%;
    margin-top: -65px;

}
h2{
    margin-top: 2px;
    margin-left: 37%;
    font-size: 30px;
    cursor: pointer;
}
h3,input{
    margin-left: 30px;

}
h3{
    font-size: 20px;
    margin-bottom: 10%;
    cursor: pointer;
}
input{
    width: 80%;
    height: 20px;
    outline: none;
    border-top:none;
    border-left: none;
    border-right: none;
    background: transparent;
    border-bottom: solid #fff;
    columns: #000;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: cursive;
    padding-bottom: 3px;
    margin-bottom: 15px;
}
input:hover{
    border-bottom: solid #000;
}
.placeholder{
    color: #000;
}
i{
    color: #fff;
    
}
.submit{
    color:#fff;
    background: #000;
    margin: 118px;
    font-size: 18px;
    padding: 8px 16px;
    margin-top: 20px;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
}
submit:hover{
    background: #000;
    color: #fff;
}
