.account-container{
    max-width:400px;
    margin:0 auto;
    padding:40px 20px;
}
.account-container h2{
    font-size:2rem;
    margin-bottom:1rem;
    text-align:center;
}
.account-form label{
    display:block;
    margin-top:1rem;
}
.account-form input,
.account-form textarea{
    width:100%;
    padding:10px;
    border:1px solid #ccc;
    margin-top:0.5rem;
    box-sizing:border-box;
}
.account-form button{
    width:100%;
    margin-top:1.5rem;
    padding:10px;
    background:#eb535b;
    color:#fff;
    border:none;
    cursor:pointer;
}
.account-links{
    margin-top:1rem;
    text-align:center;
}
.account-links a{
    color:#eb535b;
    text-decoration:none;
}
