﻿:root {
    --primary-color: #4EAC6D;
    --secondary-color: #45cb85;
}

body {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    background-color: #4EAC6D;
}

.auth-bg {
    min-height: 100vh;


}

.auth-logo-section {
    background-color: var(--primary-color);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


@media (max-width: 991.98px) {
    .auth-logo-section {
        min-height: auto;
        padding-bottom: 2rem !important;
    }

    .auth-img {
        margin-top: 2rem;
        max-height: 300px;
    }
}
@media (max-width: 991.98px) {
    .auth-logo-section {
        text-align: center;
    }
}

.authentication-page-content {
    height: calc(100% - 48px);
    background-color: white;
    border-radius: 16px;
    margin: 24px;
}

.auth-pass-inputgroup .btn-link {
    color: #6c757d;
    padding: 0.375rem;
}

.text-muted a {
    color: var(--primary-color);
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: #45cb85;
    border-color: #45cb85;
}

.mt-auto {
    margin-top: auto !important;
}

.auth-img {
    position: relative;
    max-width: 200%;
}

@media (min-width: 992px) and (max-width: 1549.98px) {
    .auth-img {
        max-width: 220%;
    }
}

@media (max-width: 991.98px) {
    .auth-img {
        display: none;
    }
}

.w-100 {
    width: 100% !important;
}

.btn-light {
    --bs-btn-color: #212529;
    --bs-btn-bg: #f6f6f9;
    --bs-btn-border-color: #f6f6f9;
    --bs-btn-hover-color: #212529;
    --bs-btn-hover-bg: rgb(209.1, 209.1, 211.65);
    --bs-btn-hover-border-color: rgb(196.8, 196.8, 199.2);
    --bs-btn-focus-shadow-rgb: 214, 215, 218;
    --bs-btn-active-color: #212529;
    --bs-btn-active-bg: rgb(196.8, 196.8, 199.2);
    --bs-btn-active-border-color: rgb(184.5, 184.5, 186.75);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: #f6f6f9;
    --bs-btn-disabled-border-color: #f6f6f9;
}

