

#Contenedor{	
	height: 500px;
	width: 450px;
   margin-top: 150px;
	margin-left: auto;
	margin-right: auto;	
	min-width:400px;
   font-family: verdana;
}



#Titulo img{
	float: left;
}

#Titulo h1{
	width: 320px;
	float: right;
	margin-top: 40px;
	font-size:25px;
	color:#4d4d4d;	
}

#Titulo h1 span{
	font-weight: bold;
}

#FormLogin{
	margin-top: 20px;
	float:left;	
	width: auto;
	height:auto;	 
}
 


.form-container {
   border: 1px solid #c2c2c2;
   background: #e6e4e1;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e4e1));
   background: -webkit-linear-gradient(top, #ffffff, #e6e4e1);
   background: -moz-linear-gradient(top, #ffffff, #e6e4e1);
   background: -ms-linear-gradient(top, #ffffff, #e6e4e1);
   background: -o-linear-gradient(top, #ffffff, #e6e4e1);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #e6e4e1 100%);
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:300px;
   padding:20px;
   width:400px;
   margin-left: auto;
   margin-right: auto;
   }
.form-field {
   border: 1px solid #b8b4af;
   background: #fafafa;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   color: #4f4f4f;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:380px;
   }
.form-field:focus {
   background: #fff;
   color: #000000;
   }
.form-container h2 {
   text-shadow: #e0dcd7 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.form-title {
   margin-bottom:10px;
   color: #4f4f4f;
   text-shadow: #e0dcd7 0 1px 0;
   }
.submit-container {
   margin:8px 0;
   text-align:right;
   }
.submit-container img{
   float:left;   
   display: none;
   }

.submit-container h1{
	float: left;
	color:#d50d17;
	font-size: 20px;
	font-weight: bold;
	display: none;
}


.submit-button {
   border: 1px solid #001e69;
   background: #010e57;
   background: -webkit-gradient(linear, left top, left bottom, from(#001589), to(#010e57));
   background: -webkit-linear-gradient(top, #001589, #010e57);
   background: -moz-linear-gradient(top, #001589, #010e57);
   background: -ms-linear-gradient(top, #001589, #010e57);
   background: -o-linear-gradient(top, #001589, #010e57);
   background-image: -ms-linear-gradient(top, #001589 0%, #010e57 100%);
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #000000 0 1px 0;
   color: #ffffff;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #447314;
   text-shadow: #31540c 0 1px 0;
   background: #6aa436;
   background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
   background: -webkit-linear-gradient(top, #8dc059, #6aa436);
   background: -moz-linear-gradient(top, #8dc059, #6aa436);
   background: -ms-linear-gradient(top, #8dc059, #6aa436);
   background: -o-linear-gradient(top, #8dc059, #6aa436);
   background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
   color: #fff;
   }
.submit-button:active {
   text-shadow: #31540c 0 1px 0;
   border: 1px solid #447314;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   color: #fff;
   }

.label-form{
   color: #fff;
}

.inputError{
   -webkit-box-shadow: 0px 0px 5px 2px rgba(255,15,15,0.82);
-moz-box-shadow: 0px 0px 5px 2px rgba(255,15,15,0.82);
box-shadow: 0px 0px 5px 2px rgba(255,15,15,0.82);
}

.inputCorrecto{
   -webkit-box-shadow: 0px 0px 23px 1px rgba(12,173,50,1);
-moz-box-shadow: 0px 0px 23px 1px rgba(12,173,50,1);
box-shadow: 0px 0px 23px 1px rgba(12,173,50,1);
}

#tNuevaOrden{
   width: 80%;
}