body
{
    background-color: rgb(243 244 246/var(--tw-bg-opacity,1));
    display: flex;
    justify-content: center;  
    align-items: center;      
    height: 100vh;  
    font-size: 1rem;
    
}
.img-container img
{
    height:80px;
    width:80px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    display: flex;             
}
.form-details
{
    background-color:white;
    width: 450px;
    box-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
    padding:25px;
    border-radius: 20px;
}
label
{
    display: block;
    margin-bottom: 10px;
}
.form-group input
{
    width: 100%;
    padding: 7px;
    border: 1px solid black;
    border-radius: 5px;
    margin-top: 5px;
}
button
{
    width: 100%;
    border-radius: 5px;
    padding: 5px;
}
p{
    margin-top: 12px;
    text-align: center;
}
