 label.error {
     color: red;
}

.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.login-box-body{
    border:solid 1px  #92c13e;
}


#div_formulario{
  background-color: #08080836; 
  border: 1px solid #adadad;
  border-radius: 5px;
  padding: 50px 20px; 
  margin-top: 100px; 
}

#ingresar_sistema{
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: right;
}   

@media screen and (max-width: 480px) {
  
  #div_formulario{
      margin:10px;
      margin-top: 30px;
      padding: 20px 10px;
      width: auto; 
  }

  
}