body {
  margin: 0;
  padding: 0;
  background: url(fondo.png) no-repeat center top;
  background-size: cover;
  font-family: sans-serif;
  
}

table 
{
	margin:0;
	border: 2px solid #353A46;
	background-color: #3ABAF1;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
}

td
{
	  
	padding: 10px 30px;
}

input[type=text], input[type=password]
{
width: 100%;
font-size: 16px;
border: none;
box-sizing: border-box;
border-bottom: 2px solid black;
background: transparent;

}

img
{

}

label
{
  font-size: 20px;
font-weight: bold;
}

input[type=submit]
{
  font-size: 16px;
background-color: #f3f3f3;
color:black;
font-weight: bold;
border-radius: 20px;
height: 40px;
width: 200px;
border: solid;
}

a
{
	font-size: 14px;
	
}
