@font-face {
  font-family: "agency";
  src: url("../fonts/agencyr.ttf");
}

html {
  font-family: "agency";
}

label {
  font-size: 20px;
}

h1 {
  font-size: 50px;
  margin-bottom: 1px;
  text-align: center;
}

.login { /*Encontrar fuente que quiera y necesito cambiar el grosor de la letra si se puede*/
  color: white;
	background-attachment: fixed;
	background-color: black;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.container {
	padding: 16px;
}

.adjust {
	background-color: black;
	width: 300px;
	margin-left:auto;
  margin-right:auto;
}

#Loginbutton {
  font-size: 20px;
  background-color: black;
  font-family: "agency";
	color: white;
	padding: 5px 5px;
	border: none;
	cursor: pointer;
	margin-left:auto;
  margin-right:auto;
	margin-top: 8px;
	display: block;
	width: 30px;
	margin-bottom: 8px;
}

input[type=text], input[type=password] { /*A lo mejor poner input y ya*/
  font-family: "agency";
	width: 100%;
	padding: 1px 5px; /*Hay que ajustar, es importante*/
	margin: 8px 0; /*Hay que ajustar, es importante*/
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
  font-size: 30px; /*Hay que ajustar, es importante*/
  font-weight: bold;
}

.back {
  font-size: 20px;
  background-color: black;
  font-family: "agency";
  color: white;
  padding: 5px 5px;
  border: none;
  cursor: pointer;
  margin-left:auto;
  margin-right:auto;
  margin-top: 8px;
  display: block;
  width: 30px;
  margin-bottom: 8px;
  text-align: center;
}

.link {
  text-decoration: none;
}
