body { 
     margin-left: auto;
    margin-right: auto;
    display: block; background:#444;
}
*{font-size:17px;color:#000;font-family:'Roboto';}
#frmStripePayment {
   
    
}

.test-data {
    margin-top: 40px;
}

.tutorial-table {
    border: #D0D0D0 1px solid;
    font-size: 0.8em;
    color: #4e4e4e;
}

.tutorial-table th {
    background: #efefef;
    padding: 12px;
    border-bottom: #e0e0e0 1px solid;
    text-align: left;
}

.tutorial-table td {
    padding: 12px;
    border-bottom: #D0D0D0 1px solid;
}

#frmStripePayment .field-row {
    margin-bottom: 20px;
}

#frmStripePayment div label {
    margin: 0px 0px 5px 0px ;
    color: #49615d;
    width: auto;
}

.demoInputBox {
    padding: 10px;
    border: #d0d0d0 1px solid;
    border-radius: 4px;
    background-color: #FFF;
    width: 100%;
    margin-top: 5px;
    box-sizing:border-box;
}

.demoSelectBox {
    padding: 10px;
    border: #d0d0d0 1px solid;
    border-radius: 4px;
    background-color: #FFF;
    margin-top: 5px;
}

select.demoSelectBox {
    height: 35px;
    margin-right: 10px;
}

.error {
    background-color: #FF6600;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 0.9em;
}

.success {
    background-color: #c3c791;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 0.9em;
}

.info {
    font-size: .8em;
    color: #FF6600;
    letter-spacing: 2px;
    padding-left: 5px;
}

.btnAction {
    background-color: #586ada;
    padding: 10px 40px;
    color: #FFF;
    border: #5263cc 1px solid;
    border-radius: 4px;
    cursor:pointer;
}

.btnAction:focus {
    outline: none;
}

.column-right {
    margin-right: 6px;
}

.contact-row {
    display: inline-block;
}

.cvv-input {
    width: 60px;
}

#error-message {
    margin: 0px 0px 10px 0px;
    padding: 5px 25px;
    border-radius: 2px;
    line-height: 25px;
    font-size:1em;
    color: #ca3e3e;
    border: #ca3e3e 1px solid;
    display: none;
    background:#fe46411f;text-align: center
}

#success-message {
    margin: 0px 0px 10px 0px;
    padding: 5px 25px;
    border-radius: 2px;
    line-height: 25px;
    font-size:1em;
    color: #3da55d;
    border: #43b567 1px solid;text-align: center;
    background:#3da55d36;
}

.display-none {
    display:none;
}

#response-container {
    padding: 40px 20px;
    width: 270px;
    text-align:center;
}


.ack-message {
    font-size: 1.5em;
    margin-bottom: 20px;
}

#response-container.success {
    border-top: #b0dad3 2px solid;
    background: #e9fdfa;
}

#response-container.error {
    border-top: #c3b4b4 2px solid;
    background: #f5e3e3;
}

.img-response {
    margin-bottom: 30px;
}

#loader {
    display: none;
}

#loader img {
    width: 45px;
    vertical-align: middle;
}
.stripe{text-align: center;margin-bottom:15px }
.stripe img{max-width:100%}
.card-dtl{max-width:575px;margin:0 auto;padding:25px;/*border:#D0D0D0 1px solid;*/border-radius:4px;background:#fff;box-shadow: 0 0 5px #fff;    box-shadow: 0 15px 35px 0 rgb(60 66 87 / 8%), 0 5px 15px 0 rgb(0 0 0 / 12%);}
.form-control {
    padding: .575rem .75rem;
    border-radius:0px;height:45px;border:1px solid #D0D0D0
}
.form-control:hover,.form-control:focus{border:1px solid #fe4641;box-shadow:none }
select.form-control:not([size]):not([multiple]) {
    height:45px
}
section{min-height:87.4vh;display:flex;align-items:center;background:#f0f0f0;padding-bottom:25px;padding-top:25px;  }
.AandT-logo {text-align: center;padding:15px 0;margin-bottom:0px; background: rgba(255,255,255,1);box-shadow: 0 1px 5px rgb(0 0 0 / 10%);}
.AandT {
    font-size:20px;
    display: inline-block;
    font-weight: bold;text-decoration: none;color: #000000
}

.AandT-logo a:hover {
    color: #fe4641;text-decoration: none;
}
a:focus {
    color: #fe4641;
    text-decoration: none;
}
.button {
    font: 400 16px/25px 'Roboto', sans-serif;
    color: #fff;
    background: #fe4641;
    padding: 8px 25px 8px 25px;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    border: 2px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 1px;
}.button:hover, .button:focus {
    background: #444;
    color: #fff;
    border: 2px solid transparent;
} 
.card-info-div{display:none}
.copyright {
    padding-top:10px!important;padding-bottom:10px; 
    border-top: 1px solid rgba(255,255,255,0.05);
    font-weight: 300;background: #444 ;overflow: hidden
}
.copyright p{margin:0px;padding:10px 0}
 .float-left,  .float-right {
    padding: 0px;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-weight: 300;
}
.copyright a{color: rgba(255,255,255,0.6);font-size: 14px;}
.copyright a:hover{color: #fe4641}
.lds-spinner {
  color: #000;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (min-width:300px) and (max-width:639px) {
    .AandT{font-size:20px;}
    .form-control{padding:.4rem .4rem;height:41px}
    .card-dtl{padding:15px 15px}
    .form-group {margin-bottom:0.5rem;}
    select.form-control:not([size]):not([multiple]) {
    height: 41px;
}
    .expiry-date .col-8{padding-right:0px}
    .expiry-date .col-6:first-child{padding-right:5px}
    .expiry-date .col-6:last-child{padding-left:5px}
}
