.panel_acceso {
    float: left;
    clear: both;
    border-bottom: solid 1px #ededed;
    padding-bottom: 70px;
    width: 100%;
}

.panel_acceso h5 {
    color: #2a2b2b;
    font-weight: 300;
}

.panel_acceso h5 span {
    color: #29ABE2;
}

.panel_acceso form .input-group {
    width: 48%;
    float: left;
}

.panel_acceso form .input-group:first-child {
    margin-right: 4%;
}

.panel_acceso form .check_total {
    float: left;
    width: 53%;
    margin-top: 15px;
    font-weight: 300;
    color: #919191;
    line-height: 20px;
}

.panel_acceso .funciones {
    float: left;
    width: 27%;
    margin-top: 15px;
    line-height: 35px;
}

.panel_acceso .funciones a {
    padding-right: 20px;
}

.panel_acceso .form-actions {
    float: right;
    width: 20%;
    padding: 0;
    margin-top: 15px;
}

.panel_acceso .form-actions .btn {
    background-color: #3399cc;
    border-color: #3399cc;
    float: right;
}

@media (min-width: 768px) and (max-width: 991px) {
    .panel_acceso h5 {
        margin-bottom: 15px;
    }
    .panel_acceso form .input-group {
        width: 98%;
        margin-bottom: 10px;
    }
    .panel_acceso form .check_total {
        margin-top: 0;
        width: 100%;
    }
    .panel_acceso .funciones {
        margin-top: 5px;
        width: 100%;
    }
    .panel_acceso .form-actions {
        margin-top: 5px;
        width: 100%;
    }
    .panel_acceso .form-actions .btn {
        margin-top: 5px;
        float: left;
    }
}

@media (max-width: 767px) {
    .panel_acceso h5 {
        margin-bottom: 15px;
    }
    .panel_acceso form .input-group {
        width: 98%;
        margin-bottom: 10px;
    }
    .panel_acceso form .check_total {
        margin-top: 0;
        width: 100%;
    }
    .panel_acceso .funciones {
        margin-top: 5px;
        width: 100%;
    }
    .panel_acceso .form-actions {
        margin-top: 5px;
        width: 100%;
    }
    .panel_acceso .form-actions .btn {
        margin-top: 5px;
        float: left;
    }
}