*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Public Sans", sans-serif;
}
body,html{
	height: 100%;
	min-width: 1000px;
	position: relative;

}
.fullscream{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.fullscream{
	height: 100%;
}
footer ul{
	display: flex;
	margin: auto;
	width: 75%;
	list-style: none;
	justify-content: space-between;
}
.logina-alert,.login-wrapper{
	width: 338px;
	background: #FFF;
	overflow: hidden;
	border-radius: 22px;
	margin-left: auto;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 0px 10px 0px;
}
.logina-alert{
	padding: 10px 15px;
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 13px;
	color: rgb(28, 46, 81)!important;
	margin-bottom: 16px;
}
.login{
	padding: 20px 20px 0 20px;
}
.logo-wrapper{
	text-align: center;
}
.title{
	color: rgb(28, 46, 81);
	font-size: 22px;
	margin-bottom: 30px;
}
 .logo-wrapper img{
 	margin-bottom: 15px;
 }
label{
	font-size: 16px;
	color: rgb(28, 46, 81)!important;
}
input{
	height: 42px;
	width: 100%;
	border:1px solid rgb(140, 140, 140);
	margin:10px 0 5px 0;
	border-radius: 10px;
	padding: 10px;	
	outline: none;
}
form > button{
	height: 35px;
	background: rgb(28, 46, 81);
	width: 100%;
	color: #FFF;
	border:0;
	border-radius: 26px;
	margin:12px 0;
}
.keyboard{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 13px;
	margin: 5px 0;
	font-size: 13px;
	color: rgb(77, 77, 77);
}
.nopuedo{
	background: rgb(227, 215, 206);
	text-align: center;
	padding: 15px;
	font-size: 13px;
}
.nopuedo > a {
	color: rgb(28, 46, 81);
}
footer{
	height: 48px;
	background: #FFF;
	align-content: center;
}
.wrapperfull{
	margin-right: 5%;
	padding-top: 5%;
}
body{
	background: url(img/BM_Convocados_Home_BI+new_2500x1121px.jpg) top left no-repeat;
	background-size: cover;
}
.field{
	position: relative;
}
.shopassword{
	position: absolute;	
	right: 16px;
	cursor: pointer;
	bottom: 14px;
	font-size: 19px;
	color:rgb(77, 77, 77);
}
input:focus{
 	border:2px solid rgb(28, 46, 81);
}
footer ul li{
	color: #1c2e51;
}