@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;
}

.login_btn{
color: white;
background-color: #f8f9fa !important;
}

.login_btn:hover{
color: black;
background-color: white;
}

.modal .input-group{
    margin: 1.5% auto;
}

.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;
}

tbody {
    background-color: rgba(0,0,0,0.25) !important;
    color: white;
}

thead tr {
    background-color :rgba(0,0,0,0.5) !important;
    color: white;
}

tr:hover {
    color: white !important;
}


