body {
            background: #000 !important;
            
        }
        .card {
            border: 1px solid #28a745;
        }
        .card-login {
            margin-top: 100px;
            padding: 18px;
            max-width: 30rem;
        }
.contenidoemp {
    margin: 0 auto;
    width: 60%;
    height: 500px;
}
.contenidoemp2 {
    margin: 0 auto;
    width: 90%;
    height: 100px;
}

        .Boton-mcr {
    width: 100%;
    height: 29px;
    border: 0px;
    text-align: left;
    padding-left: 7px;
    background: transparent;
    color: black;
    font-size: 12px;
    font-weight: bold;
}

.Boton-mcr:hover {
    background: #314B91;
    color: #fff;
}


        .card-header {
            color: #fff;
            /*background: #ff0000;*/
            font-family: sans-serif;
            font-size: 20px;
            font-weight: 600 !important;
            margin-top: 10px;
            border-bottom: 0;
        }

        .input-group-prepend span{
            width: 50px;
            background-color: #ff0000;
            color: #fff;
            border:0 !important;
        }

        input:focus{
            outline: 0 0 0 0  !important;
            box-shadow: 0 0 0 0 !important;
        }

        .login_btn{
            width: 130px;
        }

        .login_btn:hover{
            color: #fff;
            background-color: #ff0000;
        }

        .btn-outline-danger {
            color: #fff;
            font-size: 18px;
            background-color: #28a745;
            background-image: none;
            border-color: #28a745;
        }

        .form-control {
            display: block;
            width: 100%;
            height: calc(2.25rem + 2px);
            padding: 0.375rem 0.75rem;
            font-size: 1.2rem;
            line-height: 1.6;
            color: #28a745;
            background-color: transparent;
            background-clip: padding-box;
            border: 1px solid #28a745;
            border-radius: 0;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        .input-group-text {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            padding: 0.375rem 0.75rem;
            margin-bottom: 0;
            font-size: 1.5rem;
            font-weight: 700;
            line-height: 1.6;
            color: #495057;
            text-align: center;
            white-space: nowrap;
            background-color: #e9ecef;
            border: 1px solid #ced4da;
            border-radius: 0;
        }

        .btnmcr{
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 8px;
  border: 3px solid gray;
}

.btnmcr:hover{
  color: #fff;
  background-color: gray;
}
#vacantes{
    width: 70%;
    margin-left: 15%;
}
.btn-agre {
    border: 0px;
    cursor: pointer;
    margin:8px;
    color: white;
    width: 40px;
}

#tbl500{
    width: 500px;
}
#tbl600{
    width: 600px;
}
@media screen and (max-width: 800px){
    #tbl500, #tbl600{
    width: 100%;
    }

}