#popup-wrap {
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:10;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.popup-form {
    margin: 150px auto 100px;
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 20px 40px;
    position: relative;
}
#popup-close {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}
.popup-success {
    font-size: 32px;
    font-family: Raleway, serif;
    text-align: center;
    padding: 30px;
    width: 100%;
    color: #10c910;
    font-weight: 500;
}