﻿:root {
    --main-color: #0b87e8;
    --hover-color: #4F86E3;
    --white-color: #ffffff;
    --black-color: #000000;
    --grey-color: #696969;
    --menu-select-color: #1f4e79;
    --menu-div-backcolor: #84abf0;
    --collapsePanel-backcolor: #759be6;
    --erp-font: verdana;
}

body {
    font-family: var(--erp-font);
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    background: url(../Images/bg-image.png) no-repeat;
    background-size: cover;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #e3b04b;
}

    a:hover, a:focus {
        text-decoration: none !important;
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--erp-font);
    color: var(--black-color);
}

.bg-primary {
    background: #e3b04b !important;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.heading-section {
    font-size: 28px;
    color: var(--black-color);
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrap {
    width: 100%;
    overflow: hidden;
    background: var(--white-color);
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.img, .login-wrap {
    width: 50%;
}

@media (max-width: 991.98px) {
    .img, .login-wrap {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .wrap .img {
        height: 250px;
    }
    .login-bd .img {
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.login-wrap {
    position: relative;
    background: var(--white-color);
}

.form-group {
    position: relative;
    font-size: 14px;
}

    .form-group .label {
        font-size: 14px;
        color: var(--black-color);
        font-weight: 700;
    }

    .form-group a {
        color: gray;
    }

.form-control {
    height: 40px;
    background: var(--white-color);
    color: var(--black-color);
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control::-moz-placeholder { /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:-ms-input-placeholder { /* IE 10+ */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:-moz-placeholder { /* Firefox 18- */
        color: rgba(0, 0, 0, 0.2) !important;
    }

    .form-control:focus, .form-control:active {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #e3b04b;
    }

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
}

    .checkmark:after {
        content: "\f0c8";
        font-family: var(--erp-font);
        position: absolute;
        color: rgba(0, 0, 0, 0.1);
        font-size: 20px;
        margin-top: -4px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

@media (prefers-reduced-motion: reduce) {
    .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: var(--erp-font);
    color: rgba(0, 0, 0, 0.2);
}

.btn.btn.btn-danger.btn-rounded {
    border-radius: 22px;
    padding: 10px 60px;
    color: var(--white-color);
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn.btn.btn-danger.btn-rounded:focus {
        border-radius: 22px;
        padding: 10px 60px;
        color: var(--white-color);
        background-color: #dc3545;
        border-color: #dc3545;
    }

.checkbox-primary {
    color: #e3b04b;
}

    .checkbox-primary input:checked ~ .checkmark:after {
        color: #e3b04b;
    }

.btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
}

    .btn:hover, .btn:active, .btn:focus {
        border: 1px solid #e3b04b;
        background: transparent;
        color: #e3b04b;
    }

    

.wrap.d-md-flex.login-bd {
    border: 1px solid #D90E2D;
    border-radius: 20px;
    background-color: #EBF3FC;
}

input.form-control {
    border: 1px solid #D90E2D;
}

.form-group a span {
    color: #D90E2D;
}

button.btn.btn.btn-danger.btn-rounded {
    border-radius: 22px;
    padding: 10px 60px;
    color: var(--white-color);
    background-color: #dc3545;
    border-color: #dc3545;
}

.login-wrap.p-4.p-md-5 {
    background-color: var(--white-color);
}

.login-bd .img {
    background-repeat: no-repeat;
    background-size: contain;
}


@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
            border-color: #dee2e6;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
