@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
	background-image: url('/imgs/matraces.jpg');
	background-size: cover;
	height: 100%;
	font-family: 'Numans', sans-serif;
}

.modal-header, .modal-footer{
    background-color: #565966;
}

.modal-header{
    color: white;
}

.modal-header span{
    color: white;
}

.modal-body{
    background-color: white;
}

.modal-content{
    border-radius: 15px !important;
}

.btn-close{
    background-color: white;
}

table{
	opacity: 0.95;
}

form{
	padding: 3%;
	background-color: rgba(0,0,0,0.7);
	color: white;
}

.input-group{
	margin: 1% auto;
}

.inactivo{
    background-color: red;
}
