
:root {
    --primarycolor: #004388;
}
    /*@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Montserrat:ital,wght@0,400;1,100;1,400;1,600&family=Noto+Sans+JP&family=Noto+Sans+Mandaic&family=Open+Sans:wght@500&family=Poppins:wght@300&family=Roboto+Mono&display=swap');*/
    @font-face {
        /*font-family: 'TheSans-3_Light_TRIAL';*/
        font-family: 'TheSans-Light';
        src: url('../../fonts/TheSans-3_Light_TRIAL.eot');
        src: url('../../fonts/TheSans-3_Light_TRIAL.eot?#iefix') format('embedded-opentype'), url('../../fonts/TheSans-3_Light_TRIAL.woff') format('woff'), url('../../fonts/TheSans-3_Light_TRIAL.ttf') format('truetype'), url('../../fonts/TheSans-3_Light_TRIAL.svg#TheSans-3_Light_TRIAL') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        /*font-family: 'TheSans-3_Light_TRIAL';*/
        font-family: 'TheSans-SemiLight';
        src: url('../../fonts/TheSans-4_SemiLight_TRIAL.eot');
        src: url('../../fonts/TheSans-4_SemiLight_TRIAL.eot?#iefix') format('embedded-opentype'), url('../../fonts/TheSans-4_SemiLight_TRIAL.woff') format('woff'), url('../../fonts/TheSans-4_SemiLight_TRIAL.ttf') format('truetype'), url('../../fonts/TheSans-4_SemiLight_TRIAL.svg#TheSans-4_SemiLight_TRIAL') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        /*font-family: 'TheSans-3_Light_TRIAL';*/
        font-family: 'TheSans-SemiBold';
        src: url('../../fonts/TheSans-6_SemiBold_TRIAL.eot');
        src: url('../../fonts/TheSans-6_SemiBold_TRIAL.eot?#iefix') format('embedded-opentype'), url('../../fonts/TheSans-6_SemiBold_TRIAL.woff') format('woff'), url('../../fonts/TheSans-6_SemiBold_TRIAL.ttf') format('truetype'), url('../../fonts/TheSans-6_SemiBold_TRIAL.svg#TheSans-6_SemiBold_TRIAL') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        /*font-family: 'TheSans-3_Light_TRIAL';*/
        font-family: 'TheSans-Bold';
        src: url('../../fonts/TheSans-7_Bold_TRIAL.eot');
        src: url('../../fonts/TheSans-7_Bold_TRIAL.eot?#iefix') format('embedded-opentype'), url('../../fonts/TheSans-7_Bold_TRIAL.woff') format('woff'), url('../../fonts/TheSans-7_Bold_TRIAL.ttf') format('truetype'), url('../../fonts/TheSans-7_Bold_TRIAL.svg#TheSans-7_Bold_TRIAL') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    /*body {
    font-family: 'TheSans-Light, sans-serif' !important;
    font-weight: 600 !important;
    font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'TheSans-Bold, sans-serif' !important;
    font-weight: 800;
}
button, b, strong {
    font-family: 'TheSans-SemiBold, sans-serif' !important;
    font-weight: 700;
}
p, li, span, a {
    font-family: 'TheSans-Light, sans-serif' !important;
    font-weight: 600 !important;
}*/

    body {
        font-family: 'TheSans-Light', sans-serif !important;
        font-weight: 600 !important;
        font-size: 13px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'TheSans-Bold', sans-serif !important;
        font-weight: 800;
    }

    button, b, strong {
        font-family: 'TheSans-SemiBold', sans-serif !important;
        font-weight: 700;
    }

    p, li, a {
        font-family: 'TheSans-Light', sans-serif !important;
        font-weight: 600 !important;
    }

    .breadcrumb li {
        font-family: 'TheSans-SemiLight', sans-serif !important;
        font-weight: 500 !important;
    }

    body {
        background: #fff;
        font-family: 'TheSans-Light', sans-serif !important;
        /*font-family: 'Montserrat', sans-serif;*/
        overflow: hidden;
        /*font-size: 13px !important;*/
        font-weight: 600 !important;
        font-size: 14px !important;
    }

    @media only screen and (max-width: 767px) {
        .hide-on-mobile {
            display: none;
        }

        .forgot-password {
            font-size: 11px !important;
        }

        .login-back {
            font-size: 11px !important;
        }

        .login-form .btn.btn-primary {
            font-size: 13px !important;
        }
    }

    .login-back {
        color: var(--primarycolor);
        text-decoration: none;
        font-weight: 200;
        font-size: 13px;
    }

    .change-color-back {
        font-weight: 700;
    }

    .form-control {
        font-size: 13px !important;
    }

    .login-box {
        /*    background: url('/images/QGIRS IMAGES-13.png');*/
        /*    background: url('/images/QGIRS IMAGES-03.jpg');*/
        background-size: cover;
        background-position: center;
        height: 100%;
        /*    padding: 10px;*/
        margin-top: 0px;
        /* max-height: 100%; */
        /* display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);*/
    }

    .logo {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #888888;
        margin-bottom: 10px;
        max-width: 500px;
        margin: 0 auto;
    }
        /*.logo img {
    width: 200px;
}
*/
        .logo .logo-font {
            color: var(--primarycolor);
            font-size: 16px;
            margin: 0px;
            text-align: center;
            text-transform: capitalize;
        }

    .form-floating > .form-control::placeholder,
    .form-control:focus + .form-label {
        font-size: 10px !important;
    }

    @media only screen and (max-width: 767px) {
        .login-box {
            height: 100vh;
            background-position: 70%;
            padding: 5px !important;
        }

        body {
            overflow: hidden;
            height: 100vh;
        }

        .logo {
            font-size: 22px;
            padding: 0px 8px 0px 0px !important
        }

            .logo .logo-font {
                font-size: 13px;
            }
    }

    .header-title {
        text-align: center;
        margin-bottom: 11px;
    }

    .account a {
        color: var(--primarycolor);
        font-weight: 600;
    }

    .account {
        font-size: 13px;
    }

    .login-form {
        width: 500px;
        margin: 0 auto;
    }

    .forgot-password {
        color: var(--primarycolor);
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
        cursor: pointer;
        text-decoration: underline;
    }

    .login-form .form-control {
        height: 40px !important;
        /*    height: 45px;
*/ margin-bottom: 20px;
        padding: 10px 40px;
        border-color: #66666652;
    }

    .login-form .form-group {
        position: relative;
        text-align: right;
        margin-bottom: 20px;
    }



    .login-form .btn {
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }

        .login-form .btn.btn-primary {
            background: var(--primarycolor);
            border-color: var(--primarycolor);
            font-weight: 600;
            letter-spacing: 1px;
            font-size: 14px;
            color: #fff !important;
            text-transform: uppercase;
            /*        height:40px !important;
*/
        }

            .login-form .btn.btn-primary:hover, .login-form .btn.btn-primary:active, .login-form .btn.btn-primary:focus {
                color: var(--primarycolor) !important;
            }

                .login-form .btn.btn-primary:hover .bi-arrow-right, .login-form .btn.btn-primary:active .bi-arrow-right, .login-form .btn.btn-primary:focus .bi-arrow-right {
                    color: var(--primarycolor) !important;
                }

    .slider-feature-card {
        border-radius: 10px !important;
        /*    background: #fff;
    max-width: 300px;
    margin: 0 auto;*/
        /*    padding: 30px;*/
        text-align: center;
        /*    -webkit-box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);*/
    }

        .slider-feature-card p {
            font-size: 16px;
            font-weight: 600;
        }

        .slider-feature-card img {
            height: 80%;
            filter: drop-shadow(5px 5px 5px #222);
            /*  margin-top: 30px;
    margin-bottom: 30px;*/
            /*width:100%;
border-top-left-radius:10px;
border-top-right-radius:10px;*/
        }

        .slider-feature-card h3,
        .slider-feature-card p {
            margin-bottom: 30px;
            text-transform: uppercase;
            padding: 10px;
        }


    .project-title {
        font-size: 21px;
        font-weight: 600;
    }



    .form-floating > label {
        /*    top: 4px !important;*/
        padding-top: 20px;
    }


    .field-icon {
        position: absolute;
        top: 15px;
        right: 14px;
        cursor: pointer;
        color: #666666;
    }

    .form-control:focus {
        outline: 0;
        border-color: var(--primarycolor) !important;
        /* Change the border color as needed */
        /*    box-shadow: 0 0 0 0.25rem rgb(70, 150, 145) !important;*/
        box-shadow: none !important;
    }
    /* Shutter Out Horizontal */
    .hvr-shutter-out-horizontal {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        background: #e1e1e1;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        border-radius: 0.3rem;
        /* border-color: #fff !important;
    color: var(--primarycolor) !important; */
    }

        .hvr-shutter-out-horizontal:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #fff;
            color: var(--primarycolor) !important;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: 50%;
            transform-origin: 50%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            border: var(--primarycolor) !important;
            border-radius: 5px;
        }
        /* .hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
    color: var(--primarycolor);
    background-color: #fff;
    border: var(--primarycolor) !important;
    border-radius: 10px;
} */

        .hvr-shutter-out-horizontal:hover:before,
        .hvr-shutter-out-horizontal:focus:before,
        .hvr-shutter-out-horizontal:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

    .hide-on-mobile {
        /*margin-top: -100px;*/
        /*    margin-left: 110px;
    margin-top: 144px;*/
    }

    .form-floating label {
        font-size: 11px !important;
        /*    font-size: 13px !important;
*/
    }

    .forgot h5 {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        color: var(--primarycolor);
    }

    .forgot p {
        font-size: 13px;
    }

    .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
        background: transparent;
    }

    .transbtnsection {
        color: var(--primarycolor);
        background: #f2d37e;
        padding: 5px;
        border-radius: 6px;
        width: 34px;
        /*    color: white;*/
        font-weight: 600;
        cursor: pointer;
        /*    display:none;
*/
    }

    @media (max-width: 800px) {


        .logo {
            font-size: 22px;
            padding: 0px 8px 0px 0px !important
        }
    }

    @media (max-width: 500px) {


        .bi.bi-translate {
            font-size: 18px !important;
        }
    }

    [dir=rtl] .login-box {
        background: url('/images/QGIRS IMAGES-06.jpg'), no-repeat;
        background-size: cover;
        background-position: center;
    }

    [dir=rtl] .field-icon {
        position: absolute;
        top: 23px;
        right: unset !important;
        left: 14px;
        cursor: pointer;
    }

    .log .copyryt {
        position: absolute;
        bottom: 0;
        text-align: center;
        /*    left: 0;*/
        /*    right: 0;*/
    }

        .log .copyryt a {
            color: var(--primarycolor);
            text-decoration: none;
        }

    .logo img {
        /*    background: var(--primarycolor);*/
        margin-bottom: 10px;
        /*width: 166px !important;*/
        width: 200px !important;
    }

    .divider-line {
        font-size: 59px;
        font-weight: 100;
        color: #f2d37e;
        margin: 0 10px;
    }

    input:placeholder {
        font-size: 10px !important;
        padding: 10px 40px;
        color: #666666;
        font-weight: 600
    }

    input[type="password"]::placeholder {
        font-size: 12px !important;
    }

    .icon-user, .icon-lock {
        position: absolute;
        top: 17px;
        left: 20px;
        color: #666666;
        font-size: 14px;
        font-weight: 500
    }

    .loginlable {
        position: absolute;
        top: -10px;
        background: white;
        left: 12px;
        background: white;
        padding: 0px 5px;
        color: #666666;
        letter-spacing: 1;
        text-transform: uppercase;
        font-size: 11px;
    }

    input::-webkit-input-placeholder { /* Chrome, Safari, Edge */
        font-size: 12px;
    }

    input::-moz-placeholder { /* Firefox 19+ */
        font-size: 12px;
    }

    input:-ms-input-placeholder { /* IE 10+ */
        font-size: 12px;
    }

    input::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 12px;
    }

    [dir=rtl] .icon-user, [dir=rtl] .icon-lock {
        right: 20px;
        left: inherit;
    }
    /*.slider-feature-card::before {
    content: "";
    background: url("/images/worker images-01.png");
    background-size: cover;
    background-position: center;
    background-position: center;
}*/

    .carousel-item {
        transition: transform 2.6s ease-in-out;
    }

        .carousel-item-next, .carousel-item-prev, .carousel-item.active {
            display: block;
            transition: opacity 0s 2.6s;
        }
    /* The container */
    .containercheck {
        display: block;
        position: relative;
        padding-left: 25px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        /* Hide the browser's default checkbox */
        .containercheck input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }
    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 17px;
        width: 17px;
        background-color: #cecccc;
        border-radius: 4px;
    }
    /* On mouse-over, add a grey background color */
    .containercheck:hover input ~ .checkmark {
        background-color: #ccc;
    }
    /* When the checkbox is checked, add a blue background */
    .containercheck input:checked ~ .checkmark {
        background-color: var(--primarycolor);
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    .containercheck input:checked ~ .checkmark:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    .containercheck .checkmark:after {
        left: 4px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    [dir=rtl] .power {
        order: 2;
    }

    [dir=rtl] .avg {
        order: 1;
    }

    [dir=rtl] .loginlable {
        right: 12px;
        left: inherit;
    }

    .btntrans {
        text-align: right;
        margin-bottom: 10px;
        position: absolute;
        top: 30px;
        right: 40px;
        width: 50%;
    }

    [dir=rtl] .btntrans {
        text-align: left;
    }

    .transbtnsection:hover {
        color: var(--primarycolor);
        background: #f2d37e;
        padding: 5px;
        border-radius: 6px;
        /* color: white; */
        font-weight: 600;
        cursor: pointer;
        /* display: none; */
    }

    .font-500 {
        font-weight: 500
    }

    .font-bold {
        font-weight: bold;
    }

    .text-primary.font-bold {
        color: var(--primarycolor) !important;
        text-decoration: none;
    }

    .transbtnsectionnew, .transbtnsectionnew:hover {
        color: var(--primarycolor);
        background: #f2d37e;
        padding: 5px;
        border-radius: 6px;
        width: 34px;
        font-size: 13px;
        /*    color: white;*/
        font-weight: 600;
        cursor: pointer;
        /*    display:none;
*/
    }

    .font-13 {
        font-size: 13px
    }

    .font-15 {
        font-size: 15px
    }

    .slider-feature-card img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    #Help&support .modal-footer .foot_btns button {
        background: var(--primarycolor);
        color: #fff;
    }

    .login-box .login_lft .icon-user {
        position: absolute;
        top: 13px !important;
        left: 20px !important;
        color: #666666;
        font-size: 14px;
        font-weight: 500;
    }

    .login-box .login_lft .icon-lock {
        position: absolute;
        top: 12px !important;
        left: 20px !important;
        color: #666666;
        font-size: 14px;
        font-weight: 500;
    }
    /* Approximate zoom level: 110% */
    @media (max-width: 1366px) and (min-width: 1281px) { /* Adjust for your layout */
        /* .hide-on-mobile {
        margin-left: 80px;
        margin-top: 100px;
    }*/

        .carousel p {
            font: 598 55px / 1 'Impact', Arial, sans-serif !important;
        }

        .login-form {
            max-width: 550px;
            margin: 0 auto;
        }

        .logo {
            max-width: 450px;
            margin: 0 auto;
        }
    }
    /* Approximate zoom level: 125% */
    @media (max-width: 1280px) {
        /*.hide-on-mobile {
        margin-left: 80px;
        margin-top: 100px;
    }*/

        .carousel p {
            font: 598 50px / 1 'Impact', Arial, sans-serif !important;
        }

        .login-form {
            /*max-width: 450px;*/
            max-width: 350px !important;
            margin: 0 auto;
        }

        .logo {
            max-width: 450px;
            margin: 0 auto;
        }
    }
    /* Approximate zoom level: 150% */
    @media (max-width: 1024px) {
        /*.hide-on-mobile {
        margin-left: 70px;
        margin-top: 100px;
    }*/
        .logologinpagemnresp {
            position: relative !important;
        }

        .carousel p {
            font: 598 50px / 1 'Impact', Arial, sans-serif !important;
        }

        .login-form {
            max-width: 300px;
            margin: 0 auto;
        }

        .login-box .login_lft .FstmainLogoNew1 {
            /*max-width: 180px !important;*/
            max-width: 262px !important;
            width: 100% !important;
            position: relative;
            right: 0 !important;
        }
    }

    .login-box .login_lft .FstmainLogoNew2 {
        max-width: 140px !important;
        width: 100% !important;
        position: relative;
        right: -10px;
        /*right: -22px;*/
    }
}
    .logo {
        max-width: 350px;
        margin: 0 auto;
    }
}

/* Approximate zoom level: 175% */
@media (max-width: 768px) {
    /*.hide-on-mobile {
        margin-left: 60px;
        margin-top: 100px;
    }*/

    .carousel p {
        font: 598 50px / 1 'Impact', Arial, sans-serif !important;
    }

    .logo {
        max-width: 350px;
        margin: 0 auto;
    }

    .login-form {
        max-width: 600px;
        margin: 0 auto;
    }

    .login-box .login_lft {
        width: 100%;
        height: 100vh;
        transform: translateY(13%);
    }
    /*.forgot-password {
        color: #fff;
    }
    .text-primary.font-bold {
        color: #fff;
    }*/
    .login-box {
        background: none;
        padding:17px !important;
    }

    .btntrans {
        width: 100%;
        top: 20px;
        right: 0;
        margin-right: 10px!important;
    }
    .logintextwid {
        max-width: 100%;
    }
    .transbtnsectionnew, .transbtnsectionnew:hover {
        max-width: 150px;
        width: 100% !important;
    }
}

/* Approximate zoom level: 200% */
@media (max-width: 640px) {
 /*   .hide-on-mobile {
        margin-left: 50px;
        margin-top: 100px;
    }*/

    .carousel p {
        font: 598 45px / 1 'Impact', Arial, sans-serif !important;
    }

    .logo {
        max-width: 300px;
        margin: 0 auto;
    }

    .login-form {
        max-width: 100%;
        margin: 0 30px;
    }

    .divider-line {
        margin: -20px 10px 0;
    }
}
@media (max-width: 550px) {
    .login-form {
        margin: 0 10px;
    }

}
.login_lft {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}
.log .copyryt {
    position: absolute;
    bottom: 0;
    text-align: center;
}
.containerloader {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ring {
    position: absolute;
    height: 150px;
    width: 150px;
    border: 0px solid #272727;
    border-radius: 50%;
}

    .ring:nth-child(1) {
        border-bottom-width: 10px;
        border-color: #2fb563;
        animation: rotate1 1.5s linear infinite;
    }

    .ring:nth-child(2) {
        border-right-width: 10px;
        border-color: #fbac48;
        animation: rotate2 1.5s linear infinite;
    }

    .ring:nth-child(3) {
        border-top-width: 10px;
        border-color: #57b1e3;
        animation: rotate3 1.5s linear infinite;
    }


@keyframes rotate1 {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes rotate2 {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes rotate3 {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

.circlenewloader {
    width: 60px;
    height: 60px;
    padding: 6px;
    position: absolute;
    /*    background-color: var(--white);*/
    border-radius: 50%;
    animation: mid 1s linear infinite;
}
/*
@keyframes mid {
    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(0.5);
    }
}*/

.circle-container {
    display: flex;
    gap: 20px;
    background: white;
}

.animated-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.2);
}

    .animated-circle.one {
        animation: bounce-one 1.5s ease-in-out infinite;
        /*background: #2fb563;*/
        background: #0d79c2;
    }

    .animated-circle.two {
        animation: bounce-two 1.5s ease-in-out infinite;
        /*        background: #fbac48;*/
        background: #223860;
    }

    .animated-circle.three {
        animation: bounce-three 1.5s ease-in-out infinite;
        /*background: #57b1e3;*/
        background: #0e77c0;
    }
.loaderpos {
    position: absolute;
    top: 0;
    z-index: 4000;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #ffffffcf;
    width: 100%;
}
@keyframes bounce-one {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@keyframes bounce-two {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes bounce-three {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-25px);
    }
}
@media (max-width: 320px) {
    .logo {
        /*max-width: 189px !important;*/
        max-width: 130px !important;
        margin: 0 auto !important;
    }
    }
@media (max-width: 320px) {
    .logologinpagemnresp {
        margin-bottom: 0 !important;
    }
    .logo .logo-font {
        font-size: 13px;
        margin-bottom: 20px !important;
    }
    .loginmnpage .log {
        margin: 20px !important;
    }
    .forgetpswmnpage .log {
        margin: 20px !important;
    }
    .forgetpswmnpage .login-form .btn.btn-primary {
        font-size: 10px !important;
    }
    .login-form{
        max-width:300px !important;
    }
}
@media (max-width: 320px) {
    .ftr-alignment {
        padding: 0;
    }
}