@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
    --font-family: "Archivo", sans-serif;
    --white-color: #fff;
    --text-color1: #9fa2b4;
    --text-color2: #4b506d;
    --text-color3: #0d204b;
    --input-placeholder-color: rgb(75, 80, 109, 0.4);
    --input-background-color: #fcfdfe;
    --heading-color1: #252733;
    --button-color1: #007d20;
    --button-color1-hover: #72bd85;
    --black-color: #000;
}

* {
    font-family: "Poppins", sans-serif;
}

body {
    /*background-image: url("../img/background_img.png?v=2");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(163deg, rgba(19, 75, 24, 0.7), rgba(0, 0, 0, 0.8)),    url("../img/background_img.png?v=1")
}


/* login Page */

.loginPimhDiv .row .col-lg-7 h3:nth-child(1) {
    font-weight: 400;
    font-size: 25px;
}

.loginPimhDiv .row .col-lg-7 h3:nth-child(2) {
    font-weight: 600;
    font-size: 50px;
}

.loginPimhDiv .row .col-lg-7 span p:nth-child(2) {
    font-weight: 600;
    font-size: 19px;
}

.loginPimhDiv .row .col-lg-7 span p:nth-child(1) {
    font-weight: 500;
    font-size: 14px;
}

.loginPimhDiv .row .col-lg-7 h4 {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}

.loginPimhDiv .row .col-lg-5 {
    background-color: #fff;
    border-radius: 30px 0 0 30px;
}

.PimhLoginForm {
    width: 75%;
}

.PimhLoginForm form {
    padding: 0px 30px;
}

.PimhLoginForm .form-label {
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.PimhLoginForm .form-check-label {
    font-weight: 400;
    font-size: 15px;
    color: #333;
}

.PimhLoginForm a {
    font-weight: 400;
    font-size: 15px;
    color: #333;
}

.PimhLoginForm1 h1 {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    color: #333;
}

.PimhlogoHead {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #333;
}

.PimhlogoHead1 {
    font-weight: 600;
    font-size: 25px;
    line-height: 125%;
    text-align: center;
    color: var(--heading-color1);
}

.PimhLoginForm input[type="email"],
.PimhLoginForm input[type="password"],
.PimhLoginForm input[type="text"],
.input-group-text {
    border: 1.42px solid #c8c8c8;
    border-radius: 10px;
    height: 55px;
}

.PimhLoginForm input::placeholder {
    font-weight: 300;
    font-size: 15px;
    color: rgb(51, 51, 51, 0.7);
}

.PimhLoginForm1 img {
    max-width: 175px;
    width: 100%;
}

.loginPimhBtn {
    border-radius: 10px;
    height: 50px;
    background-color: var(--button-color1);
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: var(--white-color);
    width: 100%;
}

.loginPimhBtn:hover {
    background-color: var(--button-color1-hover);
    color: var(--white-color);
}

.form-switch .form-check-input,
.form-switch .form-check-label {
    cursor: pointer;
}

.form-switch .form-check-input:checked {
    background-color: var(--button-color1);
    border-color: var(--button-color1);
}

.form-switch .form-check-input:focus {
    box-shadow: none;
    border-color: transparent;
}

.PimhLoginForm2 .card {
    width: 88px;
    height: 88px;
}

.PimhLoginForm p {
    color: var(--text-color1);
    font-size: 14px;
    font-weight: 400;
    line-height: 27.881px;
    letter-spacing: 0.418px;
}

.PimhLoginForm p span a {
    color: var(--text-color3);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 27.881px;
    letter-spacing: 0.279px;
}


/* scroll bar */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--button-color1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--button-color1);
}


/* scroll bar */

@media screen and (max-width: 991px) {
    .PimhLoginForm {
        width: 60%;
    }
    .loginPimhDiv .row .col-lg-5 {
        border-radius: 0px;
    }
}

@media screen and (max-width: 576px) {
    .PimhlogoHead {
        font-size: 25px;
    }
    .PimhLoginForm2 .card {
        width: 70px;
        height: 70px;
    }
    footer p {
        font-size: 14px;
    }
    .PimhLoginForm {
        width: 75%;
    }
}

@media screen and (max-width: 450px) {
    .PimhLoginForm {
        width: 95%;
    }
    .PimhlogoHead {
        font-size: 22px;
    }
}

.alert.alert-danger p{
    margin-bottom: 0rem;
    color: #646676;
}
.PimhLoginForm1 img{
    max-width: 75px;
}
.department_name{
    color: #212529 !important;
    line-height: inherit !important;
    margin-bottom: 0rem !important;
}
.dep_description{
    line-height: inherit !important;
    color: #212529 !important;
    font-size: 11px !important;
}