﻿html, div, span, button, li, p, input, a {
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.loginContainer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*z-index: 50;*/
    background-image: url("/images/Background Image.png");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center
}

.LoginPopUp {
    background-color: white;
    height: auto;
    width: 420px;
    border-radius: 20px;
    padding: 20px;
}

    .LoginPopUp li {
        display: flex;
        column-gap: 10px;
        margin-bottom: 5px;
        margin-bottom: 10px;
        align-items: center;
        font-size: 18px;
    }


.pointer {
    cursor: pointer;
}

.cursor {
    cursor: default !important;
}

a {
    color: #0077E6;
    text-decoration: none;
}

.CheckBoxControl {
    color: white;
    background-color: white;
    font-size: 18px;
    border-radius: 5px;
    padding: 3px;
    border: 2px solid #819FB9;
    cursor: pointer;
}

.checked {
    background-color: #0077E6 !important;
    border-color: #0077E6 !important;
}

.style901 {
    display: flex;
    justify-content: center;
}

.style902 {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.style903 {
    font-size: 16px;
    color: red
}

.style904 {
    display: grid;
    grid-template-columns: 1fr 30px
}

.style905 {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.style906 {
    height: 36px;
    width: 200px;
    text-align: center;
}

.style907 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

.style908 {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.style909 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px
}

/* Divider with centered label */

:root {
    --border: #e6e8ee;
    --text: #1f2430;
    --muted: #6b7280;
    --brand: #2563eb; /* adjust to match your theme */
    --bg: #ffffff;
}

.divider {
    position: relative;
    margin: 20px 0 14px;
    text-align: center;
}

    .divider::before,
    .divider::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 35%;
        height: 1px;
        background: var(--border);
    }

    .divider::before {
        left: 0;
    }

    .divider::after {
        right: 0;
    }

    .divider > span {
        display: inline-block;
        padding: 0 10px;
        font-size: 14px;
        letter-spacing: .2px;
        color: var(--muted);
        background: var(--bg);
        font: normal normal normal;
    }

.alignTextCenter {
    text-align: center;
}

.logInWithYourOrganixationCls {
    border: 1px solid #0077E6;
    padding: 10px;
    border: 1px solid #0077E6;
    border-radius: 10px;
}
