﻿.grecaptcha-badge {
    display: none;
}
/*mygoogle-recapt*/

.g-recaptcha {
    display: flex;
    justify-content: center;
/*    animation: pulsate 2s ease-in-out infinite;
*/}
/*    .verified {
        animation: none;
    }
@keyframes pulsate {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}*/


.blue {
    color: #4a64ae;
}

.blue-light {
    color: #45a1d9;
}

.green {
    color: #00ab67;
}

.login-block .logo-image {
    max-height: 150px;
    height: 70px;
    margin: 10px;
}

.login-block .card-block {
    /*box-shadow: 0px 0px 15px 15px rgb(193 160 83 / 48%);*/
    box-shadow: 0px 12px 18px 4px rgb(183 181 178 / 48%);
    /*        margin: 20px;
                                                                                                padding: 20px;
                                                                                                color: #ffffff;*/
}

.btn-outline-primary.active {
    background-color: #77aaff;
    border-color: #77aaff;
}

body[themebg-pattern="theme3"] {
    background-color: #4CAF50;
}

.login-block {
    margin: 0px auto;
}

.top-row {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0px;
}
