.page{
    padding-top: 100px;
}
.group{
    display: flex;
}
.group > label{
    width: 5em;
    line-height: 32px;
}
.panel{
    width: 500px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow:  0 0 28px #aaa;
    padding: 25px 50px;
}
h1{
    padding-bottom: 10px;
    border-bottom:1px solid #ddd;
    margin-bottom: 25px;
}

.success-w1 h4{
    margin-bottom: 15px;
}
.success-w1 p a{
    display: inline-block;
    line-height: 60px;
    width: 120px;
    text-align: center;
    background-color: #f4f4f4;
    border-radius: 4px;
    margin: 0 10px;
}
.success-w1 p a:hover{
    background-color: #f0f0f0;
}