.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top:0.6em;
	width: 100%;
	/* max-width: 350px; */
	/* width: calc(100% - 4%); */
	vertical-align: top;
}

.mt1-px {
	margin-top: 5px;
}

/* @media  (min-width: 1500px) {
    div.midlog div#FormRegistrar form#passEnter span.input.input--chisato  {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin: 1em;
        max-width: 350px;
        width: calc(100% - 55%);
        vertical-align: top;
    }
} */

.input__field {
	position: relative;
	display: block;
	float: right;
	height: 40px;
	padding: 0 16px;
    font-size: 16px;
	/* padding: 0.8em; */
	width: 60%;
	border: none;
	border-radius: 0;
	/* background: #f0f0f0; */
	color: #c9c9c9;
	font-weight: bold;
	font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;

	-webkit-appearance: none; /* for box shadows to show on iOS */

}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	width: 40%;
	color: #c9c9c9;
	font-weight: 400;
	font-size: 85%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.input__label-content {
	position: relative;
	display: block;
	width: 100%;
}


/* Individual styles */


/* Chisato */

.input--chisato {
	padding-top: 1em;
	margin-top: 20px;
}

.input__field--chisato {
	width: 100%;
	/* background: rgba(240, 240, 240, 0.7); */
	border: 2px solid #A6AEB8;
	color: #c9c9c9;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
	/* text-align: center; */
}

.input__label--chisato {
	width: 100%;
	position: absolute;
	top: -1px;
	left: 15px;
	text-align: center;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 2.5em, 0);
	transform: translate3d(0, 2.5em, 0);
	text-align: left;
}

.input__label-content--chisato {
	font-weight: 400;
	color: #2f3238;
}

.input__label-content--chisato::after {
	content: attr(data-content);
	position: absolute;
	top: -200%;
	left: 0;
	color: #565459;
	font-weight: 100;
}

.input__field--chisato:focus,
.input--filled .input__field--chisato {
	border-color: #565459;
	color: #2f3238;
}

.input__field--chisato:focus + .input__label--chisato,
.input--filled .input__label--chisato {
	-webkit-animation: anim-chisato-1 0.25s forwards;
	animation: anim-chisato-1 0.25s forwards;
}

.input__field--chisato:focus + .input__label--chisato .input__label-content--chisato,
.input--filled .input__label-content--chisato {
	-webkit-animation: anim-chisato-2 0.25s forwards ease-in;
	animation: anim-chisato-2 0.25s forwards ease-in;
}

@-webkit-keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}

@keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}
