body, #content-wrapper {
    background-color: transparent !important;
}

html {
    /*background-color: white;*/
    background: rgba(21,140,155,255);
}
footer.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 0;
    z-index: 100;
    background-color: rgba(19,108,120,255);
}
footer.sticky-footer .copyright span {
    font-weight: 100;
    font-size: 16px;
    color: white;
}

.btn-primary-template {
    color: #fff;
    background-color: #4A90E2;
    border-color: #4A90E2;
    border-radius: 0px;
    font-weight: 700;
    padding: 6px 8px;
}

.btn-primary-template:hover, .btn-primary-template:active {
    background-color: #346B99;
    border-color: #346B99;
    color: white;
}

.text-hover-color:hover {
    color: #49BF4C !important;
}

/* Responsive XS */
@media not all and (min-width: 476px) {
    .g-recaptcha {
        transform: scale(0.75) translateX(-15%);
    }
}