﻿
.loading {
    background-color: #ffffff;
    background-image: url("https://loadinggif.com/images/image-selection/3.gif");
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
}

    .b_confirm_details_stripe {
	padding:0 0 0 0px;
}
button {
    margin-top: 25px;
    padding: 18px 53px;
    color: #F5D796;
    background-color: rgba(245, 215, 150, 0.14);
    border: none;
    border-radius: 47px;
    font-size: 1.3em;
    font-weight: 400;
    font-family: 'Alegreya Sans', "Arial", sans-serif;
}

.b_confirm_details_line div {
    color: #fff;
    font-size: 18px;
    margin-top: 1em;
    padding: 0.75em 0;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
}

.my_text { 
        margin-top:240px;
    }

@media screen and (max-width: 768px) {
    .b_confirm_details_stripe {
	padding:0 0 0 0;
}
    .my_text { 
        margin-top:120px;
        
    }
}
