﻿body {
    background-color: #2a3037;
}

.divAlignMiddle {
    margin: auto;
    width: 550px;
    /*border: 1px solid #CCCCCC;*/
    border-radius: 10px;
    padding: 40px;
    background-color:#ffffff;
    text-align:left;
    /*background-color:#f0f0f0;*/
}

.divAlignMiddle div {
        margin-top: 10px;
        text-align:left;
}


.textbox {
    width: 100% !important;
    max-width: 550px;
}

.spacer15 {
    height:15px;
}

.btnPaypal {
    background:url('/Images/paypal.png');
    width:128px;
    height:45px;
    border:none;
    color:transparent;
    margin-left:10px;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #000;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
