#search-panel .user-img img {
    border: 1px solid #009ef7;
}

.card {
    border: 0;
    border-radius: 0 ;
}

.footer {
    background: #009ef7;
    color: #fff;
    padding: 25px 25px;
    text-align: center;
}

.footer a {
    color: #fff;
}

#search-panel .navb {
    font-weight: bold;
    background: #009ef7;
    color: #fff;
    font-size: 21px;
    padding: 4px 25px;
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
}

.btn:focus {
    box-shadow: none;
    outline: none;
}

.search-data tr td:last-child,  .search-data tr td b{
    font-weight: 700;
}

@media only screen and (max-width: 500px) {

    .ss {
        padding-top: 23px !important;
    }
}

@media only screen and (max-width: 400px) {
    .errmsg {
        font-size: 18px;
    }

    .ss {
        padding-top: 23px;
    }
}