body {
  background:
}

@font-face {
  font-family: "SHOWG";
  src: url(../fonts/SHOWG.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.TextoNombre {
  font-family: "SHOWG", Arial, Helvetica, sans-serif;
  font-size: 75px !important;
  color: #124265 !important;
}

html,
body {
  height: 100%;
}

body {  
  background-color: #f5f5f5;
  /* background-image: url("../img/cabecera1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; */
}

.header {
	width: 100%;
	background-color: #f5f5f5;
	color: white;
	text-align: center;
	padding: 20px 0; 
}

.login{
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
