*
{
    padding: 0%;
    margin: 0%;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
body{
    
    display: flex;
    justify-content: center;
    text-align: center; 
    background:url(1.jpg) no-repeat; 
    font-family: 'Poppins', sans-serif; 
    height: 500px;
}
.logbox
{
    width: 80%;
    position: absolute;
    top: 200px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.logbox .inputbox{
    width: 100%;
    margin: 30px 0;
    height: 40PX;
    

}
.inputbox input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 16px;
    padding: 20px 45px 20px 20px;
    border-radius: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.inputbox input::placeholder{
    color: white;
}
.inputbox i{
    position: absolute;
    right: 10px;
    margin-top: 20px;
    
    transform: translateY(-50%);
    font-size: 20px
    
}
.logbox .rem_box{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin: -15px 0px 15px;
}
.logbox .btn{
    width: 100%;
    margin: 30px 0;
    height: 40PX;
    border: none;
    outline: none;
    border-radius: 40px;
    cursor: grab;
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background: transparent;
    

}

.logbox h2{
    
    margin-top: 50px;
}