body
{
	margin: 0;
	padding: 0;
/*	background: url(/login/fondo.png) no-repeat top; */
	background-size: cover;
	font-family: sans-serif;
}

table.login
{
	margin: 0;
	border: 3px solid #9e0100;
	background-color: #A6A6A6;
	position: center;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	border-radius: 10px;
}
td, th
{
	padding: 10px 40px !important;
}


input[type=text], input[type=password]
{
	width: 100%;
	font-size: 16px;
	border: none;
	box-sizing: border-box;
/*	border-bottom: 1px solid black;
	background: transparent;  */
}

label
{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

input[type=submit]
{
	font-size: 16px;
	background-color: #9e0100;
	border-color: #9e100 !important;
	color: white;
	font-weight: bold;
/*	border-radius: 20px; */
	height: 40px;
	width: 200px;
/*	border: solid; */
}

a
{
	font-size: 12px;
}

/* body {
  background-image: url('https://actuages.com/img/base.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
*/