@charset "utf-8";
/* CSS Document */
.card-header {
    padding: 2rem 0 0 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0px;
}
.card-header:first-child {
    border-radius: 26px 26px 0 0;
}
.card {color: #000;
       border-radius: 30px;
       background: rgb(51,204,233);
       background: -moz-linear-gradient(350deg, rgba(51,204,233,1) 0%, rgba(8,143,213,1) 100%);
       background: -webkit-linear-gradient(350deg, rgba(51,204,233,1) 0%, rgba(8,143,213,1) 100%);
       background: linear-gradient(350deg, rgba(51,204,233,1) 0%, rgba(8,143,213,1) 100%);
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33cce9",endColorstr="#088fd5",GradientType=1);
       -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
       box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.25);
           *zoom: 1;
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       width: 90%
}
.card-body{
    padding: 15px 30px 60px 30px;
}
@media(min-width:801px){
    .card {
        width: 330px;
        height: auto;
    }
}
.div-sistema {
    display: block;
    width: auto;
    height: 16px;   
    color: #fff;    
    position: relative;
    *zoom: 1;   
}
.div-sistema, .p {
    margin-top: 0;
    margin-bottom: 1.4rem;;
    font-size: 1.6rem;
    font-family: Helvetica;
    font-weight: bold;
}
.titulo-sistema {
    display: block;
    width: auto;
    height: 16px;   
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    *zoom: 1;   
} 
.has-success .input-group-addon {
    color: #08A7D8;
    background-color: #fff;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 3px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 20px;
}
.form-control{
    border: 0px;
    border-radius: 1.25rem;
}
.input-group {
    -webkit-box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}
#txt_standnombrado::placeholder {
  color: #08A7D8;
  font-weight: 600;
}
#password::placeholder {
  color: #08A7D8;
  font-weight: 600;
}
/*Nuevo Padding del alert en el card-body*/
.alert{
    padding: 6px
}

/*.form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #ffff5e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(204,232,218,0.75);
}*/
.fuente-msj{
    font-size: 0.8rem;
}

/*Botón de Iniciar Login*/
.boton-login {
   background-color: #08A9D9;
    color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.25);
}
.boton-login:hover {
    color: #fff;
    background-color: #093F5B;
    border-color: #fff;
}
.modal-header {
    padding-top: 0.4rem;
    padding-right: 1rem;
    padding-bottom: 0.4rem;
    padding-left: 1rem;
}
.has-float-label label, .has-float-label > span {
    font-size: 0.9rem;
    top: -0.5em;
    left: 0.4rem;
}
.row {
    margin-bottom: 0.6rem;
}
body, html{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url("../images/LoginBackground.png"); 
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#btnEntrar{
   font-size: 18px;
   font-weight: 600;
   padding: 8px 30px 8px 30px;
}