﻿@charset "utf-8";
/* CSS Document */
/*default css*/
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;700&family=Roboto+Condensed:wght@300;400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}

a {
    text-decoration: none !important;
}

    a:hover {
        cursor: pointer;
    }

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

ul, li {
    list-style: none;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    line-height: 22px;
}

div:after {
    content: '';
    display: block;
    clear: both;
}
/*custom css*/
.preheader {
    width: 100%;
    padding: 0;
    background-color: #218f87;
    z-index: 9;
    top: 0;
}

    .preheader a {
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        padding: 1px;
    }

.loginbtn {
    line-height: 0px;
    font-size: 17px;
    font-weight: 500;
    background: #22c3b8;
    padding: 12px 5px;
    border-radius: 6px;
    margin-top: 4px;
    transition: 0.5s all;
}

    .loginbtn:hover {
        background: #005F59;
    }

.preheader a:hover {
    color: #fff;
    transition: 0.5s;
}

.preheader img {
    margin: 0px 3px 5px 0;
}

.header {
    background-color: #30a39b;
}

.top-area {
    margin-top: 200px;
}

.intro-area {
    padding: 18% 0 0;
}

.infograph-area {
    padding: 0;
}

.intro-area h1 {
    font-size: 45px;
    color: #000;
}

.infograph-area {
    position: absolute;
    right: 0;
    top: 0;
    width: 36%;
}

.bg-wrapper {
    background: rgb(209, 237, 255);
    background: linear-gradient(331deg, rgb(216 236 255) 0%, rgba(255, 255, 255, 1) 100%);
}

.container-fluid {
    width: 90%;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 80vh;
    height: 100%;
}

.infograph-area img {
    width: 100%;
}

.handloomlogo {
    text-align: left;
}

.footer_bg {
    padding: 8px 0;
    background-color: #218f87;
}

    .footer_bg p {
        margin: 0;
        padding: 0;
    }

@media screen and (min-width: 320px) and (max-width: 767px) {
    .preheader a, .preheader span {
        font-size: 16px;
    }

    .intro-area {
        padding: 30px 0 0;
    }

    .infograph-area {
        display: none;
    }

    .gobtn {
        margin-top: 8px;
    }
}

@media screen and (max-width: 992px) {
}
/*animation css*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        animation-duration: 2s;
    }

    .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
        animation-duration: .75s;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

/*track button*/
.trackapp_heading {
    background-color: #b7e7e4;
    padding: 8px;
    color: #000 !important;
    font-weight: 600;
}

    .trackapp_heading img {
        width: 30px;
        height: 30px;
    }

.trackapplication-form {
    width: 100%;
    background-color: #fff;
    margin-top: 40px;
}

.trackform {
    padding: 20px;
}

.gobtn {
    width: 100%;
}

/* Server css */


.server_name {
    position: fixed;
    bottom: 3px;
    right: 3px;
    text-align: center;
    background-color: #ddd;
    color: #000;
    z-index: 1;
}

#lblServer {
    padding: 6px 10px 5px 24px;
    z-index: 9;
    display: inline-block;
    color: #000;
    background-color: #fa0;
}


    #lblServer:after {
        content: '\f233';
        font-family: FontAwesome;
        position: absolute;
        left: 5px;
        top: 7px;
    }


/*tab css end*/
/*login_page css Start*/
/*.form-control {
    border-bottom: 1px solid #ccc !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0;
}

    .form-control:focus {
        box-shadow: none !important;
        border-bottom: 1px solid #b0d6ff !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }*/

.login_box {
    width: 100%;
    background: rgb(210,250,255);
    background: linear-gradient(331deg, rgb(235 216 255) 0%, rgb(136 203 255) 100%);
    border-radius: 20px;
    margin: 10% 0;
    border: 8px solid #fff;
    position: relative;
    z-index: 1;
}

    .login_box:before {
        position: absolute;
        left: -68px;
        content: "";
        background-image: url("../images/l-wing.svg");
        background-repeat: no-repeat;
        width: 60px;
        height: 150px;
        top: 40px;
        z-index: -1;
    }

    .login_box:after {
        position: absolute;
        right: -68px;
        content: "";
        background-image: url("../images/r-wing.svg");
        background-repeat: no-repeat;
        width: 60px;
        height: 150px;
        bottom: 40px;
        z-index: -1;
    }

.login-container {
    width: 34%;
    margin: 0 auto;
    padding: 2% 0 0 0;
}

.login_btn {
    width: 100%;
    background-color: #205ebb !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 8px 0;
}

    .login_btn:hover {
        cursor: pointer;
        background-color: #594291 !important;
    }

.captcha {
    padding: 6px;
    background-color: #87bbf9;
    float: left;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 6px;
}

.captchavalue {
    width: 30%;
    float: left;
    padding: 6px 6px 6px 20px;
}

.captcha input {
    width: 60%;
    float: left;
}

.forgotpass {
    display: block;
    text-align: center;
}

    .forgotpass a {
        color: #000 !important;
    }

        .forgotpass a:hover {
            color: #0E5FAB !important;
            transition: 0.5s;
        }

.login_leftbg {
    background: rgb(87, 149, 198);
    background: linear-gradient(45deg, rgba(87, 149, 198, 1) 0%, rgba(87, 112, 131, 1) 100%);
    padding: 40px;
    height: 440px;
    border-radius: 20px 0 0 20px;
}

.login_feildarea {
    padding: 60px 50px;
    margin: 0 auto;
}

.login_leftbg ul li {
    font-size: 14px;
    font-weight: normal !important;
    line-height: 20px;
    padding: 8px 0;
}

.login_leftbg h3 {
    font-size: 22px;
    line-height: 32px;
}

/*.sepration {
    width: 100%;
    color: #000;
}*/

/*.sepration p {
        margin-bottom: 5px;
    }*/

.form-group {
    margin-bottom: 1.2rem !important;
}


.float-right {
    all: unset !important;
    float: right !important;
    margin-top: -63px !important;
}

.mpo_logo img {
    height: 60px;
    /*   max-width:100%;*/
    margin-top: -12px;
    width: 235px;
}

.img_logo {
    height: 60px;
    /*   max-width:100%;*/
    margin-top: -12px;
    width: 235px;
}


