*{
	box-sizing:border-box;
}
html,body{
	height: 100%;
	position: relative;
}
body{
	background:url(../images/body-bg.jpg) no-repeat top left;
	background-size: cover;
	font-family: Arial;
}
.webpage{
	height: 100%;
	width: 90%;
	margin: auto;
}
.logo-absoluto{
	position:absolute;
	bottom: 10%;
	left: 5%;
}
.webpage,.ul-footer-nav,.icon-message,.box-check,footer > ul,.cargando{
	display: flex;
}
ul{
	list-style:none;
	padding: 0;
}
.item-webpage{
	width:50%;
}
.message-user,.wrapper-login-section{
	background: #FFF;
}
.logo-absoluto>img{
	height: 56px;
}
.message-user{
	width: 100%;
	max-width: 525px;
	padding: 16px;
	border-radius: 16px;
}
.icon-message{
	background-color: rgb(212, 47, 26);
	padding: 0.75rem;
	height: 64px;
	width: 64px;
	border-radius: 8px;
}
.icon-message{
	margin: auto;
}
.icon-message,.webpage,.cargando{
	justify-content: center;
	align-items: center;
}
h5{
	color: rgb(212, 47, 26);
	font-size: 18px;
}
h5,.logotype-container,.main_title,.box-register,footer ul li,.cargando{
	text-align: center;
}
.mensajes{
	padding: 0;
}
.mensajes>li{
	font-weight: 600;
	color: #302e38;
	margin-bottom: 16px;
}
.verde{
	color:rgb(72, 166, 67);
}
.rojo{
	color: rgb(212, 47, 26) !important;
}
.wrapper-login-section{
	width: 100%;
	max-width: 450px;
	margin-left: auto;
	height: 650px;
	border-radius: 19px;
	padding: 15px;
	position: relative;
}
.logotype-container>img{
	height: 56px;
}
.main_title{
	font-weight: 700;
	font-size: 24px;
	margin:50px auto 80px;
}
.box-input label,.main_title{
	color: rgb(117, 117, 117);
	font-weight: 700;
}
.box-input label{
	display: block;
	margin-bottom: 5px;
}
.box-input input{
	box-shadow: inset 0 0 0 4rem #fff !important;
	outline: 0;
	height: 47px;
	border:0;
	border-bottom: 1px solid #757575;
	display: block;
	width: 100%;
	padding: 10px;
}
.box-input input:focus{
	border: 1px solid rgb(72, 166, 67);
}
.box-input{
	margin-bottom: 16px;
	position: relative;
}
.box-check,footer ul{
	justify-content: space-between;
}
.submit-button{
	height: 48px;
	width: 100%;
	margin:50px 0 20px 0;
	padding: 0.75rem 5rem;
    background-color: rgb(255, 182, 47);
    color: rgb(81, 79, 61);
    border-radius: 8px;
    font-weight: 700;
    border-color: transparent;
}
input[type=checkbox]{
	height: 15px;
	width: 15px;
}
.checklabel *,.box-register *{
	vertical-align: middle;
	color: rgb(48, 46, 56);
}
a.recuperar{
	color: rgb(48, 46, 56);
	font-size: 16px;
}
footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
footer ul li{
	display: block;
	width: 33.33333333333333%;
}
footer ul li a{
	font-size: 12px;
	color: rgb(117, 117, 117);
}
.pwdeye{
	position: absolute;
	height: 20px;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
}
.cargando{
	height: 100%;
	width: 100%;
	padding: 20px;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff5;
	z-index: 99999999!important;
	flex-direction: column;
}
.spinner-pampa{
	height: 60px;
	width: 60px;
	border:9px solid #498229;
	border-left-color: #49822955;
	border-radius: 60px;
	animation: cargando .9s linear infinite ;
}
.loading-title{
	font-size: 22px;
	color:#498229;
	background-color: #fff5;
}
.loading-desciption{
	font-weight: bold;
}
.contenido-loading{
	background-color: #FFF;
	width: 100%;
	max-width: 480px;
	padding: 16px;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border:1px solid silver;
}
.alerta{
	padding: 16px;
	background-color:#49822955;
}
@keyframes cargando{
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}
@media (max-width:590px){
	.banner{
		display: none;
	}
	.logo-absoluto{
		position: relative;
		top: 0;
		left: 0;
	}
	.webpage{
		flex-direction: column;
		width: 100%;
		height: 100%;
		justify-content: space-between;
	}
	#home,.wrapper-login-section{
		width: 100%;
		height: auto;
	}
	.main_title{
		margin: 10px 0 30px 0;
		font-size: 18px;
	}
	.logotype-container>img{
		height: 50px;
	}
	.box-input label{
		font-size: 14px;
	}
	.submit-button{
		margin: 20px 0 10px 0;
	}
	.wrapper-login-section{
		height: 414px;
		border-radius: 40px 40px 0 0 ;
	}
	.logo-absoluto>img{
		height: 40px;
	}
	.logo-absoluto{
		padding: 15px;
	}

}