.example.example5 {
	/* [disabled]background-color: #9169d8;
*/
}
.example.example5 payment_section * {
	font-size: 16px;
	font-weight: 400;
}
.example.example5 form {
}
.example.example5 #payment_section #example5-name, .example.example5 #payment_section #example5-zip {
color: #777;
background: transparent;
padding: 5px 0 6px 0;
transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ccc;
font-weight: 400;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#example5-paymentRequest {
	max-width: 550px;
	width: 100%;
	margin-bottom: 10px;
}
.example.example5 fieldset {
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 6px;
	/* [disabled]background-color: #f5f5f5;
*/
	margin-top: 20px;
}
.example.example5 fieldset legend {
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #777;
	/* [disabled]background-color: #9169d8;
*/
}
.example.example5 fieldset legend + * {
	clear: both;
}
.example.example5 .card-only {
	display: block;
}
.example.example5 .payment-request-available {
	display: none;
}
.example.example5 .row {
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 10px;
}
.example.example5 .field {
	position: relative;
	width: 100%;
}
.example.example5 .field + .field {
	margin-left: 10px;
}
.example.example5 label {
	width: 100%;
	/* [disabled]color: #cdd0f8;
*/
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.example.example5 .input {
	width: 100%;
	color: #777;
	background: transparent;
	padding: 5px 0 6px 0;
	transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
 .example.example5 .input::-webkit-input-placeholder {
/*color: red;*/
}
 .example.example5 .input::-moz-placeholder {
/*color: red;*/
}
 .example.example5 .input:-ms-input-placeholder {
/*color: red;*/
}
.example.example5 .input.StripeElement--focus, .example.example5 .input:focus {
	border-color: black;
}
.example.example5 .input.StripeElement--invalid {
	border-color: #ccc;
}
 .example.example5 input:-webkit-autofill, .example.example5 select:-webkit-autofill {
  /*-webkit-text-fill-color: #fce883;*/
  transition: background-color 100000000s;
 -webkit-animation: 1ms void-animation-out;
}
.example.example5 .StripeElement--webkit-autofill {
	background: transparent !important;
}
.example.example5 #payment_section input, .example.example5 #payment_section button, .example.example5 #payment_section select {
	-webkit-animation: 1ms void-animation-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-style: none;
	border-radius: 0;
}
 .example.example5 select.input, .example.example5 select:-webkit-autofill {
 background-image: url('data:image/svg+xml;utf8,<svg width="10px" height="5px" viewBox="0 0 10 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="#fff" d="M5.35355339,4.64644661 L9.14644661,0.853553391 L9.14644661,0.853553391 C9.34170876,0.658291245 9.34170876,0.341708755 9.14644661,0.146446609 C9.05267842,0.0526784202 8.92550146,-2.43597394e-17 8.79289322,0 L1.20710678,0 L1.20710678,0 C0.930964406,5.07265313e-17 0.707106781,0.223857625 0.707106781,0.5 C0.707106781,0.632608245 0.759785201,0.759785201 0.853553391,0.853553391 L4.64644661,4.64644661 L4.64644661,4.64644661 C4.84170876,4.84170876 5.15829124,4.84170876 5.35355339,4.64644661 Z" id="shape"></path></svg>');
 background-position: 100%;
 background-size: 10px 5px;
 background-repeat: no-repeat;
 overflow: hidden;
 text-overflow: ellipsis;
 padding-right: 20px;
}
.example.example5 button {
	color: #fff;
	background-color: #9f1d24;
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	margin: 20px 0px;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.6;
	font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
}
.example.example5 button:hover {
	color: #000000;
	background-color: #b3b3b3
}
.example.example5 button:active {
	color: #fff;
	background-color: #b01731;
}
.example.example5 .error svg .base {
	fill: #000;
}
.example.example5 .error svg .glyph {
	fill: #red;
}
.example.example5 .error .message {
	color: #000;
}
.example.example5 .success .icon .border {
	stroke: #red;
}
.example.example5 .success .icon .checkmark {
	stroke: #000;
}
.example.example5 .success .title {
	color: #000;
}
.example.example5 .success .message {
	color: #purple;
}
.example.example5 .success .reset path {
	fill: #000;
}
<title>Stripe Elements: Build beautiful, smart checkout flows</title>
