html {
    height: 100%;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    background: url(images/body-bg.png);
    font-family: "Alegreya Sans", sans-serif;
}
.payment_method_wrap h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px;
    color: #3ad5a0;
    font-weight: 500;
    font-family: "Alegreya Sans", sans-serif;
}
