html{
	width: 100%;
	height: 100%;
}

body{
	background: url("../img/fondo_login.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white !important;
	height: 100%;
	display: flex;
	align-items: center;
	font-family: Arial,Helvetica,sans-serif !important;
	font-size: 10px !important;
}

.logo{
	position: absolute;
	left: 2%;
	top: 3%;
	width:12%;
}

.input-login, .input-login:focus, .input-login:focus-within, .input-login:hover, .input-login:active, .input-login:visited{
	color: #707070 !important;
	border-radius: 10px !important;
	font-size: 18px !important;
	font-weight: 100 !important;
	padding: 8px 16px !important;
    height: auto !important;
	box-shadow: none !important;
	outline: none !important;
}

.btn-login, .btn-login:focus{
	border-radius: 20px;
	width: 70%;
	background: #3eac67;
	color: white;
	border: 1px solid transparent;
	font-size: 21px;
	padding: 6px 0;
	outline: none;
}

.label-recordar{
	font-size: 16px;
}

.recuperar-pwd{
	color: white;
	font-size: 16px;
	text-decoration: underline;
}

.sm-black-btn{
	background: black;
	color: white;
	padding: 1% 8%;
	border: none;
	border-radius:6px;
	font-size: 16px;
}

.pointer{
	cursor: pointer;
}

