body {
    background-image: url(../images/B-bg-grad.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-attachment: fixed;
}

.full-height {
  min-height: 100vh;
  height:: 100%;
  clear: both;
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.6)!important;
}

.logo-container img {
    width: 100%;
    max-width: 300px;
}

#campaign-list a {
    font-weight: 600;
}

.footer-card {
    font-size: 0.8rem;
}

#donation-nav .nav li {
    padding: 0.5em 1em;
}
#donation-nav .nav li:hover {
    background-color: #CC8500;
}
#donation-nav .nav li a {
    color: #000;
    font-weight: 500;
    font-size: 0.9rem;
}


section {
  margin: 2em;
}
.product-panel {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 1.2em;
    min-width: 53%;
    min-height: 684px;
    border: solid 5px #000E42;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 2em !important;
}


.admin-marker {
    background-color: #FFAD0A;
    padding: 0.4em 0.6em;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
}
.admin-marker a {
    color: #fff;
}
.admin-marker a:hover{
    color: #D17000;
}

.admin-table table {
    font-size: 0.8rem;
}

@media screen and (min-width:991px){
 .product-panel {
     max-width: 70%;
 }
}

@media (min-width:768px){

.container-cstm {
    max-width: 500px!important;
}

.product-panel img {
    max-width: 280px;
}

}

.declaration-txt {
    font-size: 0.8rem;
    line-height: 1.3;
    display: block;
    text-align: justify;
}

.amount-select #amount {
    font-size: 2rem;
    height: 2em;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.chk-lrg {
    display: flex!important;
    align-items: center!important;
    margin-bottom: 0!important;
}

.chk-lrg input[type=checkbox] {
    width: 30px;
    height: 30px;
    vertical-align: middle!important;
    display: flex;
    align-items: center;
}

.chk-lrg label.form-check-label {
    font-size: 1rem!important;
    font-weight: 400;
    margin-left: 20px!important;
    word-wrap: break-word;
}

.declaration-card {
    background-color: transparent;
    text-align: justify;
}

.declaration-card input[type=checkbox] {
    width: 35px;
    height: 35px;
    vertical-align: middle;
}

.declaration-card label {
    margin-left: 25px;
    font-size: 0.8rem;
}

#qty-select {
  width: auto;
}
#qty-select.qty-lrg {
  height: 40px;
  background-color: #DFDFDF;
}

#qty-lrg {
  width: 40%;
  border-color: #FFCC00;
  border-width: 2px;
  display:none;
}

#msgbox_label, #msgbox {
    font-size: 0.8rem;
}

.toggle-password-button {
	cursor: pointer;
	pointer-events: auto;
	color: rgba(0, 0, 0, 0.4);
	transition: all 200ms linear;
    padding: 0;
    margin: 10px;
    background: none;
    border: none;
    font-size: 1.2rem;
}
.toggle-password-button:hover {
	color: rgba(0, 0, 0, 0.8);
}

input:focus {
  outline-offset: 0;
}

input {
    font-size: 1rem!important;
}

