*{
    padding: 0;
    margin: 0;
}

header{
    min-height: 20vh;
    background-color: white;
    }

h1,h5{
    font-weight: 700 !important;
    }

.text-color{
    color:#165A3B;
    }

.input-field{
    padding: 11px 19px !important;
    }

#bgImage{
    background-image: url("/assets/images/banner/header_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }

#footerBgColor{
    background-color: #f3f3f3;
    }

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

#btn_search{
    background-color: #165A3B;
    }

footer{
    min-height: 50px;
    }

#myForm{
    background-color: white;
    min-height: calc(80vh - 50px);
    }

.main-content{
    clear: both;
    width: 100%;
    margin: 2.0em 0 0.2em 20px;
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: show;
    }

#box-shadow{
    box-shadow: 0 .5rem .5rem rgba(0,0,0,.175) !important;
    }

.refereshrecapcha img {
    width: 100%;
    }

/* Extra small devices (phones, 768px and down) */
@media only screen  and (max-width: 768px) {

    h1,h2{
        font-size: 20px !important;
        text-align: center !important;
    }
    h5{
        font-size: 16px !important;
    }
    label{
        font-size: 15px !important;
    }
    #logo{
        height: 80px !important;
    }
    .main-content {
        margin: 0;
    }
    #dtBasicExample {
        font-size: 0.8rem;
    }
    .refereshrecapcha img{
        height: 6vh !important;
        margin: 10px 0;
    }
    #btn_search{
        margin-top: 15px !important;
    }
    #box-shadow{
        padding-top: 30px !important;
    }

}

 /*Extra large devices (large laptops and desktops, 769px and 992px) */
@media only screen and (min-width: 769px) and (max-width:992px) {
     #btn_search{
        margin-top: 15px !important;
    }
    .refereshrecapcha img{
        height: 6vh !important;
        margin: 10px 0;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width:1200px) {
    .input-field{
        font-size: 20px !important;
    }
    #myForm label {
        line-height: 46px;
    }

}
