* {
	box-sizing: border-box;
}
body {
	/* margin: 0; */
	background-color: white;
}

.login-wrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

.data-wrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
}

.login-form {
	/* flex-grow: 1;	 */
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3em;
	flex-wrap: wrap;
  margin-bottom: 1em;
}

.data-form {
	/* flex-grow: 1;	 */
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	flex-wrap: wrap;
  margin-bottom: 1em;
}

.login-form input {
	background-color: black;
	border: 1px solid rgb(175, 175, 175);
	/* box-shadow: 0 0 5px 0 rgba(231, 231, 231, 0.9); */
	border-radius: 5px;
	text-decoration: none;
	font-style: italic;
	color: white;
	outline: none;
	padding: 0.4em 1.2em;
	font-size: 1.2rem;
}

.data-form input{
	background-color: black;
	border: 1px solid rgb(175, 175, 175);
	/* box-shadow: 0 0 5px 0 rgba(231, 231, 231, 0.9); */
	border-radius: 5px;
	text-decoration: none;
	font-style: italic;
	color: white;
	outline: none;
	padding: 0.4em 1.2em;
	font-size: 1.2rem;
}

.data-form select {
	background-color: black;
	border: 1px solid rgb(175, 175, 175);
	/* box-shadow: 0 0 5px 0 rgba(231, 231, 231, 0.9); */
	border-radius: 5px;
	text-decoration: none;
	/*font-style: italic;*/
	color: white;
	outline: none;
	padding: 0.4em 1.2em;
	font-size: 1rem;
}



.data-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1em;
  font-size: 2rem;

}

.data-show p {
	text-align: center;
	font-size: 1.7rem;
}

.butt {
  cursor:pointer;
}

.tel {
  font-size: 3rem;
  color: green;
  font-weight: bolder;
}

.uwag {
  font-size: 1rem;
  color: rgb(128, 73, 0);
  font-weight: bolder;
}