/*body{
	background: #000;
}
*/


body, html {
    height: 100%;
    background-repeat: no-repeat;
    /*background-image: linear-gradient(135deg, rgba(31,123,229,1) 0%, rgba(58,139,232,1) 47%, rgba(70,153,234,1) 92%, rgba(72,156,234,1) 100%);*/
    background: url(../img/back.jpg) no-repeat center center fixed;
    background-size: 100% 100%;
}



.conten{
	background: #000;
	width: 350px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;


	/*background-color:#C8FE2E;*/
		-webkit-backface-visibility: hidden;
         backface-visibility: hidden;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;


        /*para Safari y Chrome*/ 
        -webkit-border-radius: 10px 10px 10px 10px;
         border: #190707 solid 5px;

	/* Enabling a smooth animated transition */
	-moz-transition:0.8s;
	-webkit-transition:0.8s;

	-ms-transition:0.8s;
	transition:0.8s;


	/* Configure a keyframe animation for Firefox */
	-moz-animation: pulse 2s infinite;

	-ms-animation: pulse 2s infinite;
	 


	/* Configure it for Chrome and Safari */
	-webkit-animation: pulse 2s infinite;
}
/* Firefox Keyframe Animation */
@-moz-keyframes pulse{
	0%{		box-shadow:0 0 1px #EFF8FB;}
	50%{	box-shadow:0 0 8px #EFF8FB;}
	100%{	box-shadow:0 0 1px #EFF8FB;}
}

/* Webkit keyframe animation */
@-webkit-keyframes pulse{
	0%{		box-shadow:0 0 1px #EFF8FB;}
	50%{	box-shadow:0 0 10px #EFF8FB;}
	100%{	box-shadow:0 0 1px #EFF8FB;}
}

@-ms-keyframes pulse{
	0%{		box-shadow:0 0 1px #EFF8FB;}
	50%{	box-shadow:0 0 10px #EFF8FB;}
	100%{	box-shadow:0 0 1px #EFF8FB;}
}

}

.cab{
	width: 100%;
	text-align: center;
	position: relative;
	top: 10px;
    left: 18px;
    background-color:#190B07; 
}

.ng-valid{
	border: thin solid #090;
}

.ng-invalid{
	border: thin solid #990000;
}



img.img-logo {
width:130px;
/*height:150px;  	
left: 111px;
top: 19px;*/
position: relative;
}
.foot{
	width: 80%;
margin-left: auto;
margin-right: auto;
top: 30px;
left: 8px;
position: relative;
}

img.icon-user {
width: 25px;
top: 7px;
left: 2px;
position: relative;
/* margin: -5px; */
}

 

img.icon-pass1 {
width: 25px;
top: 4px;
left: 4px;
position: relative;
/* margin: -5px; */
}

img.ico-user {
width: 25px;
top: 4px;
left: 4px;
position: relative;
/* margin: -5px; */
}


input[type="text"], input[type="password"] {
width: 80%;
float: right;
padding: 10px 10px 10px 10px;
/* border: #fff; */
/* top: 20px; */
/* left: 27px; */
position: relative;
 -moz-border-radius: 0px 5px 5px 0px;
  /*para Safari y Chrome*/ 
 -webkit-border-radius: 0px 5px 5px 0px;
 border-radius: 0px 5px 5px 0px;

 border: 1px solid #dcdcdc;
}


 
 
.icon-usu {
width: 100%;
height: 38.5px;
border: 3px solid #FFF;
background-color: #000;
/*background-color:#C8FE2E;*/
		-webkit-backface-visibility: hidden;
         backface-visibility: hidden;
        -moz-border-radius: 10px 10px 10px 10px;
        /*para Safari y Chrome*/ 
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
         border:#151515 solid 5px;
	 
}


.icon-pass {
width: 100%;
height: 38.5px;
border: 3px solid #FFF;
background-color: #000;
/*background-color:#C8FE2E;*/
		-webkit-backface-visibility: hidden;
         backface-visibility: hidden;
        -moz-border-radius: 10px 10px 10px 10px;
        /*para Safari y Chrome*/ 
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
         border:#151515 solid 5px;
	 
}
.button {
/* display: inline-block; */
width: 100%;
background: rgb(164, 52, 58);
height: 39px;
border: 0px;
color: rgb(255, 255, 255);
text-decoration: none;
cursor: pointer;
text-align: center;
/* padding: 0px 40px; */
/* font-size: 12px; */
/* font-family: Arial, Helvetica, sans-serif; */
top: 8px;
position: relative;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-border-radius: 10px 10px 10px 10px; 
/*para Safari y Chrome*/ 
 -webkit-border-radius: 10px 10px 10px 10px;
 border-radius: 10px 10px 10px 10px;
 border: rgb(164, 52, 58) solid 5px;
font-weight: 600;
}

 .button:hover{
   
 background-color: #8A0808;
 border:#8A0808 solid 5px;

 }
/*-------------------ESTILOS DE PANEL DE CONTROL-------------------------------------------------------------*/

 
 /*----------------Fin del fondo-------------------------------------*/