.btn-primary {
    color: #fff !important;
    background-color: #30734C !important;
    border-color: #30734C !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    padding: 0.875rem 1.5rem !important;
    border-radius: 0.625rem !important;
}

.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #245a3a !important;
    border-color: #245a3a !important;
}

.btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(48 115 76 / 25%) !important;
}

.btn-primary:focus {
    color: #fff !important;
    background-color: #245a3a !important;
    border-color: #245a3a !important;
    box-shadow: 0 0 0 0.25rem rgb(48 115 76 / 25%) !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #245a3a !important;
    border-color: #245a3a !important;
}

.form-control {
    font-size: 1.125rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #DADADA;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #30734C;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(48 115 76 / 15%);
}

.form-check-input:checked {
    background-color: #30734C;
    border-color: #30734C;
}

.form-check-input:focus {
    border-color: #30734C;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(48 115 76 / 25%);
}

/* Auth page styles */
.card {
    border-radius: 1.25rem !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.card-body h1 {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin-bottom: 1.5rem !important;
}

.card-body form label {
    font-size: 1.125rem;
    font-weight: 500;
    color: #344863;
    margin-bottom: 0.5rem;
}

.forgot-password-link {
    color: #30734C;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.forgot-password-link:hover {
    color: #245a3a;
    text-decoration: underline;
}

.a-type-reg {
    color: #30734C;
}

.display-img-showF {
    display: block;
}


.bread-link {
    color: #000000CC;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 700;
}

.bread-link:hover {
    box-shadow: inset 0 -2px 0 #344863;
    color: #344863;
}

.card-title {
    color: #344863;
}

.card-text {
    color: #A8B1C1;
}