.form__group {
	position: relative;
	padding: 15px 0 0;
	margin-top: 10px;
	width: 45%;
}

.form__field {
	font-family: inherit;
	width: 100%;
	border: 0;
	border-bottom: 2px solid #d43322;
	outline: 0;
	font-size: 1.3rem;
	color: #d43322;
	padding: 7px 0;
	background: transparent;
	transition: border-color 0.2s;
    text-align: center;
}

.form__field::placeholder {
	color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
	font-size: 1.3rem;
	cursor: text;
	top: 20px;
}

.form__label {
    text-align: center;
	position: absolute;
	top: 0;
	left: calc(50% - 15px);
	display: block;
	transition: 0.2s;
	font-size: 1rem;
	color: #d43322;
}

.form__field:focus {
	padding-bottom: 6px;
	font-weight: 700;
	border-width: 3px;
	border-image: linear-gradient(to right, #d43322, #d43322);
	border-image-slice: 1;
}

.form__field:focus ~ .form__label {
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 1rem;
	color: #d43322;
	font-weight: 700;
}

/* reset input */
.form__field:required, .form__field:invalid {
	box-shadow: none;
}

/* demo */
#container {
	font-family: 'geomanist';
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	position: absolute;
  	top: calc(25% + 200px);
	/* left: 50% */
	width: 100%
}
/*
     FILE ARCHIVED ON 02:32:50 Jan 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:11:02 Jan 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.761
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.013
  esindex: 0.014
  cdx.remote: 43.853
  LoadShardBlock: 231.648 (3)
  PetaboxLoader3.datanode: 295.98 (5)
  load_resource: 107.259
  loaddict: 60.369
*/
