/*bg {*/
    /*overflow: hidden;*/
    /*margin: 0 auto;*/
    /*box-sizing: border-box;*/
    /*padding: 40px 0 0 0;*/
/*}*/
.card {
    background-color: #fff;
    width: 100%;
    float: left;
    margin-top: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 80px 30px 25px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.card__success {
    position: absolute;
    top: -50px;
    left: 43%;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #60c878;
    border: 5px solid #fff;
}
.card__success i {
    color: #fff;
    line-height: 90px;
    font-size: 45px;
}
.card__msg {
    text-transform: uppercase;
    color: #55585b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 20px;
}
.card__submsg {
    color: #959a9e;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
}
.card__body {
    background-color: #f8f6f6;
    border-radius: 4px;
    width: 100%;
    margin-top: 30px;
    float: left;
    box-sizing: border-box;
    padding: 30px;
}
.card__avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -14px;
}
.card__recipient-info {
    display: inline-block;
}
.card__recipient {
    color: #232528;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 600;
}
.card__email {
    color: #838890;
    text-align: left;
    margin-top: 0px;
}
.card__price {
    color: #232528;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.card__price span {
    font-size: 60%;
}
.card__method {
    color: #d3cece;
    text-transform: uppercase;
    text-align: left;
    font-size: 11px;
    margin-bottom: 5px;
}
.card__payment {
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    padding: 15px 10px 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-red{
    background: #ff2e0d!important;
}
.card__credit-card {
    width: 50px;
    display: inline-block;
    margin-right: 15px;
    margin-top: -15px;
}
.card__card-details {
    display: inline-block;
    text-align: left;
}
.card__card-type {
    text-transform: uppercase;
    color: #232528;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 3px;
}
.card__card-number {
    color: #838890;
    font-size: 12px;
    margin-top: 0px;
}
.card__tags {
    clear: both;
    padding-top: 15px;
}
.card__tag {
    text-transform: uppercase;
    background-color: #f8f6f6;
    box-sizing: border-box;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 10px;
    color: #d3cece;
}
.card-view {
    background: #fff;
    margin-bottom: 12px;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    border-radius: 0;
    padding: 15px;
}
.panel-heading {
    background: transparent;
    border-bottom: 1px solid #eee;
    color: inherit;
    border-radius: 0;
    margin: -15px -15px 0;
    padding: 15px;
}
.form-wrap{
    margin-top: 15px;
}
.panel-heading h5{
    margin-bottom: 0;
}
#checkout{
    padding: 150px 0 80px 0;
}
::placeholder{
    color: #b8b8b8!important;
}