@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap");
body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    direction: rtl;
    background-image: url('../../images/loginbg.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    width:100vw
}
.csmarx-logo{
    position: absolute;
    top:30px;
    right:30px
}
.loginForm {
    background: #fff;
    padding: 32px 48px;
    border: 1px solid #F1F5F9;
    width: 448px;
    position: relative;
    font-family: 'Alexandria';
    box-shadow: 0px 32px 64px -16px #1B75BB1A;
    border-radius: 40px;
    transform: scale(.9)
}
.logo{
    display:flex;
    justify-content: center;
    margin-bottom: 24px;
    align-items:  center
}
.welcome {
    text-align:center
}
.welcome h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom:16px;
    color:#000
}
.welcome p {
    margin-bottom: 32px;
    font-size: 15px;
    font-weight: 400;
    color: #62748E
}
.input-field {
    padding: 16px 48px;
    width: 100%;
    border-radius: 16px;
    outline: none;
    border: 1px solid #E2E8F0;
    direction: rtl;
    font-weight: 400;
    background-color: #F8FAFC !important;
    font-size: 16px;
    font-weight: 400;
    color: #62748E;
}

    .input-field:focus {
        border: 1px solid #E2E8F0;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #F8FAFC inset !important;
    -webkit-text-fill-color: #000 !important;
    font-size: 16px !important;
    font-weight: 400;
    color: #62748E !important;
}


label {
    font-size: 14px;
    font-weight: 600;
    color: #314158;
    text-align: right;
    margin-bottom: 8px
}
.sign-btn {
    display: inline-block;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0px 4px 6px -4px #0000001A,0px 10px 15px -3px #0000001A;
    font-size: 18px;
    width: 100%;
    height: 56px;
    background: linear-gradient(98.34deg, #1E73B8 0%, #2C8DDD 100%);
    font-weight:600
}
.sign-btn:hover{
    opacity: 0.8
}
.forgetpass {
    text-align: right;
}
    .forgetpass a {
        color: #1B75BB;
        font-size:14px;
        font-weight:500;
        display:block;
        margin-bottom:24px
    }
.sign-btn {
    height: 60px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: bold;
    background: #1B75BB;
}

.changePassForm {
    width: 480px;
    margin: auto;
    text-align: center;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    position: absolute;
    padding: 30px 0;
    font-family: 'Alexandria'
}

    .changePassForm::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
        opacity: 0.6;
    }

    .changePassForm:hover {
        /*                transform: translateY(-2px);*/
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 6px 20px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    }


    .changePassForm h4 {
        font-size: 30px;
        font-weight: bold;
        color: #0A2A43;
    }

    .changePassForm p {
        font-size: 15px;
        font-weight: 400;
        color: #6A7581;
        margin-bottom: 40px
    }

.password-container {
    position: relative;
    width: 385px;
    margin: auto
}

    .password-container label {
        font-size: 14px;
        font-weight: 600;
        display: block;
        text-align: right;
        margin-bottom: 8px;
        color: #4F4F4F
    }

    .password-container input {
        height: 48px;
        border: 1px solid #D4D7DE;
        border-radius: 8px;
        margin-bottom: 16px;
        width: 100%;
        padding: 0 40px;
        background: #fff;
        outline: none;
    }

        .password-container input:focus {
            border: 1px solid #1193D4
        }

    .password-container .lock-icon,
    .inputs .lock-icon {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #A0A4AE;
        font-size: 20px;
        pointer-events: none;
        width: 20px;
        height: 20px
    }

    .inputs .lock-icon {
        top:63%;
    }

        .inputs .lock-icon img {
            width:20px;
            height:20px
        }

        .changePassBtn {
            height: 56px;
            box-shadow: 2px 4px 4px 0px #00000026;
            background: #1B75BB;
            color: #fff;
            border-radius: 8px;
            width: 385px;
            margin-top: 16px;
            margin-bottom: 15px;
            outline: none;
            border: 0
        }


.bottomLink {
    color: #1B75BB;
    font-size: 14px
}

    .bottomLink:hover {
        color: #1B75BB;
    }

.closeResetPopup {
    display: block;
    width: 385px;
    margin: auto;
    border-radius: 8px;
    background: transparent;
    color: #1B75BB;
    font-size: 14px;
    outline: none;
    height: 56px;
    border: 2px solid #1B75BB;
    box-shadow: 2px 4px 4px 0px #00000026;
}

.errorLoginMsg {
    position: absolute;
    bottom: -65px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:600px) {
    #form0 .modal-body.changePassForm {
        padding: 15px !important;
        background: #fff !important;
        width: 100% !important;
        left: 50%
    }

    .changePassForm {
        width: 90%;
        margin: auto;
        left: 50%;
        padding: 15px
    }

    .changePassBtn, .password-container {
        width: 100% !important;
    }
}


.usersType {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background: #F1F5F9;
    padding: 6px;
    border-radius: 16px;
    margin:8px 0 32px;
    gap:8px
}

    .usersType > div {
        flex-grow: 1;
        padding: 10px 0;
        border-radius: 12px;
        text-align: center;
        cursor:pointer;
        position:relative
    }
        .usersType > div h5 {
            font-size: 14px;
            font-weight: 600;
            color: #020817;
            margin:6px 0
        }
        .usersType > div.active h5{
            color: #fff
        }
        .usersType > div.active {
            box-shadow: 0px 4px 6px -4px #1B75BB33,0px 10px 15px -3px #1B75BB33;
            border: 2px solid #1B75BB;
            background: #1B75BB;
            color: #fff
        }
/*div#adminType:before {
    content: "";
    display: block;
    background: #1B75BB;
    height: 50px;
    width: 2px;
    position: absolute;
    left: -6px;
    top: 0;
}*/