* {
    font-family: "Open Sans", sans-serif;
    letter-spacing: .1px;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    display: none;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d3dbe6;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #d3dbe6;
    }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.all-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    box-shadow: none;
}

/* Text */

.fs-26 {
    font-size: 26px;
}

.fs-17 {
    font-size: 17px;
}

.fw-bold {
    font-weight: 600;
}

.fw-bolder {
    font-weight: 700;
}

.text-dark-blue {
    color: #133662;
}

.text-dark-orange {
    color: #e7a022 !important;
}

.text-light-blue {
    color: #44648D;
}

.fw-semiBold {
    font-weight: 500 !important;
}

.text-underline {
    text-decoration: underline;
}

/* Display */

body {
    overflow-x: hidden;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-md-block {
    display: block;
}

.align-center {
    align-content: center;
}

.justif-between {
    justify-content: space-between;
}

/* Sizes */
.vh-100 {
    height: 100vh;
}

.h-100 {
    height: 100%;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100%;
}

/* Positions */

.col-lg-5.col-sm-5 {
    padding-left: 0;
    padding-right: 0;
}

.position-relative {
    position: relative;
}

/* Padding & Margins */

.m-0 {
    margin: 0px;
}

.ms-2 {
    margin-left: 0.75rem;
}

.mb-0 {
    margin-bottom: 0rem;
}

.mb-3 {
    margin-bottom: 1.75rem;
}

.mt-0 {
    margin-top: 0rem !important;
}

.mt-3 {
    margin-top: 1.75rem;
}

.mt-4 {
    margin-top: 2.50rem;
}

.mt-5 {
    margin-top: 4.50rem;
}

.mb-5 {
    margin-bottom: 4.50rem;
}

.p-0 {
    padding: 0px;
}


.ps-0 {
    padding-left: 0px;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.object-cover {
    object-fit: cover;
}

/*  */

.signIn-form {
    max-width: 600px; /* Adjust based on your preference */
    margin: 0 auto; /* Centers the form */
    padding: 15px; /* Adds some padding inside the form */
    max-height: 100%;
}

/* Ensure the .row class fills the height and aligns items to the center */
.row.m-0.vh-100 {
    align-items: center; /* Aligns vertically */
    justify-content: center; /* Centers the content horizontally */
}


.img-box img {
    width: 100%;
    height: 100vh; /* Ensure the image covers the full height */
    object-fit: cover;
    object-position: center bottom; /* Adjusts the vertical positioning of the image */
}

.img-box::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(90deg, rgba(18, 54, 98, 0.85) 15%, rgba(109, 134, 166, 0.66) 60%, rgba(255, 255, 255, 0) 100%) !important;
    z-index: 10;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
}

.signIn-form h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #2E3A47;
}

.signIn-form p {
    color: #515050;
    line-height: 24px;
    font-weight: 300;
}

.signIn-form input.form-control {
    letter-spacing: 0.4px;
    padding: 0px 15px;
    color: #515050;
    border: 1px solid #000000;
    height: 54px;
    border-radius: 10px !important;
}

    .signIn-form input.form-control::placeholder {
        color: #515050;
    }

.signIn-form button {
    padding: 12px 0px;
    font-size: 16px;
    font-weight: 500;
}

.signIn-form a {
    font-weight: 500;
}

.signIn-form label {
    font-weight: 400;
    color: #515050;
}

.form-brand-logo {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 12%;
    width: 280px;
}



.btn-main {
    background-color: #133662;
    color: #ffffff;
    border-radius: 5px;
}

    .btn-main:hover, .btn-main:focus {
        background-color: #102e53;
        color: #ffffff !important;
    }


.btn-border {
    border: 2px solid #133662 !important;
    color: #133662 !important;
    background-color: transparent;
    border-radius: 5px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn-border:hover {
        border: 2px solid #12325a;
        background-color: #f7fbff !important;
        color: #0c2039 !important;
    }

.or {
    position: relative;
    text-align: center;
    margin: 35px 0px;
}

    .or:after,
    .or:before {
        content: "";
        left: 0px;
        top: 50%;
        position: absolute;
        height: 1px;
        width: 44%;
        background-color: rgb(81%, 80%, 80%, 57%);
    }

    .or:after {
        left: auto;
        right: 0px !important;
    }

.password-toggle {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 22px;
    z-index: 10;
}

    .password-toggle img {
        width: 25px;
    }

.mobile-brand-logo {
    display: block;
    width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.signIn-form ul li {
    list-style: none;
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #00C164;
    display: flex;
    align-items: center;
}

    .signIn-form ul li img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

.inactive {
    color: #a1a1a1 !important;
}

.inactive img {
    filter: grayscale(1);
}

.forgetModal.modal.fade .modal-dialog {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin: 0px;
}

.forgetModal.modal.fade .modal-dialog {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin: 0px;
}

.forgetModal .modal-body {
    padding: 55px;
}

.forgetModal button.close {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px;
}

.forgetModal .close img {
    width: 38px;
}

.forgetModal .close {
    opacity: 1;
}

@media only screen and (max-width: 990px) {

    .d-none {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    .d-none {
        display: none;
    }

    .mobile-brand-logo {
        display: block;
        width: 160px;
        margin-left: auto;
        margin-right: auto;
    }
}
