.content{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: whitesmoke;
    border: #333;
    padding: 20px;
    width: 100%;
}

#yourpassword{
    width: 100%;
    height: 200px;
    text-align: center;
}

body {
    background-color: lightgoldenrodyellow;
}