/* background login */
input:hover {
	transform: scale(1);
}

input {
	animation: 1s;
}
