/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid grey;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

html, body {
    height: 100%;
}

@media screen and (max-width: 1023px) {
	
	img{
		
		width: 50%;
		height: auto;
			
	}
	span{
		font-size: 25px!important;
		
	}
	form {
    clear: both;
    margin-right: 0px;
    padding: 0;
    width: 94%;
		padding: 3%;
}
	
	.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
	
	.row {
   
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
	form div {
    clear: both;
    margin-bottom: 1em;
    padding: .1em;
    vertical-align: text-top;
}
}
