body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303840;
    text-align: left;
    background-color: #ffffff !important;
}
.loginimgPage {text-align:center; height:100vh; }
.avatar-group {
    padding: 0;
    display: flex;
}
.avatar-group>li:not(:last-child) {
    margin-right: -.8rem;
}
.avatar-group>li {
    position: relative;
}
.avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block !important;
}
.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.avatar-sm {
    height: 2.5rem;
    width: 2.5rem;
}
.avatar-group .avatar-img {
    border: 2px solid var(--bs-body-bg);
}
.fw-light {
    font-weight: 400 !important;
}
.fs-2 {
        font-size: 2.34375rem !important;
    }
.lead {
    font-size: 1.171875rem;
    font-weight: 400;
}.form-label {
    margin-bottom: .5rem;
	color:#747579;
	font-size:15px;
}
.input-group>.form-control, .input-group>.form-select, .input-group>.form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5;
    color: var(--bs-gray-700);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    border-radius: .325rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #f5f7f9 !important;
}
.bgColor {
    background-color: #e6f0f9 !important;
}
.fs-2 {
    font-size: 2.34375rem !important;
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.btn-primary {
    background: rgba(48, 132, 216, 1) !important;
     border-radius: 5px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 15px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: rgba(255, 255, 255, 1) !important;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}.form-check .form-check-label {
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
     color:#747579;
}
.othLogin img{width:30px; margin-right:10px}

#verifyotpbutton{
    margin-top:4%;
}

#forgotpasswordid {
    margin-left: auto;
}
/* Font & Reset */
body, p, label, button {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
}

/* Container Card */
.cards {
    padding: 20px;
    width: 75%;
    margin: auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease-in-out;
}

.cardall {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #f9f9f9;
    margin-bottom: 16px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

    .cardall:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
    }

/* Image */
.card-image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 20px;
}

/* Info Text */
.card-info {
    display: flex;
    flex-direction: column;
}

.orgName {
    font-size: 16px;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 5px;
}

.role {
    font-size: 14px;
    color: #555;
}

.rolename {
    font-weight: 500;
    color: #e63946;
}

/* Accept / Reject Buttons */
.acceptreject {
    margin-top: 10px;
    display: flex;
    gap: 15px;
}

.accept, .reject {
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.2s ease;
}

.accept {
    color: #28a745;
    border: 1px solid #28a745;
}

    .accept:hover {
        background-color: #28a745;
        color: #fff;
    }

.reject {
    color: #dc3545;
    border: 1px solid #dc3545;
}

    .reject:hover {
        background-color: #dc3545;
        color: #fff;
    }

/* Checkbox */
.material-checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    margin-top: 20px;
}

    .material-checkbox .checkmark {
        width: 18px;
        height: 18px;
        border: 2px solid #007bff;
        margin-right: 10px;
        display: inline-block;
        border-radius: 4px;
    }

/* Checkbox input style override */
.secondCheckbox {
    margin-right: 10px;
    accent-color: #007bff;
}

/* Sign in Button */
.btn-accent {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 6px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

    .btn-accent:hover {
        background-color: #0056b3;
    }

/* OrgList2 - not registered case */
#orgList2 {
    display: none;
    padding: 20px;
    width: 75%;
    margin: auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.flexdirection {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.notregistered {
    font-size: 26px;
    font-weight: 700;
    color: #222;
}

.lowertextnotregister {
    font-size: 14px;
    color: #666;
}
#togglPassword {
    margin: 0;
    position: absolute;
    right: 12px;
    top: 14px;
    z-index: 4;
}
#password{
    width:90%;
}
/* Highlight active card */
.activecard {
    border: 2px solid #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
}
.rowset{
    float:left;
    width:100%;
}


.imageclass{
    width:100%;
}
.headings {
    margin-left: 12px;
    font-size: 16px;
    font-weight: 600;
}
.gapflex {
    display: flex;
    gap: 10px;
    width: 100%;
}
.or-separator {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .or-separator hr {
        height: 1px;
        background-color: #ccc;
        border: none;
        margin: 0;
    }

    .or-separator span {
        font-size: 0.9rem;
    }

.social-btn {
    background-color: #F2F2F2 !important;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: background-color 0.3s, box-shadow 0.3s;
}

    .social-btn:hover {
        background-color: #e0e0e0;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    }


.othLogin {
    padding: 0 10px;
}

    .othLogin img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
.position-relative hr {
    border-top: 1px solid #ccc;
    margin: 0;
}

.position-relative p {
    background: #fff;
    padding: 0 1rem;
    font-weight: 500;
    color: #6c757d;
}

#sendotp .btn-primary {
    border-radius: 5px !important;
    background-color: #004AB2 !important;
    font-size: 14px !important
}
#loginbuttonnew .btn-primary {
    border-radius: 5px !important;
    background-color: #004AB2 !important;
    font-size: 14px !important
}
#forgotpasswordid .text-secondary {
    font-size: 12px !important
}

.height_set_full{
    height:100vh !important;
}
#timer {
    border: 1px dashed #ff0000;
    text-align: center;
    color: #ff0000;
    margin-bottom:5px
}
#resendLink{color:#ffffff; font-size:14px; margin-bottom:5px}