*{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.valid{
	z-index: 99;
	background: #0005;
}
.auth-box{
	max-width: 646px;
}
body,html{
	height: 100%;
}
body{
	background: #e6e6e6	;
}
.login{
	max-width: 483px;
}
form
{
	max-width: 387px;
}
.h-48{
	height: 48px;
	width: 100%;
}
.help-user li img{
	height: 69px;
}
.help-user li:nth-of-type(1) {
	border-right: 2px solid silver;
}

.help-user li:nth-of-type(2) {
	border-right: 2px solid silver;
}
.form-control{
	height: 38px;
	color: #495057;
	border-radius: 4px!important;
	padding: .375rem .75rem;
	border-right: 1px solid #ced4da;
}
.btn-danger{
	background: #ff6666 !important;
	border-color: transparent!important;
	height: 40px !important;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2)!important;
}
.btn-secondary{
	height: 40px !important;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2)!important;
	background: #eaeaea !important;
	border-color: #eaeaea !important;
	color: #000 !important;
}
footer{
	color: #212529;
	padding: 12px 20px !important;
	background: #dfdfdf;
	height: 100px;
	border-top:1px solid rgba(0, 0, 0, 0.125);
}
footer > div{
	max-width: 1440px;
}
.title-footer{
	font-size: 13px;
	color: #606060;
}
footer ul li{
	font-size: 12px;
}

.text-danger{
	color: rgb(255, 102, 102)!important;
}
footer ul li::marker{
	color: #000;
}
.ul-icons{
	font-size: 24px;
}
.color-salmon{
	color: #f05664;
}
@media (max-width:570px){
	.fs-12{
		font-size: 12px;
	}
	footer > div{
		width: 100%!important;
	}
	footer{
		padding: 12px 0!important;
	}
	.help-user li img{
		height: 20px;
	}
	.help-user{
		align-items: start!important;
	}
	.w-161{
		width: 161px!important;
	}
	.viejo{
		height: 97px;
	}
}