.required, captcha-error {
    color: red;
}

a {
    text-decoration: none !important;
}

h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.subtitle {
    font-size: .8rem;
    font-weight: normal;
    color: #555;
}

.separator {
    height: 20px;
}

.registry_results {
    width: 100%;
}

.logo_wrapper {
    text-align: center;
}

.login_top_logo {
    width: 100px;
    height: auto;
}

a.navbar-brand {
    color: #7c69ef !important;
}

a.navbar-brand strong {
    color: #7c69ef !important;
}

.dashboard_logo {
    width: 100px;
    height: auto;
    margin-bottom: 50px;
}

.custom_card {
    padding: 20px;
    border-radius: 20px;
    min-height: 300px;
}

.clients_card {
    background-color: #467fd0;
    color: #fff;
}

.orders_card {
    background-color: #143806;
    color: #fff;
}

.transactions_card {
    background-color: #8e2195;
    color: #fff;
}

.card_title {
    font-size: 36px;
    font-weight: bold;
}

.card_subtitle {
    font-size: 18px;
    font-weight: normal;
}

.card_value {
    width: 100%;
    text-align: center;
    font-size: 72px;
    font-weight: 400;
}

.navbar-brand img {
    float: left;
    margin: 5px 10px 5px 0;
}

.header-company-name {
    color: #1a3c90;
    font-size: 18px;
    padding-top: 15px;
}

.g-recaptcha {
    transform:scale(0.92);
    transform-origin:0 0;
}

.g-recaptcha > div {
    margin: 0 auto;
}

@media screen and (max-width: 420px) {
    .g-recaptcha {
        transform:scale(0.85);
    }
}


@media screen and (max-width: 350px) {
    .g-recaptcha {
        transform:scale(0.75);
    }
}

.text-capitalize {
    text-transform: none !important;
}



