
body {
  	font-family: "Poppins";
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
	min-height: 100vh;
  	margin: 0;
  	padding: 0;
  	text-align: center;

	background: radial-gradient(RGBA(255,255,255,.7), RGBA(255,255,255,.95)), url('https://www.thebalancecareers.com/thmb/3TXSZvKKQXcWu3Zu3qU8ag158MU=/3864x2577/filters:fill(auto,1)/school-books-on-desk--education-concept-871454068-5b548900c9e77c005b04fc8c.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

form {
}

label, input {
  padding: 5px;
  margin: 5px;
}

input {
  border: 1px solid #CCC;
  font-family: "Poppins";
}

button {
	font-family: "Poppins";
  margin: 5px 20px;
  padding: 5px 20px;
  background: white;
  border: 1px solid #CCC;
  border-radius: 3px;
  cursor: pointer;
  transition-duration: .2s;
}

button:hover {
	background: #F7F7F7;
}

.culoare-verde {
  color: green;
}

.culoare-rosu {
  color: red;
}

table {
  border: 1px solid #EEE;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 10px RGBA(0,0,0,.25);
}

td {
  border: 1px solid #F7F7F7;
  padding: 5px;
}

th {
	padding: 10px;
}
