﻿h3 {
    display: inline-block;
    padding: 0 20px;
    border-bottom: 2px solid blue;
}

.custom-color-orange {
    color: #F28C28; /* Replace with your custom color */
}

    .custom-color-orange:hover {
        color: #C04000; /* Replace with your custom color */
    }

.custom-bg {
    /*background-color: #ffe5d3;*/
    background: #212e41;
    height: 100vh !important;
}

.custom-bg2 {
    background: rgb(255,252,161);
    background: linear-gradient(90deg, rgba(255,252,161,1) 18%, rgba(255,176,97,1) 77%);
}

.custom-bg-footer {
    background: #b5beff;
}

@media (min-width: 576px) {
    #ReCaptchContainer {
        transform: scale(2);
        -webkit-transform: scale(2);
        transform-origin: top;
        -webkit-transform-origin: top;
    }
}

@media (min-width: 1200px) {
    #ReCaptchContainer {
        transform: scale(1.5);
        -webkit-transform: scale(1.4);
        transform-origin: center;
        -webkit-transform-origin: center;
    }
}