.pwheader {
    line-height: 1;
    text-align: center;
    margin: 30px 0 30px 0;
    font-weight: bold;
}

.pwheader p {
    margin: 0;
    max-width: none;
}

.pwbtngrp {
    text-align: center;
}

.pwbtn {
    background: lightyellow;
    border: 1px gray solid;
    display: inline-block;
    text-align: center;
    margin: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    padding: 10px 40px;
}

.pwbtn.red {
    border: 1px solid #c00;
    background-color: #f66;
    color: white;
}