﻿html, body {
    min-height: 100%;
}

body {
    background: #FFF;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    margin: 0;
}

h1 {
    margin: 0;
    color: #333;
}

.subheading {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    color: #333;
}

.success-animation {
    display: block;
    margin-top: 50px;
    height: 200px;
    background: url('../img/success.gif') no-repeat center;
    background-size: 700px;
}

.payment-success {
    text-align: center;
}

.btn-submit {
    margin: 0 auto;
    display: block;
    padding: 12px 30px;
    max-width: 300px;
    background: #007bff;
    border: 1px solid #0c5d92;
    text-align: center;
    color: #FFF;
    transition: all .2s ease-out;
}

    .btn-submit i {
        margin-right: 5px;
    }

    .btn-submit:hover {
        color: #FFF;
        text-decoration: none;
        background: #3194ff;
    }

.header-section {
    padding: 20px 0 0 0;
    color: #333;
}

.light-container {
    margin: 20px 0;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(236,243,249,1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(236,243,249,1);
    box-shadow: 0px 0px 20px 5px rgba(236,243,249,1);
}

.cc-img {
    display: block;
    max-width: 100%;
}

.table {
    margin-bottom: 0;
}

.table-th {
    border-top: 0;
}

.table .price {
    text-align: right;
}

.buttons-container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.spinner {
    display: none;
    height: 50px;
    background: url('../img/spinner.gif') no-repeat center;
    background-size: 330px;
}
