@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Raleway);

body,html {
    background-color: #FFFFFF;
    
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
    font-size: 14px;
    margin: 0 0 0 0;
    min-height: 100%;
}

.cardbody-color{
  background-color: #fff;
}

h1,h2,h3,h4,h5 {
    font-family: "Roboto", sans-serif; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
}

#logo {
    max-width: 50%;
    height: auto;
    margin: 0 25% 0 25%;    
}
#huella {
    width: 64px;
    height: auto;
    
}

.bandera{

    width: 25px;
    height: 25px;
}

.version{
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
}

/*
button {
  min-width: 130px;
  height: 30px;
  color: #fff;
  padding: 0px 0px;
  margin: 2px 0;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: 2px solid #0095D7;
  background: #0095D7;
  text-transform: uppercase;
}

button:hover{
  background: #fff;
  color: #0095D7;
}

button:active {
  border: 2px solid #0095D7;
}

.button-orange {
  color: #fff;
  border: 2px solid #F90;
  background: #F90;
}

.button-orange:hover{
  background: #fff;
  color: #F90;
}
button-orange:active {
  border: 2px solid #F90;
}

.button-red {
  color: #fff;
  border: 2px solid #FF0000;
  background: #FF0000;
}

.button-red:hover{
  background: #fff;
  color: #FF0000;
}
button-red:active {
  border: 2px solid #FF0000;
}

button[id~="bAceptar"]:enabled {
  color: #fff;
  border: 2px solid #57cc99;
  background: #57cc99;
}
button[id~="bAceptar"]:hover {
  background: #fff;
  color: #57cc99;
}
button[id~="bAceptar"]:active {
  border: 2px solid #57cc99;
}
*/