﻿
.SerchPage {
    font-size: 20px !important;
    margin-left: 12%;
    border-radius: 3px;
    margin-top: 40px !important;
    border: 1px solid black;
    height: 38px;
}

.btnsearch {
    background: #635df8;
    width: 99px;
    text-align: center;
    border-radius: 3px;
    margin-left: 5px;
    margin-top: 38px;
    height: 38px;
    border: 2px solid white;
}

    .btnsearch a {
        color: #fff;
        line-height: 34px;
        text-align: center;
        color: black;
        font-weight: bold;
    }

.card-title {
    font-size: 35px;
    text-align: center;
    color: #a08e8e;
    font-style: italic;
    font-weight: bold;
}

label {
    color: yellowgreen;
    font-weight: bold;
}

.mainbody {
    background: #a08e8e;
    border: 2px solid black;
}

#btnDelete {
    margin-left: 5px;
}

#DataTables_Table_0_length {
    margin-left: 5px;
}


