﻿.login-body {
    --bs-primary-rgb: 12, 171, 76;
}

img.style-specific-logo.h-50px {
    height: 75px !important;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-brand .navbar-brand-item {
        height: 60px !important;
    }
}

img.h-40px {
    height: 40px !important;
    width: 40px !important;
}

.btn.btn-primary.login-button {
    background-color: rgb(12,172,76);
    border-color: transparent;
}

.registration-text {
    color: #0CAB4C;
}

/*.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(249, 139, 106, var(--bs-bg-opacity)) !important;
}
.text-warning {
	--bs-text-opacity: 1;
	color: rgba(249, 139, 106, var(--bs-bg-opacity)) !important;
}*/

.registration-page {
    color: rgb(12,172,76) !important;
}

.h-modalParticipantSuccess-logo {
    height: 50px !important;
}

.taxpayer-modal-icon{
    display: none;
}

.login-form {
    width: 21em !important;
}