/*Estilos Julio 2017*/
body,html
{
min-height:100%;
}

body
{
background: #666666;
background: -moz-linear-gradient(top, #666666 0%, #ffffff 75%, #ffffff 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #666666), color-stop(75%, #ffffff), color-stop(100%, #ffffff));
background: -webkit-linear-gradient(top, #666666 0%, #ffffff 75%, #ffffff 100%);
background: -o-linear-gradient(top, #666666 0%, #ffffff 75%, #ffffff 100%);
background: -ms-linear-gradient(top, #666666 0%, #ffffff 75%, #ffffff 100%);
background: linear-gradient(to bottom, #666666 0%, #ffffff 75%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#ffffff', GradientType=0 );
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

.panel-login
{
width:650px;
margin:0 auto;
margin-top:2%;
background-color:#cccccc;
border:solid 15px #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.panel-form
{
background:#3E3E3E;
border-radius:5px;
moz-order-radius:5px;
webkit-order-radius:5px;
width:50%;
margin:10px auto;
padding:20px;
color:#fff;
   
}
.panel-form label
{
font-weight:bold;
width:100%;
display:block;
}
.panel-form input
{
width:100%;
padding:5px;
}
.form-control
{
margin:5px 0 ;
}
.btn, .btn a
{
border:none;
cursor:pointer;
color:#fff;
font-weight:bold;
border-radius:3px;
webkit-border-radius:3px;
moz-border-radius:3px;
display:block;
padding:8px;
text-decoration:none;
text-align:center;
}
.rojo
{
background:#CC0000;
}
.rojo:hover
{
background:#DD0000;
}
.verde
{
background: #02994C;
}
.verde:hover
{
background: #02B55B;
}
.alert-password
{
border: 1px solid #d6e9c6;
height: 30px;
color: #3c763d!important;
background: #dff0d8;
padding:5px;
border-radius:4px;
/*webkit-border-radius:4px;
moz-border-radius:4px;*/
line-height:30px;
text-align:center;
width:97%;
}