@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: -63px;
    right: 310px;
    color: #fff;
    font-size: 15px;
    background: #ff7f28;
    padding: 7px 20px;
    border-radius: 100px;
    text-decoration: none;
    transition: ease 0.3s;
    z-index:1;
}
    .privacy-policy-btn:hover {
        background: #4da7ff;
    }

.User-manual-btn {
    position: absolute;
    top: -63px;
    right: 475px;
    color: #fff;
    font-size: 15px;
    background: #ff7f28;
    padding: 7px 20px;
    border-radius: 100px;
    text-decoration: none;
    transition: ease 0.3s;
    z-index: 1;
}

    .User-manual-btn:hover {
        background: #4da7ff;
    }

.Tutorial-manual-btn {
    position: absolute;
    top: -63px;
    right: 630px;
    color: #fff;
    font-size: 15px;
    background: #51a49f;
    padding: 7px 20px;
    border-radius: 100px;
    text-decoration: none;
    transition: ease 0.3s;
    z-index: 1;
}

    .Tutorial-manual-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: 86em;
    min-width: 80em;
    /*height: 26em;*/
    height: auto;
    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;
}
.modulecontainer2 {
    width: 100%;
    max-width: 61em;
    min-width: 66em;
    /*height: 26em;*/
    height: auto;
    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;
    padding: 2%;
}

.card-module-grid {
    width:100%;
    padding: 31px 40px;
    display: inline-block;
}
    .card-module-grid > li {
        float: left;
        width: 22%;
        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: #ffe5d9;
        height: 110px;
        width: 110px;
        border-radius: 100px;
        padding: 5px 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: /*url('../images/our-story2.png');*/
    linear-gradient(to right top, #043542, #00374b, #003955, #003a5e, #003a66, #003b6b, #013d6f, #043e74, #024177, #01457a, #00487c, #004c7f);
    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;
}
.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: 14px;
    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;
}
.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%);
}
    .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;*/
    transition: all 0.3s ease;
    cursor: pointer;
    color: #e87435;
    text-decoration: none;
    font-size: 12px;
}
.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/login-bg.png");
    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-image: url("../images/login-bg.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) {
    .logout-btn1 {
        top: 10px !important;
        right: 56px !important;
    }
    .logo_space {
        width: 175px !important;
        height: 26px !important;
    }

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

    .mun_shi {
        font-size: 42px !important;
        line-height: 28px !important;
        color: #F44336 !important;
    }

    .munshi-erp {
        font-size: 42px !important;
        line-height: 28px !important;
        color: #F44336 !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: -6px;
        z-index: 1;
        padding-bottom: 10px;
        display: block;
        width: 60%;
    }

    .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: 4% auto;
        box-shadow: 0px 0px 20px rgb(34 11 42 / 74%);
        background-color: #fff;
        padding: 20px;
    }
    .logo__div {
        margin-top: 0 !important;
        justify-content: center;
    }
    .modulecontainer2 {
        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;
    }

    .privacy-policy-btn {
        position: relative;
        top: 0px;
        right: 0px;
        color: #fff;
        font-weight: 500;
        font-size: 10px;
        display: block;
        width: 115px;
        margin: auto;
        background: #ff7f28;
        padding: 5px 17px;
        border-radius: 100px;
        text-decoration: none;
        transition: ease 0.3s;
        z-index: 1;
        margin-top: 65px;
    }
    .User-manual-btn {
        position: relative;
        top: 0px;
        right: 0px;
        color: #fff;
        font-weight: 500;
        font-size: 10px;
        display: block;
        width: 115px;
        margin: auto;
        background: #ff7f28;
        padding: 5px 17px;
        border-radius: 100px;
        text-decoration: none;
        transition: ease 0.3s;
        z-index: 1;
        margin-top: 10px;
    }
    .Tutorial-manual-btn {
        position: relative;
        top: 0px;
        right: 0px;
        color: #fff;
        font-weight: 500;
        font-size: 10px;
        display: block;
        width: 117px;
        margin: auto;
        background: #ff7f28;
        padding: 5px 17px;
        border-radius: 100px;
        text-decoration: none;
        transition: ease 0.3s;
        z-index: 1;
        margin-top: 10px;
    }
    .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: -42px;
        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: -25px;
        }
            .card-module-grid > li {
                float: left;
                width: 46%;
                list-style: none;
                margin-left: 25%;
            }
    .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-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;
}
}

@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;
    }
}



.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;
}



.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 !important;
    }
}

    @media only screen and (min-width:320px) and (max-width:768px) {


        .logo__div {
            padding-left: 0;
            justify-content: start;
        }

        .mun__logo {
            background-image: url('../../../home/img/green__2logo.png') !important;
        }
        .logout-btn1 {
            right: 53px !important;
            top: 15px !important;
        }
        .logout-btn1 {
            padding: 4px 12px !important;
        }
    }
@media only screen and (min-width:769px) and (max-width:1280px) {
    .logout-btn1 {
        right: 125px !important;
    }
    
}
@media only screen and (min-width:769px) and (max-width:1024px) {
    .modulecontainer {
        max-width: 72em !important;
        min-width: 72em !important;
    }
}
    @media only screen and (min-width:320px) and (max-width:1280px) {
        .topright {
            display: none !important;
        }

        .logout-btn {
            right: 0 !important;
        }
    }