/*
	Autor: José Luis Rodriguez
	Mail: jrodriguez@bincodex.com
	Web: https://bincodex.com
	Fecha: 2020-01-23 16:00:29
*/

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

* {
	font-family: Arial, sans-serif;
}

body {
	background: url('/img/estrellas.png?u=3d7d51db2425031cef420012ac66120e'), #000;
	background-size: 100%;
	background-position: 0px 0px;
	background-repeat: repeat;
}

@media only screen and (max-width: 900px) {
	body {
		background-size: 150%;
	}
}

@media only screen and (max-width: 400px) {
	body {
		background-size: 200%;
	}
}

.msg-error {
	color: #ef2929 !important;
}

#logo-index {
	margin: 0 auto;
	margin-top: 15px;
	width: 200px;
	height: 130px;
	background: url(/img/logo.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}


#panel-index {
	border: 1px solid #888a85;
	height: 340px;
	border-radius: 2px;
}

#cnt-login{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.login-form {
	margin: 0 auto;
	width: 300px;
	height: 340px;
	background: #333333ff;
	border-radius: 2px;
}


.fieldset-login {
	border: 0;
	text-align: center !important;
}



input[type="text"], input[type="password"] {
	border: 1px solid #3465a4;
	border-radius: 2px;
	padding: 7px 0px 7px 0px;
	font-size: 0.8em;
	min-width: 255px;
	text-align: center;
}

input[type="submit"] {
	border: 0px solid #fff;
	border-radius: 2px;
	background: #3465a4;
	font-size: 1.1em;
	min-width: 255px;
	color: #fff;
	cursor: pointer;
	padding: 7px 0px 7px 0px;
}


input[type="submit"]:hover {
	background: #729fcf;
}

/* Fin */
