body
{ 
 
    background-image: url(pic/beach.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
    margin: 0px;
    padding:0px;
    width: 100%;
   height: 60vw
}





#login
{
   
    background-color:black;
    color: burlywood;
    border: 2 groove red;
    width: 30vw;
    height:43vw;
    position: absolute;
    left:33%;
    top:20% ;
    padding: 5vw 2vw;
    box-sizing: border-box;
    font-size: 1.2vw;
    border-radius: 15px;
    
}




#avatar
{
    width:7vw;
    height:7vw;
    position: absolute;
    left:37%;
    top:-4vw;
    border-radius: 50%;
}



#h1
{
    margin: 0px;
    padding: 0px 0px 3vw;
    text-align: center;
    font-size: 2.9vw;
}



#login p

{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.6vw;
    position: relative;
    top: 3vw;
}



#login input
{
    width: 100%;
    margin-bottom: 1.5vw;
}


#login input[type="text"], input[type="password"]
{
    border: none;
    border-bottom: 1px solid floralwhite;
    background: transparent;
    outline: none;
    height: 3.5vw;
    color: floralwhite;
    font-size: 1.3vw;
    position: relative;
    top:3vw;
}


#login input[type="submit"]
{
    
    background:blanchedalmond;
    border: none;
    outline: none;
    height: 3vw;
    color: black;
    font-size: 2.2vw;
    border-radius: 20px;
    position: absolute;
    top: 68%;
    width: 25vw;
    left: 7%;
}







#login input[type="submit"]:hover
{
    cursor: pointer;
    background: #ffc107;
    color:#000;
}





#register input[type="submit"]:hover
{
    cursor: pointer;
    background: #ffc107;
    color:#000;
}






#login a
{
    text-decoration: none;
    font-size: 1.2vw;
    line-height: 2vw;
    color:darkgrey;
    position: relative;
    border: 0%;
    left: 0%;
    height: 1vw;
    bottom: -10vw;
    
}





#login a:hover
{
    color:black;
}








#login a:hover
{
    color:#ffc107;
}