.fondo{
	background-image: url('../img/fondo.jpg');
	background-repeat: no-repeat;
  	background-attachment: fixed; 
  	background-size: 100% 100%;
}
h5.titulo{
	color: #26A69A;
}
label.titulo{
	color: #000;
  font-size: 20px;
  font-weight: bold;
}
div.card{
	box-shadow: 2px 2px  #888888;
}

#resultado {
    background-color: red;
    color: white;
    font-weight: bold;
}
#resultado.ok {
    background-color: #26A69A;
}
#resultado2 {
    display: none;
}

#resultado2.ok {
    display: block;
}
.modal-fullscreen.open {
  height: 90%;
  max-height: 90%;
  width: 80%;
}
