body{
    background-color: #000;
    color: #FFF;
}
.login{
    text-align: center;
}
@media (min-width: 1200px) {
    .login img{
        width: 600px;
    }
  }

  button.btn.btn-success {
    background-color: #01fe77;
    color: #616161;
    font-weight: bold;
}
div#modalCamera {
    z-index: 9999;
    background: #232323;
}
.fade:not(.show) {
    opacity: 0;
}
div#modalCamera .modal-content {
    background-color: inherit;
}
div#modalCamera .close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: inherit;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
#QRcamera{
    cursor:pointer;
}
#messageModal{
    color: #000;
}
.navbar{
    background-color: #363636;
    border-radius: 15px;
    margin-top: 15px;
}
.navbar-brand{

    color: #02fe77;
}
.bonosPage .card-body{
    color: #000;
}
.bonosPage .card-body a{
    text-decoration: none;
    color: #000;
}
#registroDist{
    display: none;
}
.doccobro{
    border-radius: 10px;
}