body {
    font-family: Arial;
}

.bg-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/sistema/fondo.png");
    background-position: center;
    background-repeat: no-repeat;
    /*    background-attachment: fixed;*/
    background-size: cover;
    z-index: -1;
}

.bg-bestel {
    background: #3f0098 !important;
}

.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.btn {
    background-color: rgb(117, 163, 6);
    border-color: #ffffff;
}

.btn:hover,
.btn:active,
.btn.hover {
    background-color: rgba(117, 163, 6, 0.8);
}