.wpug-add-container {
    background-color:#235a9b;
    color: rgb(255, 255, 255);
    padding: 50px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.add-wrap{
    margin-top: 30px;
}
.wpug-add-container h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0;
    text-align: center;
}
.wpug-add-container > p {
    font-size: 1.3em;
    font-weight: 600;
}
.wpug-add-container li {
    list-style: none;
    margin-left: 15px;
    padding-left: 10px;
    font-size: 16px;
    position: relative;
}
.wpug-add-container li::before {
    background-image: url("../images/li-icon.png");
    background-repeat: no-repeat;
    background-size: 17px auto;
    content: "";
    height: 17px;
    left: -17px;
    position: absolute;
    top: 4px;
    width: 17px;
}
.wpug-add-container ul p {
    font-size: 16px;
    margin: 3px 0 20px;
}
.actions {
    margin-top: 30px;
    overflow: hidden;
    padding: 0 25px;
}
.actions a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    margin-right: 15px;
    padding: 3px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.actions a.btn-green {
    background-color: #009e0f;
    color: #ffffff
}
.actions a.btn-white {
    background-color: #ffffff
}
.actions a.btn-green:hover,
.actions a.btn-green:focus {
    background-color: #ffffff;   
    color: #235A9B;
}
.actions a.btn-white:hover,
.actions a.btn-white:focus {
    background-color: #aaa;   
    color: #ffffff;
}