html{
margin:0;
padding:0;
height:99%;
width:100%;
text-align:center; /*Este es el truco para I.E. */ 
}
 
body {
font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
margin: 0;
padding:0;
font-size:13px;
background-color:#FFFFFF;
font-family:Arial;
height:100%;
width:100%;
text-align:center; /*Este es el truco para I.E. */ 
}


#contenedor
{
    margin: 0px auto;
    width: 600px;
    height: 180px;
    padding: 50px 10px 50px 20px;
    color: #938D85;
    border: 2px solid #E3DFD9;
	background-color: #ffffff;

    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
}

#contenedor_logo
{
    background-image: url("https://www.garajeshopbackend.com/imagenes/logo_empresa.png?empresa=garajeshop");
    margin-left: 5px;
    width: 200px;
    height: 208px;
    margin-top: auto;
    margin-bottom: auto;
    float:left;
}

#contenedor #contenedor_Login
{
  margin:0px;

}

 #contenedor_Login
{
    height: 170px;
    padding-left: 300px;
}

.LabelText{
font-weight: bold;
}

.TextLogin{
width:200px;
height:30px;
font-size:16px;
color:#938D85;
font-style: normal;
margin:10px 0px;
padding:0px;
}

.TextLoginDefault{
width:200px;
height:30px;
font-size:16px;
color:#DDDDDD;
font-style: italic;
margin:10px 0px;
padding:0px;
}

.Buttom

{
background-color:#0B6121;
color:#F4FBE9;
border:1px solid #0B6121;
font-size: 16px;
font-weight: bold;
line-height: 1;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

}

.error{
color:#E95910;
font-size:13px;
font-style: italic;
font-weight: bold;
padding-top:10px;

}

#Pie
{
  width:50%;
  margin:0 auto;
  border-top:#EAF2DC 2px solid;
  margin-bottom: 5px;
  margin-top: 20px;
}

#Pie p
{
  text-align:center;
  color:#0B610B;
  font-weight:bold;
  font-size:12px;
}