@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
:root {
 --main-bg-color: #9C27B0;
}
*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
html {
    height: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}
body {
    height: 100%;
    font-size: 65.2%;
    background: #fff8ed;
    color: #1d2129;
    display: flex;
   /* perspective: 1600px;*/
}

.privacy-policy-btn {
    position: absolute;
    top: 10px;
    right: 13px;
    width: 125px;
    color: #fff;
    font-size: 11px;
    background: #ff7f28;
    padding: 7px 5px;
    border-radius: 100px;
    text-decoration: none;
    transition: ease 0.3s;
    z-index: 1;
}
    .privacy-policy-btn:hover {
        background: #4da7ff;
    }
.Term-Condition-btn {
    position: absolute;
    top: 10px;
    right: 280px;
    width: 125px;
    color: #fff;
    font-size: 11px;
    background: #ff7f28;
    padding: 7px 5px;
    border-radius: 100px;
    text-decoration: none;
    transition: ease 0.3s;
    z-index: 1;
}

    .Term-Condition-btn:hover {
        background: #4da7ff;
    }
.return-policy-btn {
    position: absolute;
    top: 10px;
    right: 150px;
    width: 120px;
    color: #fff;
    font-size: 11px;
    background: #ff7f28;
    padding: 7px 5px;
    border-radius: 100px;
    text-decoration: none;
    transition: ease 0.3s;
    z-index: 1;
}

    .return-policy-btn:hover {
        background: #4da7ff;
    }
.price-list-btn {
    position: absolute;
    top: 43px;
    right: 13px;
    width: 125px;
    color: #fff;
    font-size: 11px;
    background: #ff7f28;
    padding: 7px 5px;
    border-radius: 100px;
    text-decoration: none;
    transition: ease 0.3s;
    z-index: 1;
}

    .price-list-btn:hover {
        background: #4da7ff;
    }

.logout-btn {
    position: absolute;
    top: -63px;
    right: 310px;
    color: #fff;
    font-size: 15px;
    background: #ff7f28;
    padding: 7px 20px;
    border-radius: 100px;
    text-decoration: none;
    transition: ease 0.3s;
}
    .logout-btn:hover {
        background: #4da7ff;
    }
    .logout-btn > span{

    }

    .modulecopyright {
        position: relative;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        margin-top: 20px;
    }
    .modulecopyright a {
        color: #ffffff;
        text-decoration:none
    }

    .modulecontainer {
        width: 100%;
        max-width: 110em;
        min-width: 70.5em;
        height: 47em;
        left: 0px;
        right: 0px;
        position: fixed;
        border-radius: 1em;
        /* transform-style: preserve-3d; */
        margin: 10% auto;
        box-shadow: 0px 0px 20px rgb(34 11 42 / 74%);
        background-color: #fff;
    }



.card-module-grid {
    padding: 31px 40px;
    display: inline-block;
}
    .card-module-grid > li {
        float: left;
        width: 23%;
        list-style: none;
        margin: 10px;
    }
.card-module {
    border: 1px solid #d7d7d7;
    display: block;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px;
    transition: ease 0.3s;
    background-color:#fff;
}

.card-module:hover{
    -webkit-box-shadow: 0 10px 90px rgb(0 0 0 / 18%);
    box-shadow: 0 10px 90px rgb(0 0 0 / 18%);
    transform: scale(1.1);
}
.card-block-module{

}
    .card-block-module > span {
        display: inline-block;
        background: #dddddd;
        height: 110px;
        width: 110px;
        border-radius: 100px;
        padding: 21px 0px;
    }
        .card-block-module > span > img {
            height:65px;
        }
    .card-block-module > h3 {
        font-size: 16px;
        color: #242424;
        padding: 0px 0px;
        font-weight: 600;
        height: 40px;
        line-height: normal;
        display: table;
        width: 100%;
    }
        .card-block-module > h3 > b {
            line-height: normal;
            display: table-cell;
            vertical-align: middle;
            font-weight: 600;
        }

.topright {
    position: absolute;
    top: -63px;
    right: 0px;
    color: #d5d5d5;
    font-size: 15px;
    background: transparent;
    padding: 7px 20px;
    border-radius: 100px;
    border: 1px solid #997ba7;
}
.wave {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.container {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap : 7rem;
    padding: 0 2rem;
}
.login-content {
    width: 100%;
}
.login-content .input-div {
    position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 20px 0;
    padding: 5px 0;
    border-bottom: 1px solid #d9d9d9;
}
.login-content .input-div.one {
    margin-top: 0;
}
.i {
    color: #7e7d7d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: relative;
    top: -1px;
}
.i i {
    transition: .3s;
}
.input-div > .div-box {
    position: relative;
    height: 40px;
}
.input-div > .div-box > h5 {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #7e7d7d;
    font-size: 13px;
    transition: .3s;
    font-weight: 400;
}
.input-div:before, .input-div:after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background-color: #421f19;
    transition: .4s;
}
.input-div:before {
    right: 50%;
}
.input-div:after {
    left: 50%;
}
.input-div.focus:before, .input-div.focus:after {
    width: 50%;
}
.input-div.focus > .div-box > h5 {
    top: 0px;
    font-size: 13px;
}
.input-div.focus > .i > i {
    color: #421f19;
}
.input-div > .div-box > input, .input-div > .div-box > select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 0.5rem 0.7rem;
    font-size: 13px;
    color: #555;
}
.input-div.pass {
    margin-bottom: 20px;
}
.img-story2 {
    width: 100%;
    content: " ";
    background-image: linear-gradient(to right top, #043542, #00374b, #003955, #003a5e, #003a66, #003b6b, #013d6f, #043e74, #024177, #01457a, #00487c, #004c7f);
    /*background-color: #3e403f;*/
    /*   background-image: url("../images/our-story2.png");*/
    position: absolute;
    height: 100%;
    top: 0px;
    bottom: 0px;
    background-size: cover;
    z-index: -1;
}
.version {
    position: absolute;
    bottom: 1em;
    right: 2em;
    border-radius: 4em;
    background: #ff4b2b;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 0.8em 2em;
    letter-spacing: 0.1em;
    transition: transform 80ms ease-in;
}
.content h1 {
    font-weight: 700;
    text-align: left;
    font-size: 26px;
    margin-bottom: 20px;
    width: 100%;
    color: #000;
}
.content h2 {
    font-weight: 700;
    text-align: left;
    font-size: 26px;
    margin-bottom: 6px;
    margin-top: 34px;
    line-height: 34px;
    width: 100%;
}
.remember {
    float: left;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
}
.remember:hover {
    cursor: pointer;
    text-decoration: none;
}
.remember span {
    font-size: inherit;
    line-height: 1em;
}
.remember span::before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    border: 2px solid #aaa;
    vertical-align: middle;
    transition: all 0.1s ease-in-out;
    margin-right: 6px;
    transform: scale(0.99);
}
.remember input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.remember input[type=checkbox]:checked + span::before {
    border-color: #ffffff;
    box-shadow: 0 0 0 2px #421f19;
    background: #421f19;
    transform: scale(0.8);
}
.remember input[type=checkbox]:focus + span {
    text-decoration: underline;
}
.remember input[type=checkbox]:checked + span {
    text-decoration: none;
}
.forget {
    float: right;
    color: #333;
    font-size: 1.4em;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.registernewuser {
    float: left;
    color: #333;
    font-size: 1.4em;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.clearfix {
    clear: both;
    display: table;
}
.loginwith {
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    font-size: 10px;
    position: absolute;
    bottom: 20px;
    width: 83%;
    text-align: left;
}
.loginwith > ul{
	
}
.loginwith > ul > li {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    list-style: none;
    font-size: 11px;
}

.copy {
    display: block;
    font-size: 1em;
    margin-top: auto;
}
.button-btn {
    width: 100%;
    display: block;
    margin: 5px auto;
    margin-top: 50px;
    border-radius: 100px;
    background: #e87435;
    border: 0px solid #e87435;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    padding: 0.8em 2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button-btn:hover {
    cursor: pointer;
}
.button-btn:active {
    transform: scale(0.95);
}
.button-btn:focus {
    outline: none;
}
.forget a {
    transition: all 0.3s ease;
    cursor: pointer;
    color: #e87435;
    text-decoration: none;
    font-size: 12px;
}


.forget a:hover {
    text-decoration: underline;
}

.signup a {
    transition: all 0.3s ease;
    cursor: pointer;
    color: #d81313;
    text-decoration: none;
    font-size: 13px;
    width: 144px;
    float: right;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    text-decoration: underline;
    height: 30px;
}


    .signup a:hover {
        text-decoration: underline;
    }

.signupbutton-btn {
    width: 100%;
    display: block;
    margin: 5px auto;
    margin-top: 50px;
    border-radius: 100px;
    background: #e87435;
    border: 0px solid #e87435;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    padding: 8px 0px 0px 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.logincontainer {
    width: 100%;
    max-width: 100em;
    min-width: 70.5em;
    height: 46em;
    left: 0px;
    right: 0px;
    position: fixed;
    /* border-radius: 2em; */
    /* transform-style: preserve-3d; */
    margin: 10% auto;
    box-shadow: 0px 0px 20px rgb(34 11 42 / 74%);
    border-radius: 20px;
}
    .logincontainer > div {
        position: absolute;
        width: 40%;
        height: 100%;
        top: 0;
    }
.content {
    width: 100%;
    height: 100%;
    padding: 0 5em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;/* justify-content: flex-end; */
}
.toplogo {
    position: absolute;
    top: -73px;
}
.toplogo > img {
    height: 50px;
}
.copyright {
    position: absolute;
    bottom: 20px;
    font-size: 10px;
    color: #383838;
}
.copyright > a {
    color: #383838;
    text-decoration: none;
}
.copyright > a:hover {
    color: #000;
}
.content> h2 > span {
    font-size: 20px;
    text-align: left;
    display: block;
}
.content > p {
    font-size: 14px;
    width: 100%;
    text-align: justify;
    line-height: 23px;
    margin-bottom: 15px;
}
.content > ul {
    text-align: left;
}
.content > ul > li {
    font-size: 13px;
    text-align: justify;
    line-height: 26px;
    list-style: none;
    display: inline-block;
    border: 1px solid #fff;
    padding: 0px 10px;
    margin: 4px 3px;
    border-radius: 3px;
    color: #000;
    background-color: #fff;
}
.login {
    right: 0;
    transform-style: preserve-3d;
}
.login .content {
    background: #ffffff url("../images/loginlogo-icon.png") no-repeat center;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.login .content form {
    width: 100%;
}
.login h1 {
    margin-top: auto;
}
.register {
    right: 0;
    border-radius: 0 20px 20px 0;
    transform-style: preserve-3d;
}
.register button {
    width: 100%;
}
.register svg {
    margin: 1em;
    stroke: #999;
}
.register .content {
    border-radius: 0 20px 20px 0;
    background: #fff;
    padding: 0em 6em;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    justify-content: center;
}
.register .content form {
    width: 100%;
}
.page {
    left: 0;
    color: #fff;
    border-radius: 20px 0px 0px 20px;
    transform-origin: left center;
    transition: -webkit-animation 1s linear;
    transition: animation 1s linear;
    transition: animation 1s linear, -webkit-animation 1s linear;
    width: 60% !important;
}
.page .back-button {
    background: transparent;
    outline: 0px;
    border: 0px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}
.page .back-button:hover {
    color: #eee;
}
.front {
    /*  background: linear-gradient(-45deg, rgb(66 31 25 / 98%) 0%, #c7a34c 100%) no-repeat 0 0/100%;*/
    background-image: url("../images/loginbanner.png");
    /* background-color: #d4dce3;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 3;
}
.back {
    /*  background: linear-gradient(135deg, rgb(66 31 25 / 98%) 0%, #c7a34c 100%) no-repeat 0 0/200%;*/
    /* background-color: #d4dce3;*/
    background-image: url("../images/loginbanner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 2;
}
.back .content {
    transform: rotateY(180deg);
}
.active .front {
    -webkit-animation: rot-front 0.6s ease-in-out normal forwards;
    animation: rot-front 0.6s ease-in-out normal forwards;
}
.active .back {
    -webkit-animation: rot-back 0.6s ease-in-out normal forwards;
    animation: rot-back 0.6s ease-in-out normal forwards;
}
.close .front {
    -webkit-animation: close-rot-front 0.6s ease-in-out normal forwards;
    animation: close-rot-front 0.6s ease-in-out normal forwards;
}
.close .back {
    -webkit-animation: close-rot-back 0.6s ease-in-out normal forwards;
    animation: close-rot-back 0.6s ease-in-out normal forwards;
}
 @-webkit-keyframes rot-front {
 from {
 transform: translateZ(2px) rotateY(0deg);
}
 to {
 transform: translateZ(1px) rotateY(-180deg);
}
}
 @keyframes rot-front {
 from {
 transform: translateZ(2px) rotateY(0deg);
}
 to {
 transform: translateZ(1px) rotateY(-180deg);
}
}
 @-webkit-keyframes rot-back {
 from {
 transform: translateZ(1px) rotateY(0deg);
}
 to {
 transform: translateZ(2px) rotateY(-180deg);
}
}
 @keyframes rot-back {
 from {
 transform: translateZ(1px) rotateY(0deg);
}
 to {
 transform: translateZ(2px) rotateY(-180deg);
}
}
 @-webkit-keyframes close-rot-front {
 from {
 transform: translateZ(1px) rotateY(-180deg);
}
 to {
 transform: translateZ(2px) rotateY(0deg);
}
}
 @keyframes close-rot-front {
 from {
 transform: translateZ(1px) rotateY(-180deg);
}
 to {
 transform: translateZ(2px) rotateY(0deg);
}
}
 @-webkit-keyframes close-rot-back {
 from {
 transform: translateZ(2px) rotateY(-180deg);
}
 to {
 transform: translateZ(1px) rotateY(0deg);
}
}
 @keyframes close-rot-back {
 from {
 transform: translateZ(2px) rotateY(-180deg);
}
 to {
 transform: translateZ(1px) rotateY(0deg);
}
}
.active .register .content {
    transform-origin: left center;
    -webkit-animation: show-register 0.7s ease-in-out normal forwards;
    animation: show-register 0.7s ease-in-out normal forwards;
}
.active .login .content {
    transform-origin: right center;
    -webkit-animation: hide-login 0.7s ease-in-out normal forwards;
    animation: hide-login 0.7s ease-in-out normal forwards;
}
.close .register .content {
    transform-origin: left center;
    -webkit-animation: hide-register 0.7s ease-in-out normal forwards;
    animation: hide-register 0.7s ease-in-out normal forwards;
}
.close .login .content {
    transform-origin: right center;
    -webkit-animation: show-login 0.7s ease-in-out normal forwards;
    animation: show-login 0.7s ease-in-out normal forwards;
}
 @-webkit-keyframes show-register {
 from {
 transform: rotateY(80deg);
}
 to {
 transform: rotateY(0deg);
}
}
 @keyframes show-register {
 from {
 transform: rotateY(80deg);
}
 to {
 transform: rotateY(0deg);
}
}
 @-webkit-keyframes hide-login {
 from {
 transform: rotateY(0.01deg);
}
 to {
 transform: rotateY(-80deg);
}
}
 @keyframes hide-login {
 from {
 transform: rotateY(0.01deg);
}
 to {
 transform: rotateY(-80deg);
}
}
 @-webkit-keyframes hide-register {
 from {
 transform: rotateY(0.01deg);
}
 to {
 transform: rotateY(80deg);
}
}
 @keyframes hide-register {
 from {
 transform: rotateY(0.01deg);
}
 to {
 transform: rotateY(80deg);
}
}
 @-webkit-keyframes show-login {
 from {
 transform: rotateY(-80deg);
}
 to {
 transform: rotateY(0deg);
}
}
 @keyframes show-login {
 from {
 transform: rotateY(-80deg);
}
 to {
 transform: rotateY(0deg);
}
}
.mobile-back-btn {
    display: none;
}





@media only screen and (max-device-width: 768px) {
    .logo_space {
        width: 175px !important;
        height: 30px !important;
    }

    /*.mun__logo img {
        width: 58PX !important;
        height: 34PX !important;
    }*/

/*    .mun_shi {
        font-size: 42px !important;
        line-height: 28px !important;
    }

    .munshi-erp {
        font-size: 42px !important;
        line-height: 28px !important;
    }

    .munshi_space {
        width: 16px;
        background: red;
        height: 5px !important;
        margin-right: 2px !important;
        margin-bottom: 8px !important;
        padding: 0 6px !important;
    }*/
.mobile-back-btn {
    display: block;
}
    .logincontainer .front {
        display: none;
    }
    .logincontainer .back {
        display: none;
    }
    .logincontainer {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 100%;
        position: relative;
        border-radius: 2em;
        transform-style: preserve-3d;
        margin: auto;
        position: fixed;
    }
        .logincontainer > div {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
        }
.register {
    right: 0;
    border-radius: 0px;
    transform-style: preserve-3d;
    z-index: -1;
}
    .toplogo {
        position: relative;
        top: 10px;
        z-index: 1;
        padding-bottom: 10px;
        display: block;
    }
    .logo__div {
        margin-top: 15px !important;
        justify-content: center;
    }
    .modulecontainer {
        width: 95%;
        max-width: none;
        min-width: auto;
        height: 100%;
        left: 0px;
        right: 0px;
        position: relative;
        border-radius: 1em;
        /* transform-style: preserve-3d; */
        margin: 10% auto;
        box-shadow: 0px 0px 20px rgb(34 11 42 / 74%);
        background-color: #fff;
        padding: 20px;
    }


    .topright {
        position: relative;
        top: 10px;
        right: 0px;
        color: #fff;
        font-size: 12px;
        background: #624071;
        padding: 5px 20px;
        border-radius: 100px;
        display: block;
        width: 100%;
        margin: auto;
        text-align: center;
    }



    .logout-btn {
        position: relative;
        z-index: 1;
        top: -62px;
        right: 0px;
        float: right;
        width: 30px;
        height: 30px;
        padding: 5px 6px;
        text-align: center;
        background: transparent;
        border: 1px solid #ccc;
        color: #b5b5b5;
    }
        .logout-btn > span{
            display:none;
        }
        .card-module-grid {
            padding: 0px;
            display: inline-block;
            margin-top: 10px;
        }
        .card-module-grid > li {
            float: left;
            width: 46%;
            list-style: none;
            margin: 4px;
        }
    .card-module {
        padding: 10px;
        border-radius: 2px;
    }
    .card-block-module > span {
        height: 80px;
        width: 80px;
        padding: 11px 0px;
    }
    .card-block-module > span > img {
        height: 55px;
    }
    .card-block-module > h3 {
        font-size: 13px;
        color: #242424;
        padding: 0px 3px;
        font-weight: 600;
        height: 40px;
        line-height: normal;
        display: table;
        width: 100%;
    }

    .img-story2 {
        width: 100%;
        content: " ";
        background-color: #3e403f;
        /* background-image: url("../images/our-story2.png");*/
        position: fixed;
        height: 100%;
        top: 0px;
        bottom: 0px;
        background-size: cover;
        z-index: -1;
    }

    .modulecopyright {
        position: relative;
        font-size: 10px;
        color: #000000;
        text-align: center;
        margin-top: 20px;
        font-weight: 500;
    }
        .modulecopyright a {
            color: #000000;
            text-decoration: none;
        }
.content {
    width: 100%;
    height: 100%;
    padding: 0 3em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
	.toplogo > img {
    height: 40px;
    margin: auto;
    display: block;
}
.register .content {
    border-radius: 0px;
    background: #fff;
    padding: 0em 3em;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    justify-content: center;
}
    .login .content {
        border-radius: 0px;
        box-shadow: none;
        margin-top: 13px;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {

    .logincontainer {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        position: relative;
        border-radius: 2em;
        height: 46em;
        transform-style: preserve-3d;
        margin: auto;
        position: absolute;
    }
}
@media only screen and (min-width:320px) and (max-width:768px) {
    .login .content form {
        margin-top: 30px;
    }
    .login .content {
        background-image: linear-gradient(to right top, #043542, #00374b, #003955, #003a5e, #003a66, #003b6b, #013d6f, #043e74, #024177, #01457a, #00487c, #004c7f);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset !important;
    }
    .login-content {
        background-image: linear-gradient(to right top, #043542, #003c51, #004260, #004770, #004c7f);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        padding: 15px 10px;
        border-radius: 20px;
        border: 2px solid #ffffff;
    }
    .content h1 {
        color: #ffffff;
    }
    .login-content .i {
        color: #ffffff;
    }
    .login-content .input-div > .div-box > input, .input-div > .div-box > select {
        color: #ffffff;
    }
    .login .content form .button-btn {
        width: 140px;
        background: #ff6700;
    }
    .signup a {
        color: #ffeb3b;
    }
    .helpdesk a {
        color: #FFEB3B !important;
    }
    .registernewuser a {
        color: #ffffff !important;
    }
    .copyright {
        color: #ffffff;
    }
        .copyright > a {
            color: #FFEB3B;
        }
    .input-div > .div-box > input, .input-div > .div-box > select {
        font-size: 14px
    }
    .input-div > .div-box {
        margin-left: 6px;
    }
    .helpdesk {
        margin-top: 15px;
    }
}
    @media only screen and (min-width:768px) and (max-width:2000px) {
        .logincontainer a.Tutorial-manual-btn {
            position: relative;
            z-index: 9;
            color: #000000;
            margin-top: 15px;
            padding-left: 21px;
            font-size: 12px;
            font-weight: 600;
            top: 5px;
        }

            .logincontainer a.Tutorial-manual-btn i.fa {
                font-size: 18px;
                margin-right: 5px;
            }
    }
@media screen and (min-width:901px) and (max-width:2500px) and (orientation: landscape) {
    .lgn_pge {
        position: relative !important;
        margin: 0 auto !important;
        width: 100% !important;
        height: 40rem !important;
        background: linear-gradient(to right top, #043542, #00374b, #003955, #003a5e, #003a66, #003b6b, #013d6f, #043e74, #024177, #01457a, #00487c, #004c7f);
    }

    .logincontainer {
        position: absolute !important;
    }
}
@media only screen and (min-width:768px) and (max-width:900px) and (orientation: landscape) {
    .lgn_pge {
        position: relative !important;
        margin: 0 auto !important;
        width: 100% !important;
        height: 37rem !important;
        background: linear-gradient(to right top, #043542, #00374b, #003955, #003a5e, #003a66, #003b6b, #013d6f, #043e74, #024177, #01457a, #00487c, #004c7f);
    }

    .logincontainer {
        width: 80% !important;
        max-width: 80em !important;
        position: absolute !important;
    }
}


    .app-header .app-header__logo {
        display: flex;
        align-items: center;
    }

    .logo__div {
        display: flex;
        align-items: end;
    }

    .mun__logo {
        background-image: url('../../../home/img/green__logo.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .logo_space {
        width: 270px;
        opacity: 0;
        height: 40px;
    }


    /*.mun_shi {
    font-size: 48px;
    font-family: monospace;
    font-weight: 800;
    line-height: 33px;
    color: #fff;
}

.munshi-erp {
    font-size: 48px;
    font-family: monospace;
    font-weight: 800;
    line-height: 33px;
    color: #fff;
}

.munshi_space {
    width: 15px;
    background: red;
    height: 6px;
    margin-right: 2px;
    margin-bottom: 16px;
}*/

    .app-header .app-header__logo {
        display: flex;
        align-items: center;
    }

    .logo__div {
        position: relative;
        /* margin-top: -88px;*/
        width: 100%;
        display: flex;
        height: unset !important;
    }


    @media only screen and (min-width:320px) and (max-width:380px) {
        .logo_space {
            width: 175px !important;
            height: 26px;
        }

        .logo__div {
            /* padding-left: 90px;*/
        }

            .logo__div .mun_shi {
                font-size: 30px !important;
                line-height: 22px !important;
            }

            .logo__div .munshi-erp {
                font-size: 30px !important;
                line-height: 22px !important;
            }

        .login .content form {
            margin-top: 30px;
        }
    }

    @media only screen and (min-width:320px) and (max-width:768px) {
        .for_mbl-log-btn {
            display: none;
        }
        .privacy-policy-btn {
            /*margin-right: 10px;
            margin-top: 40px;*/
            padding: 4px 0px 5px 3px;
            position: relative;
            right: -120px;
            color: #fff;
            font-weight: 500;
            font-size: 0.55rem;
            display: block;
            width: 7.10rem;
            margin: auto;
            background: #ff6700;
            border-radius: 100px;
            text-decoration: none;
            transition: ease 0.3s;
            z-index: 1;
            top: -11px;
        }

        .return-policy-btn {
            top: -32px;
            padding: 4px 0px 5px 3px;
            position: relative;
            right: 0px;
            color: #fff;
            font-weight: 500;
            font-size: 0.55rem;
            display: block;
            width: 7.10rem;
            margin: auto;
            background: #ff6700;
            border-radius: 100px;
            text-decoration: none;
            transition: ease 0.3s;
            z-index: 1;
        }

        .Term-Condition-btn {
            margin-right: 10px;
            margin-top: 4px;
            padding: 4px 0px 5px 3px;
            position: relative;
            left: -120px;
            color: #fff;
            font-weight: 500;
            font-size: 0.55rem;
            display: block;
            width: 7.10rem;
            margin: auto;
            background: #ff6700;
            border-radius: 100px;
            text-decoration: none;
            transition: ease 0.3s;
            z-index: 1;
        }

        .price-list-btn {
            top: 0px;
            padding: 4px 0px 5px 3px;
            position: relative;
            right: 0px;
            color: #fff;
            font-weight: 500;
            font-size: 0.55rem;
            display: none !important;
            width: 7.10rem;
            margin: auto;
            background: #ff6700;
            border-radius: 100px;
            text-decoration: none;
            transition: ease 0.3s;
            z-index: 1;
        }

        .login h1 {
            margin-top: 88px;
            position: relative;
            margin-bottom: -20px;
        }
    }
@media only screen and (min-width:769px) and (max-width:1020px) {
    .privacy-policy-btn {
        margin-right: -5px;
        margin-top: 40px;
        font-size: 0.55rem;
    }

    .return-policy-btn {
        margin-right: -142px;
        margin-top: 4px;
        width: 126px;
        font-size: 0.55rem;
    }

    .Term-Condition-btn {
        margin-right: -121px;
        margin-top: 4px;
        font-size: 0.55rem;
    }
    .price-list-btn {
        margin-right: -5px;
        margin-top: 40px;
        font-size: 0.55rem;
    }

    .login h1 {
        position: relative;
        margin-left: -75px;
    }

}