﻿

body {
    margin-top: 100px;
   
}

.navbar {
        box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 3px 9px 0 #194d19 !important;

    background-color:#fff;
    opacity: 0.9;
}

.navbar .nav-item{
    font-size:1.4rem;
    padding-right:1.4rem;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#showcase {
    position: relative;
    background-image: url('../Image/news_bg.jpg');
    min-height: calc(100vh - 88px - 60px);
}


@media (max-width: 768px) {


  .mb-resp {
    margin-bottom: 1rem; }
  #footer_img{
          margin-left: 0;
  }
}

#main-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #194d19;
    background-image: url('../Image/footbg.png');
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box.box-success {
    border-top-color: #387c0a;
}
.box.box-login {
    border-top-color: #387c0a;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.panel-body {
    padding: 15px;
}
.color-text{
    color: rgba(33, 37, 41, 0.5);
}

.bootstrap-select .dropdown-menu>li>a small.muted {
    display: none;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: relative;
    padding-left: 38px;
}

.bootstrap-select .dropdown-toggle .filter-option:before {
    content: "Size:";
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}
.button {
    cursor: pointer;
    background-color: #1d932a;
    border: 0;
    padding: 5px 10px;
    color: #ffffff;
    border-radius:0.25rem;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
 button:hover {
  background: #2a9042;
  font-size:large;
  padding: 10px 15px;
}
.back {
  /*background-image: url('../Image/logo-footer_en.png');*/
  background-color: #fff;
  

}
.MVCCapcha, .MVCCapcha a:hover {
  color: #a9abad;
  line-height: 0;
  font-size: 0; }
.MVCCapcha {
    max-width: 50%;
    display: inline-block;
    padding: 0;
}


.MVCCapcha > img {
    border-radius: 0.35rem;
    border: solid 1px #a9abad !important;
    border-left: none;
    background-color:black;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    width: 85%;
    float: right;
    height: 60px;
}
.MVCCapcha > a {
    max-width: 15%;
    width: 100%;
    position: relative;
    float: left;
    max-height: 71px;
    height: 60px;
    display: block !important;
    background: url(../Image/captch-refresh.png) #1d932a no-repeat center;
    border-radius: 0.35rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-size: 0;
}
.MVCCapcha a {
    color: #1d932a;
    margin: 0;
}
.MVCCapcha br {
    display: none !important; 

}
.MVCCapcha input[type="text"] {
    min-height: 32px !important;
    box-shadow: none;
    border: solid 1px #a9abad;
    border-radius: 5px;
    max-width: none;
    padding: 2px 10px;
    color: #333;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px !important;
    font-size: 1rem;
    float: right;
    line-height: 1.5;
    padding: 0.375rem 0.75rem; }
