.page-header {
    padding: 50px 0 50px;
    text-align: center;
}

h2 {
    margin-bottom: 10px;
}

strong {
    font-weight: normal;
    color: #999999;
}

img {
    display: block;
    width: 260px;
    margin: 0 auto;
}

.btn-group {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.success {
    width: 65%;
    height: 60px;
    line-height: 60px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    background-color: #5FCFB9;
    font-size: 24px;
    color: #FFFFFF;
    border-radius: 0 8px 8px 0;
}

.close {
    width: 33%;
    height: 40px;
    line-height: 40px;
    margin-left: 2%;
    box-sizing: border-box;
    background-color: #999999;
    padding-left: 20px;
    color: #FFFFFF;
    border-radius: 8px 0 0 8px;
}

.checkbox {
    margin-top: 50px;
    text-align: center;
}

input {
    transform: scale(1.5);
}

.checkbox a {
    color: #999999;
    margin-left: 5px;
}

.checkbox a span {
    color: #5FCFB9;
}